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".

Reply via email to