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
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
Hello all,
I'm looking at trying to "distribute" some Axis cameras to various endpoints.
The thought process I have on this is to startup an NginX instance, have a
process(es) that connect to the Axis cameras (RTSP), and then mount those feeds
to NginX RTMP points. From there I should be able