Bug #5563
pipe:// not fully working
Status:
Invalid
Priority:
Normal
Assignee:
-
Category:
IPTV
Target version:
-
Start date:
2019-03-06
Due date:
% Done:
0%
Estimated time:
Found in version:
4.2.8-15~gdae846765
Affected Versions:
Description
Hi,
I had livestreamer working to have Youtube Live on TVHeadend, by setting up an IPTV Network and adding muxes.
Nothing was changed and for some reason this is not working anymore.
The URL is:
pipe:///usr/bin/livestreamer https://www.youtube.com/watch?v=IFAcqaNzNSc best --stdout --quiet
When I run the command directly via SSH, I see the streaming being displayed. But, nothing shows on the Mux or in TVH Clients anymore ...
I also tried to save in a .sh file, obtaining the m3u8 link from youtube-dl. But, it didn't work either. Code below:
#!/bin/bash zsite=$(youtube-dl https://www.youtube.com/watch?v=J78SdCzzumA -f best -g) /usr/bin/ffmpeg -loglevel panic -i $zsite -vcodec copy -acodec copy -f mpegts -tune zerolatency pipe:1
In this case, the URL is:
pipe:///home/hts/channels/france24.sh
If I run france24.sh in SSH I also see the stream displayed.
How this can be fixed?
Thank you!
History
Updated by M. Bergmann over 5 years ago
Try streamlink insted of livestreamer, which has not been developed for years