I want re-streaming my IPTV in my local network.
I use UDP-to-HTTP proxy (http://borpas.info/iptvplayer-docs#prox) for conversion udp-multicast traffic in IPTV tcp-unicast (http).
How correctly configure Wowza for re-striming to rtmp/rtsp?
sheme:
ITPV (multicast, udp, mpeg-ts)->UPD-to-HTTP proxy->Wowza->rtmp/rtsp
udp://239.192.1.42:1234->http://192.168.1.1/udp/239.192.1.42:1234->Wowza->rtsp://[wowza-ip-adress]:1935/iptv/iptv.stream
thanks
You should be able to re-stream from the UDP URL without the HTTP Proxy, which Wowza will not support. Take a look at this tutorial:
https://www.wowza.com/docs/how-to-publish-and-play-a-live-stream-mpeg-ts-based-encoder)
Richard
No, that won’t work because Wowza does not support http ingress
Richard
You can re-stream a multicast MPEG-TS H.264/AAC stream from an MPEGTS encoder. Take a look at this guide:
https://www.wowza.com/docs/how-to-publish-and-play-a-live-stream-mpeg-ts-based-encoder
Richard
Thank you for reply.
This tutorial i looked.
but i can’t take UDP stream inside my Local Network and can’t setup Wowza on server with UDP stream.
Will the following scheme:
udp://239.192.1.42:1234->http://192.168.1.1/udp/239.192.1.42:1234->VLC->Wowza->rtsp://[wowza-ip-adress]:1935/iptv/iptv.stream
Hi Richard,
Is there any documents talking about re-stream a multicast RTP source with Wowza as Tekillo wrote? I would like to use wowza to re-sream an multicast RTP such as IPTV to rtmp that everyone can view it on Web browser.
Thank you.