fishjam
fishjam copied to clipboard
have a gltf file and want to play back its animation on a video stream
I'm trying to discover a design for this sample problem.
- I have a gltf file https://sketchfab.com/3d-models/sensei-4-cc86a15388ab403baff5c7a4b4d3eefc
- Open problem: How to send a 15 MB file to membrane. UDP has a 1500 byte limit.
- I want to process the gltf file so that it becomes a video
- Open problem: How to render frame by frame through blender? three.js? Godot Engine?
- The video playbacks in real time on as a video media stream for broadcast like on twitch.
See also https://lox9973.com/ShaderMotion/player-gltf.html that takes a video capture and playbacks a 3d character motion video frame.