Well that was ridiculously easy. Looks like it just took off and worked.
Thanks!!!! James ----- Original Message ----- From: "Christian David Moura de Freitas" <[email protected]> To: "FFmpeg user questions" <[email protected]> Sent: Tuesday, July 12, 2022 2:50:33 PM Subject: Re: [FFmpeg-user] Receive SRT, forward as Transport Stream 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 > [email protected] > https://ffmpeg.org/mailman/listinfo/ffmpeg-user > > To unsubscribe, visit link above, or email > [email protected] with subject "unsubscribe". _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe". _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
