**Is your feature request related to a problem? Please describe.**
I want to add a youtube live stream audio as input.
Getting youtube live stream audio and video might be relevant for other users.

**Describe the solution you'd like**
I'm open to suggestions how to accomplish this.
Ideally what it would be needed to feed liquidsoap would be the youtube live 
URL link, like: https://www.youtube.com/watch?v=hHW1oY26kxQ

**Describe alternatives you've considered**
I have considered adding support for `mpv` player as input. This player only 
needs the youtube page URL link to play video and audio, or audio only.
For audio only it only needs the argument `--no-video`, which is simple.
Having this player support would make liquidsoap the ability to receive youtube 
URL links (as the player does the work to get the audio or video from youtube 
internally).

**Additional context**
For my goal, I have tried using `youtube-dl` to get the youtube live stream 
link, which is something ending with `.m3u8` (and it has a expiration time, 
which is not ideal).
To get is I use `youtube-dl -f 93 youtube_url_link`.

And with this `.m3u8` link I have tried using `input.https("")`, 
`playlist(mode="normal", "")` and none seem to work.


-- 
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/757
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to