Replies: 2 comments
|
setting - FFMPEG_CMD=-f h264 -i - -f rtsp -rtsp_transport tcp rtsp://0.0.0.0:8554/{cam_name}If you have audio enabled, you'll need to read from the named pipe: - FFMPEG_CMD=-f h264 -i - -i /tmp/{cam_name}.wav -f rtsp -rtsp_transport tcp rtsp://0.0.0.0:8554/{cam_name} |
0 replies
|
Not working, unfortunately. What I need to be able to add some text to the camera output with the following option (assuming I have this right, timestamp the text of Oh, and I have an nvidia GPU so h264_nvenc is enabled in the docker-compose.yml file. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
What are the default parameters used by
ffmpegin thewyze-bridgeconfiguration, so I can determine what to keep when making a customffmpegcommand line in thedocker-compose.ymlfile? I'd like to be able to add some text to the stream without having to spin up another instance offfmpegto have to reencode everything a second time.All reactions