mirror of
				https://gitlab.crans.org/nounous/ghostream.git
				synced 2025-11-04 07:42:10 +01:00 
			
		
		
		
	Add MPV and OBS instructions in README
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user