Hello,
I want to know if it possible to restream HLS Stream with Wowza by port 80
exemple
http://anyserver.com:1935/live/test.stream/playlist.m3u8
to
http://myserver.com:80/live/test.stream/playlist.m3u8
Thanks so much.
Hello,
I want to know if it possible to restream HLS Stream with Wowza by port 80
exemple
http://anyserver.com:1935/live/test.stream/playlist.m3u8
to
http://myserver.com:80/live/test.stream/playlist.m3u8
Thanks so much.
If you mean HLS ingress, then no, this is not supported.
If you are trying to do a redirect, have a look at this guide:
How to redirect an HTTP or RTSP session through server-side code
Salvadore
Thanks Salvadore
Exemple below it will can use?
rtmp://anyserver.com:/live/test.stream
to
http://myserver.com:80/live/test.stream/playlist.m3u8
Thanks