-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stream title always changed to "Stream" #979
Comments
This is currently unsupported but it can be a good enhancement. |
are we able to transfer the metadata in any of the protocol? |
The issue is that this kind of initial metadata is really protocol specific - we can surely support it, but we will never be able to entirely convert it from a protocol to another. |
Fixed by bluenviron/gortsplib#371 |
fixed in MediaMTX v1.0.1 |
This issue is being locked automatically because it has been closed for more than 6 months. |
Which version are you using?
v0.19.0
Which operating system are you using?
Describe the issue
Description
When streaming from ffmpeg using Title metadata the title gets always changed to "Stream"
The conversation between ffmpeg and the server is:
Then the log between the server and mpv:
Describe how to replicate the issue
ffmpeg -re -stream_loop -1 -ar 48000 -ac 2 -f s16le -i $MYPIPE -vn -c:a aac -b:a 160k -metadata title="Dab radio" -f rtsp rtsp://localhost:$3/$4 >/dev/null 2>&1 &
Did you attach the server logs?
no
Did you attach a network dump?
no
The text was updated successfully, but these errors were encountered: