Remix.run Logo
bryanrasmussen 8 hours ago

What I'd like - a tool to stream to timestamps and then stream out between two timestamps to a local file.

This would really improve various workflows.

brendami-8 7 hours ago | parent | next [-]

How do you stream a timestamp?

cbluth 8 hours ago | parent | prev [-]

How do you stream a timestamp?

reactordev 4 hours ago | parent [-]

You negotiate the header to find the video length, to then issue http get requests with the offset to the timestamp. Sometimes there’s an API that cuts with ffmpeg and returns the buffer. Sometimes you just need to fetch the raw bytes between offset+0 and offset+n.