Hi all!

One thing you can do to make it work with a recent liquidsoap is use the new 
`youtube-dl` protocol. You'll need 
[youtube-dl](https://ytdl-org.github.io/youtube-dl/) installed:

```
emergency = single("/home/radio/media/silent/5-minutes.mp3")
url = "https://www.youtube.com/watch?v=<videoID>"
video_source = gstreamer.hls("youtube-dl:#{url}")
audio_only = drop_video(video_source)
s = fallback(track_sensitive=false, [audio_only,emergency])
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/savonet/liquidsoap/issues/339#issuecomment-486686387
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to