Dynamic smil file with videojs and wowza for HLS

岁酱吖の 提交于 2019-12-20 07:13:51

问题


I am using wowza with amazon ec2 and I uploaded one smil file in amazon for testing. For videojs flash player, I am able to do multiple bitrate Http live streaming(HLS) using video-js-swf plugin and a smil file. For all videos I need to create smil file and have to upload to amazon, and it takes lots of time.

Is there any way to use multiple rendition files only(without creating smil file and upload to amazon ec2)?


回答1:


I removed wowza server configuration and created script which generates m3u8 and ts files using ffmpeg from mp4 files(which is having different bitrate videos). We can directly add this m3u8 file in the video src(in web app). This will play http live streaming in ios and android devices.




回答2:


i'm not sure if it answers your question, however Wowza has the following feature:
http://www.wowza.com/forums/showthread.php?14664-New-API-for-resolving-MediaList-%28SMIL-file-requests%29-through-Java-API



来源:https://stackoverflow.com/questions/22484539/dynamic-smil-file-with-videojs-and-wowza-for-hls

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!