Hi,
Is it possible to use the rtmp crate (or other underlying crates here) to save/write the stream to a file for some amount of time? I'm not seeing any way to do so.
With ffmpeg I could achieve this with:
ffmpeg -re -t 20 -i rtmp://foo.com:554/bar/blah filename.mp4
Hi,
Is it possible to use the
rtmpcrate (or other underlying crates here) to save/write the stream to a file for some amount of time? I'm not seeing any way to do so.With
ffmpegI could achieve this with: