## Usage Make sure your SRS version is `SRS 5.0.96+`. Build SRS and run: ```bash ./configure && make && ./objs/srs -c conf/dash.conf ``` Publish by FFmpeg: ```bash ffmpeg -re -i doc/source.flv -c copy -f flv rtmp://localhost/live/livestream ``` Play by * FFplay `ffplay http://localhost:8080/live/livestream.mpd` * VLC `http://localhost:8080/live/livestream.mpd` * Chrome: [http://localhost:8080/live/livestream.mpd](http://localhost:8080/players/srs_player.html?stream=livestream.mpd)
Usage
Make sure your SRS version is
SRS 5.0.96+.Build SRS and run:
Publish by FFmpeg:
Play by
ffplay http://localhost:8080/live/livestream.mpdhttp://localhost:8080/live/livestream.mpd