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

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -