Wowza Community

Incoming MPEG-TS over HTTP

Hi there. I need to set up system with incoming MPEG-TS stream (with h.264 codec) and retranslate this stream to, let’s say, HDS.

Does Wowza supports incoming MPEG-TS via http?

Thanks.

No, but it is supported over udp:

https://www.wowza.com/docs/how-to-publish-and-play-a-live-stream-mpeg-ts-based-encoder

Richard

Yes:

https://www.wowza.com/docs/how-to-use-ffmpeg-with-wowza-media-server-mpeg-ts

Or VLC:

https://www.wowza.com/docs/how-to-use-vlc-as-a-live-stream-encoder-with-wowza-media-server-mpeg-ts

Richard

Yeah, I’ve seen that article. But the only way I can get that stream is over HTTP…

It seems the only option for me is retranslate the stream with FFmpeg to udp and afterwards process it with Wowza, right?