Skip to content

Need help setting up live-dvb-tv source as publisher for rtsp-simple-server #532

Answered by aler9
p1ngb4ck asked this question in Questions
Discussion options

You must be logged in to vote

selecting the default/only-mapped audio-track by a specific language.

ffmpeg -re -i ... -map 0:v:0 -map 0:m:language:eng -c copy -f rtsp rtsp://localhost:8554/stream

how to publish a live dvb tv stream to rtsp-simple-server, without loosing SDP-info for audio track

I checked both FFmpeg and Gstreamer, and at the moment they don't pass the language information to the RTSP server, regardless of the input file. The language information, should be placed in a track attribute in the SDP:

a=lang:<language tag>

Therefore, they should be improved first, afterwards we can improve rtsp-simple-server to let that information pass.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@p1ngb4ck
Comment options

Answer selected by p1ngb4ck
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants