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

2022-07-12 Thread James Greenlee
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

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

2022-07-12 Thread James Greenlee
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

[FFmpeg-user] FFmpeg as a "service" with nginx

2024-09-26 Thread James Greenlee
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