Replies: 3 comments
-
Hello,
Anyway, i think that your error depends on the fact that you're trying to push a UDP stream into a Docker container, which do not work for the reasons exposed in the README. Just use rtsp-simple-server in UDP mode with the command i provided above and it will work. Otherwise, push in TCP mode with
|
Beta Was this translation helpful? Give feedback.
-
Thanks. Now I am running docker run --rm -it -v $PWD/rtsp-simple-server.yml:/rtsp-simple-server.yml -p 8554:8554 aler9/rtsp-simple-server and ffmpeg -f v4l2 -i /dev/video0 -f rtsp -rtsp_transport tcp rtsp://localhost:8554/mystream Both commands are working fine. How can I view the output rtsp url? Can you share a working command for that. |
Beta Was this translation helpful? Give feedback.
-
This is the error if I try to read the output rtsp stream to an mp4 using ffmpeg
|
Beta Was this translation helpful? Give feedback.
-
Commands to recreate
Please help. Just share instructions on how to push mp4 file as rtsp stream using docker
Beta Was this translation helpful? Give feedback.
All reactions