Project

General

Profile

Bug #5563

pipe:// not fully working

Added by R V over 5 years ago. Updated over 5 years ago.

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

#1

Updated by M. Bergmann over 5 years ago

Try streamlink insted of livestreamer, which has not been developed for years

#2

Updated by R V over 5 years ago

Thank you, Tim.

The use of streamlink solved the problem for me

#3

Updated by Jaroslav Kysela over 5 years ago

  • Status changed from New to Invalid

Also available in: Atom PDF