[FFmpeg-user] Receive SRT, forward as Transport Stream

Christian David Moura de Freitas christian at cdavid.eti.br
Tue Jul 12 21:50:33 EEST 2022


Hi James,

You could use srt-live-transmit tool instead. At debian-based systems 
you could just apt install srt-tools

the docs: 
https://github.com/Haivision/srt/blob/master/docs/apps/srt-live-transmit.md

Best regards,

Em 12/07/2022 3:37 PM, James Greenlee escreveu:
> I have a need to receive a multiplexed transport stream wrapped in SRT and then forward to an IP destination as TSoIP.
>
> Below is what I'm currently using:
>
> ffmpeg -i srt://0.0.0.0:200?mode=listener -codec copy -map 0 -f mpegts udp://10.0.40.10:2000
>
> When I look at the received stream, I see the four programs in the original stream, but the output isn't including all the streams of the programs.
>
> Any guidance on how to make this happen?
>
> Thanks!
>
> James
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".


More information about the ffmpeg-user mailing list