Wowza Community

Transcoder to HDS and HLS adaptive bit rate with load balancing repeter edge

Hi all,

We are already running wowza with origin-edge repeater over a year now.

We are capable to provide the Stream over hls and hds.

Now we are trying to integrate transrate option for adaptive bitrate over hds and hls.

We can read the adaptive Stream in hls and hds from the origin server but not from the edge.

Here is the url that we try:

http://[wowza-origin]/live/ngrp:streamtest_all/manifest.f4m is working
http://[wowza-origin]/live/ngrp:streamtest_all/playlist.m3u8 is working
http://[wowza-edge]/live/ngrp:streamtest_all/manifest.f4m is not working (Log file: ngrp:streamtest_all]: MediaList is empty.)
http://[wowza-edge]/live/ngrp:streamtest_all/playlist.m3u8 is not working (Log file: ngrp:streamtest_all]: MediaList is empty.)
http://[wowza-edge]/live/_definst_/ngrp:streamtest_all/manifest.f4m is not working (Log file: ngrp:streamtest_all]: MediaList is empty.)
http://[wowza-edge]/live/_definst_/ngrp:streamtest_all/playlist.m3u8 is not working (Log file: ngrp:streamtest_all]: MediaList is empty.)
rtmp://[wowza-edge]/live/_definst_/mp4:streamtest_360p is working if i manually point the real Stream name but we need adaptive over http Stream and this is rtmp.

Can you help me.

StreamNameGroup (ngrp) do not work on the edge.

You will need to follow this guide to set this up:

How to create and play SMIL files with streams created by Wowza Transcoder

Salvadore

That’s great! your welcome and glad I could help.

Salvadore

Thank you Salvadore, it works !!!

Cinosh07