Wowza Community

How to get a HLS link from RTMP by wowza

Hi,

I want to convert a ramp link to hls by wowza.

I get a source " rtmp://live.hkstv.hk.lxdns.com/live/hks " and make sure it can play in VLC.

I have already do something in “https://www.wowza.com/docs/how-to-re-stream-an-unprotected-stream-from-adobe-media-server-or-a-cdn

but I can’t see anything in “http://192.168.0.16:1935/live/rtmp.stream/playlist.m3u8” or “rump://192.168.0.16/live/rtmp.stream”…

Can someone help me to solve this ?

Hello,

Sounds like you may need to check the .stream you are using to pull in the RTMP stream.

I was able to pull in the RTMP stream and publish an HLS stream by using the following .stream file:

{
  uri : "rtmp://live.hkstv.hk.lxdns.com/live/hks",
  lsrRemoveDefaultAppInstance : "true",
  lsrCallFCSubscribe : "true"
}

Hope this helps,

Regards,

Alex C.