Replies: 2 comments
-
You can't really capture the stream without a great deal of custom code and hackery. IMO, you best bet would be to capture the raw h.264 to a file on the pi directly, and then transcode/encapsulate it later with ffmpeg. |
Beta Was this translation helpful? Give feedback.
-
You can capture and record an rtmp stream or hls stream with ffmpeg but I am guessing this is somewhat different as it is using websockets to provide the stream to the client browser. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, thanks for sharing this code, it works great.
Is there a way to record the data stream into an mp4 file either from the server side or from the client side? I have tried to use ffmpeg to capture the stream from http://:8000 but that didn't work.
Any thoughts on how that could be implemented?
Cheers.
Beta Was this translation helpful? Give feedback.
All reactions