Replies: 3 comments 1 reply
-
First, the Regarding the additional options for ffmpeg, you are correct that in how they would be specified. However, for a pass through source, they do not matter. The ones listed are associated with encoding and pass through does no encoding. It takes a packet from the source and writes the packet out. |
Beta Was this translation helpful? Give feedback.
-
Thanks. There is a bug. I just pushed the fix to the master branch. |
Beta Was this translation helpful? Give feedback.
-
Oh there's another issue which I am not so sure related to this. I just re-built the whole system and it seemed to work fine now with audio in stream too. Thanks so much. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I got this warning though movie_passthrough is on. My camera netcam_url and netcam_high_url are of rtsp type where netcam_params allowed_media_types=video.
The netcam_high_url comes with both video and audio but I haven't set anything there yet. What should be set for netcam_high_params? Can I include things like preset=ultrafast,crf=32,fps_mode=vfr ? (which are ffmpeg settings)
Beta Was this translation helpful? Give feedback.
All reactions