Replies: 4 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.
-
|
This discussion is being locked automatically because the last update was more than 2 years ago. Do not use the content of this discussion as reference since it's probably outdated! The official documentation is the only place in which you can find up-to-date answers. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
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