Closed vale-max closed 1 year ago
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 in MediaMTX v1.0.1
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?
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