JWPlayer quality button disappear with WOWZA MPEG

2019-08-04 07:43发布

I install and configured the Wowza server and it is working fine as following screenshot:

enter image description here

After that I copied the MPEG DASH URL and I tested on jwplayer (they have a page to test MPEG DASH videos: http://www.jwplayer.com/innovation/roadmap/mpeg-dash) as following and it is working:

enter image description here

The JWPlayer has a quality selector button by default, but when I used the wawza default video sample, the quality button disappears!

1条回答
放我归山
2楼-- · 2019-08-04 07:46

The reason why you don't see the quality selector button in JWPlayer is because there are no alternate renditions of your video.

The Wowza Transcoder add-on works with Live streams and your link is a VOD (video on demand).

There are two ways to make this work:

  1. Create the frame-aligned renditions of your video file manually and use SMIL files to provide an adaptive bitrate stream.

  2. Create a Wowza module and use the Stream class to publish a live stream using your static video file as input. Then pass this live stream to the transcoder add-on to automatically create the adaptive bitrate stream.

Good luck!

Update:

If you don't have the time to do this for your demo you can use the files hosted on the Wowza website:

查看更多
登录 后发表回答