Question / Help Mpeg-ts TCP output via ffmpeg

danrossi

New Member
I am investigating ways to output multiple language audio tracks via mpeg-ts for ingesting into Wowza. I have had success using UDP locally , however unsure if this will work over public networks, and testing it locally I was suffering blocky picture and skipping frames.

I'm looking for an example over TCP, and how to ingest that ?


With UDP I have to output with a URL

udp://192.168.4.43:10000?pkt_size=1316


I'm not sure how to configure wowza to ingest tcp://192.168.4.43:10000?pkt_size=1316 ?
 

danrossi

New Member
I'm running some tests if I can even get this to a remote server or it pulls from my connection. I've not managed to get that working yet, only with a local wowza server ? I'm not sure how it ingests yet.

Wowza does SRT pulls which I have tested with gstreamer. It's a temp solution before SRT support in OBS which of course supports multi track audio over mpeg-ts.
 
Top