Wowza Community

How to use MPEG-TS to distribute live streams by programmatically ?

Hi,

How can I implement stream push by programmatically for MPEG-TS stream push to some target when live-stream is incoming?

https://www.wowza.com/docs/how-to-use-mpeg-ts-to-distribute-live-streams

https://www.wowza.com/docs/sample-map-file-entries-for-stream-target-destinations-push-publishing

What that mean? How to implement by java module?

myStream={“profile”:“mpegts”, “streamName”:“myStreamMPEGTS”, “host”:“239.1.1.1”, “port”:“10000”, “rtpWrap”:“false”}

How to use that PushPublishMap parameter in java?

Thanks & Regards,

MinChanSike

Hi,

You may want to check out the new REST API. You can create Stream Targets quite simply using this method.

Paul