From 97ac6f370d44bdd86c6c8790892b4061fb837bc5 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Sun, 4 Oct 2020 11:20:25 +0200 Subject: [PATCH] Add MPV and OBS instructions in README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 624849b..871ae74 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,8 @@ As stated by OBS wiki, when streaming you should adapt the latency to `2.5 * (th As OBS uses FFMpeg, you need to have FFMpeg compiled with SRT support. To check if SR is available, run `ffmpeg -protocols | grep srt`. On Windows and MacOS, OBS comes with his own FFMpeg that will work. -In OBS, go to "Settings" -> "Stream" and change "Service" to "Custom..." and "Server" to `srt://127.0.0.1:9710?streamid=demo:demo`. +In OBS, go to "Settings" -> "Output" -> "Recording" the select "Output to URL" and change the URL to `srt://127.0.0.1:9710?streamid=demo:demo`. +For container, you may use MPEGTS for now (will change). ### With GStreamer @@ -76,6 +77,11 @@ You may directly open the SRT stream with ffplay: ffplay -fflags nobuffer srt://127.0.0.1:9710?streamid=demo ``` +### With MPV + +As MPV uses ffmpeg libav, support for SRT streams can be easily added. +[See current pull request.](https://github.com/mpv-player/mpv/pull/8139) + ## Troubleshooting ### ld returns an error when launching ghostream