Re: [Savonet-users] [savonet/liquidsoap] I need assistance with live cut-ins (#558)

2018-09-09 Thread Niall Lindsay
Closed #558. -- 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/558#event-1834529481___ Savonet-users mailing list

Re: [Savonet-users] [savonet/liquidsoap] I need assistance with live cut-ins (#558)

2018-09-09 Thread Niall Lindsay
Reopened #558. -- 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/558#event-1834529465___ Savonet-users mailing list

Re: [Savonet-users] [savonet/liquidsoap] youtube-dl webm decoding issues (#623)

2018-09-09 Thread Romain Beauxis
Just pushed changes to the `youtube-dl` protocol so that this now works as well: ``` "ffmpeg2wav:youtube-dl:-IYXYB0r-Ww" ``` -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[Savonet-users] [savonet/liquidsoap] youtube-dl webm decoding issues (#623)

2018-09-09 Thread Daniel Løvbrøtte Olsen
I have a request source set up like this: `requests = audio_to_stereo(drop_video(request.queue(id="request")))` This allows the request queue to download youtube videos which are downloaded in mp4 and play them as audio. But the vast majority fails because liquidsoap cant find a suitable

Re: [Savonet-users] [savonet/liquidsoap] youtube-dl webm decoding issues (#623)

2018-09-09 Thread Romain Beauxis
As for the gstreamer decode, yes it should work. You would need to check the file's extension against the configured list: ``` set("decoder.file_extensions.gstreamer",["wma","wmv","avi","mp4","3gp","webm","mkv"]) ``` I'll try to give it a try. -- You are receiving this because you are

Re: [Savonet-users] [savonet/liquidsoap] "Wrong mime type application/octet-stream for playlist!" for playlist with files containing ' (#426)

2018-09-09 Thread Romain Beauxis
Could you elaborate more? I've tried, with success the following: * `play'list.m3u` containing `bla.mp3` * `playlist.m3u` containing `bl'a.mp3` -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Savonet-users] [savonet/liquidsoap] youtube-dl webm decoding issues (#623)

2018-09-09 Thread Romain Beauxis
Hi! Excellent question. Yes, protocol chaining is the way this is intended to work. I just sucesfully tested this locally: ``` "ffmpeg2wav:youtube-dl:https$(colon)//youtube.com/watch?v=-IYXYB0r-Ww" ``` You need to be careful with extra `:` when chaining urls. Thus the `$(colon)` here, to avoid

Re: [Savonet-users] [savonet/liquidsoap] youtube-dl webm decoding issues (#623)

2018-09-09 Thread Daniel Løvbrøtte Olsen
Wow quick response! I did try set the gstreamer file extensions but that failed on my install. Good to know that chaining is supposed to work! unfortunantly even with: `echo request.push 'ffmpeg2wav:youtube-dl:https$(colon)//www.youtube.com/watch?v=gSkocU5YsHU' | nc 127.0.0.1 5000` This is

Re: [Savonet-users] [savonet/liquidsoap] youtube-dl webm decoding issues (#623)

2018-09-09 Thread Daniel Løvbrøtte Olsen
hmm using ffmpeg2wav strips the song information away which isn't ideal but I'll have to live with it :smile: -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Savonet-users] [savonet/liquidsoap] youtube-dl webm decoding issues (#623)

2018-09-09 Thread Daniel Løvbrøtte Olsen
Oh installing ffmpeg through opam doesn't install ffmpeg with apt... ffmpeg2wav works now sorry about that! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Savonet-users] [savonet/liquidsoap] youtube-dl webm decoding issues (#623)

2018-09-09 Thread Romain Beauxis
Closed #623 via 24ddbe44052ef4fed3820715e20862e4c6e5f438. -- 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/623#event-1834812977___

Re: [Savonet-users] [savonet/liquidsoap] youtube-dl webm decoding issues (#623)

2018-09-09 Thread Romain Beauxis
Added :-) -- 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/623#issuecomment-419755175___ Savonet-users mailing list