apache - How to serve DASH video (MPEG-DASH and HLS) over a web sever -


i doing small research project test dash streaming on low bandwidth mobile connections in india.

i have aws machine can upload video , package mpeg-dash , hls streaming , create mpd , m3u8 files.

but unable serve video.

i have tried apache , node.js. told placing folder contains mpd nad m3u8 files video chunks should able stream video.

i not sure doing wrong. there special configuration need server mpeg-dash video ? if there tutorial/blog/github project point me towards, brilliant.

tia.

you not need server side application. if using aws simple s3 bucket behind cloudfront trick nicely, without ec2 needed @ all. ensure have cors , crossdomain.xml in place.

stefen lederer posted blog set up.

also, use browsers developer mode catch failed requests , console errors might give pointers why not working you.


Comments

Popular posts from this blog

wireshark - USB mapping with python -

c++ - nodejs socket.io closes connection before upgrading to websocket -

Deploying Qt Application on Android is really slow? -