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