-
-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
issue with process.read #3424
Comments
It's working here. What happens if you add
to show the url? |
yes it prints
but
successfully outputs audio to the icecast but not the first example with process.read |
Hi @mylselgan, Try OfftopicDid you try streamlink? |
Thanks, Works fine with What is streamlink? I never tried before. I use liquidsoap to convert YouTube live link to audio only radio service. Will streamlink useful for me in this case?
|
The streamlink is a piece of software designed to pull live streaming sources. |
@smimram, I think the version of ffmpeg from debian:10 and ubuntu:20.04 can't handle the newline symbol in the link or something. Is it necessary to trim the string on the liquidsoap side? |
Describe the bug
The function process.read is not working as expected.
To Reproduce
Expected behavior
the process.read should return a m3u8 URL because the command
/usr/local/bin/yt-dlp --no-warnings -f 91/worstvideo -g 'https://www.youtube.com/watch?v=gCNeDWCI0vo'
returns the m3u8 URL in the terminalVersion details
Virtualization: kvm
Operating System: Debian GNU/Linux 10 (buster) (same issue with Ubuntu 20.04LTS also.)
Kernel: Linux 4.19.0-5-amd64
Architecture: x86-64
Install method
Installed via opam
LOG
The text was updated successfully, but these errors were encountered: