You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the sample gstreamer code (provided in the README) to stream frames to the bluenviron/mediamtx latest docker container, the stream never reaches the bluenviron/mediamtxcontainer (and isn't viewable via VLC). I've successfully been able to stream frames to the server via stdin & ffmpeg but gstreamer has yet to work. There is no confirmation log from the rtsp server that a stream has started.
Describe how to replicate the issue
I'm using docker compose to manage two containers. One is hosting the rtsp server, the other is initiating the stream. I'm running docker-compose build && docker-compose up from the root directory on an Ubuntu machine.
This issue is being locked automatically because it has been closed for more than 6 months.
Please open a new issue in case you encounter a similar problem.
Which version are you using?
v2.1.0
Which operating system are you using?
Describe the issue
When running the sample gstreamer code (provided in the README) to stream frames to the
bluenviron/mediamtx
latest docker container, the stream never reaches thebluenviron/mediamtx
container (and isn't viewable via VLC). I've successfully been able to stream frames to the server via stdin & ffmpeg but gstreamer has yet to work. There is no confirmation log from the rtsp server that a stream has started.Describe how to replicate the issue
I'm using docker compose to manage two containers. One is hosting the rtsp server, the other is initiating the stream. I'm running
docker-compose build && docker-compose up
from the root directory on an Ubuntu machine.docker-compose.yml:
rtsp_broadcast/Dockerfile:
rtsp_broadcast/annotate_stream.py:
Did you attach the server logs?
yes
Did you attach a network dump?
no
The text was updated successfully, but these errors were encountered: