- Build http server
./build_http.sh
and start./httpserver
- Start transcoding
./ffmpeg.sh --source <url/file> --target http://localhost:8001/master.mpd [--encoder <libx264/h264_videotoolbox>] [--idr <int>]
- Play dash stream http://localhost:8001/master.mpd
- Play hls stream http://localhost:8001/master.m3u8
- Run
./analyze.sh http://localhost:8001/master.mpd
to analyze GOP/I-frames structure