chrippa / livestreamer

Command-line utility that extracts streams from various services and pipes them into a video player of choice. No longer maintained, use streamlink or youtube-dl instead.
http://livestreamer.io/
BSD 2-Clause "Simplified" License
3.88k stars 582 forks source link

arte live no stream #1281

Open uNouss opened 8 years ago

uNouss commented 8 years ago

hello, i use livestreamer for watching arte but it's not work since 2 months. i have this error

unouss@YS:~$ livestreamer -p mpv www.arte.tv/guide/fr/direct best
[cli][info] Found matching plugin artetv for URL www.arte.tv/guide/fr/direct
error: No streams found on this URL: www.arte.tv/guide/fr/direct
fooblon commented 8 years ago

Hello,

I have the exact same issue with another stream from arte

foo@computer:~$ livestreamer -p vlc http://www.arte.tv/guide/de/065848-000-A/leuchtfeuer best
[cli][info] Found matching plugin artetv for URL http://www.arte.tv/guide/de/065848-000-A/leuchtfeuer
error: No streams found on this URL: http://www.arte.tv/guide/de/065848-000-A/leuchtfeuer
ghost commented 8 years ago

@uNouss

https://api.arte.tv/api/player/v1/livestream/fr
"VSR":
"RTMP_EQ_1": 
"id": "RTMP_EQ_1",
"quality": "EQ",
"width": ​720,
"height": ​406,
"mediaType": "rtmp",
"mimeType": "application/x-fcs",
"bitrate": ​1500,
"streamer": "rtmp://artestras.fc.llnwd.net/artestras/",
"url": "s_artestras_scst_geoFRDE_fr?s=1320220800&h=d0ae27535aafda72395535f3b657c607",
"versionProg": ​1,
"versionCode": "liveFR",
"versionLibelle": "Direct Français",
"versionShortLibelle": "VF"

"RTMP_EQ_2": 
"id": "RTMP_EQ_2",
"quality": "EQ",
"width": ​720,
"height": ​406,
"mediaType": "rtmp",
"mimeType": "application/x-fcs",
"bitrate": ​1500,
"streamer": "rtmp://artestras.fc.llnwd.net/artestras/",
"url": "s_artestras_scst_geoFRDE_de?s=1320220800&h=878865258ebb8eaa437b99c3c7598998",
"versionProg": ​2,
"versionCode": "liveDE",
"versionLibelle": "Direct Allemand",
"versionShortLibelle": "VA"

"HLS_EQ_1": 
"id": "HLS_EQ_1",
"quality": "EQ",
"width": ​720,
"height": ​406,
"mediaType": "hls",
"mimeType": "application/vnd.apple.mpegurl",
"bitrate": ​1500,
"url": "http://frlive.artestras.cshls.lldns.net/artestras/contrib/frlive.m3u8",
"versionProg": ​1,
"versionCode": "liveFR",
"versionLibelle": "Direct Français",
"versionShortLibelle": "VF"

"HLS_EQ_2": 
"id": "HLS_EQ_2",
"quality": "EQ",
"width": ​720,
"height": ​406,
"mediaType": "hls",
"mimeType": "application/vnd.apple.mpegurl",
"bitrate": ​1500,
"url": "http://delive.artestras.cshls.lldns.net/artestras/contrib/delive.m3u8",
"versionProg": ​2,
"versionCode": "liveDE",
"versionLibelle": "Direct Allemand",
"versionShortLibelle": "VA"
livestreamer "rtmp://artestras.fc.llnwd.net/artestras/ app=artestras/ playpath=s_artestras_scst_geoFRDE_fr?s=1320220800&h=d0ae27535aafda72395535f3b657c607 live=1" best
[cli][info] Found matching plugin stream for URL rtmp://artestras.fc.llnwd.net/artestras/ app=artestras/ playpath=s_artestras_scst_geoFRDE_fr?s=1320220800&h=d0ae27535aafda72395535f3b657c607 live=1
[cli][info] Available streams: live (worst, best)
[cli][info] Opening stream: live (rtmp)
Video: MPEG4 Video (H264) 720x406 (512:203) 25fps 1280kbps [V: h264 main L3.0, yuv420p, 720x406, 1280 kb/s]
Audio: AAC 48000Hz stereo 131kbps [A: aac lc, 48000 Hz, stereo, 131 kb/s]
livestreamer "hlsvariant://frlive.artestras.cshls.lldns.net/artestras/contrib/frlive.m3u8" best
[cli][info] Found matching plugin stream for URL hlsvariant://frlive.artestras.cshls.lldns.net/artestras/contrib/frlive.m3u8
[cli][info] Available streams: 64k (worst), 150k, 315k, 540k, 925k (best)
[cli][info] Opening stream: 925k (hls)
Video: MPEG4 Video (H264) 640x360 25fps [V: h264 constrained baseline L3.1, yuv420p, 640x360]
Audio: AAC 48000Hz stereo 65kbps [A: aac lc, 48000 Hz, stereo, 65 kb/s]
uNouss commented 8 years ago

@0880 thank you for your help. this fix my problem