How to stream .mpd files/MPEG-DASH (or anything else supported by ffmpeg?)
- Install system ffmpeg as the channels ffmpeg does not support mpeg-dash
- Run
/usr/bin/ffmpeg -i https://livesim.dashif.org/livesim/testpic_2s/Manifest.mpd -listen 1 -codec copy -f mpegts http://127.0.0.1:8888/
- Define a new custom channel specifying
http://127.0.0.1:8888/
as the address in the M3U8 file. Option MPEG-TS should be specified for the file types.
More info: