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 581 forks source link

Problem with audio #1464

Open racacax opened 8 years ago

racacax commented 8 years ago

Hello, I use stream like this : http://hdfauth.francetv.fr/esi/TA?format=json&url=http%3A%2F%2Flive.francetv.fr%2Fsimulcast%2FFrance_Info%2Fhls%2Findex.m3u8 (Open this in your browser and take the link)

The video starts but not the audio. The inside of the file is like this :

#EXTM3U
#EXT-X-VERSION:5

#EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="audio-65",NAME="Francais",LANGUAGE="fra",DEFAULT=YES,URI="France_Info-audio_AACL_fra_65600_455=65600.m3u8"
#EXT-X-MEDIA:TYPE=SUBTITLES,GROUP-ID="textstream-10",NAME="Français",LANGUAGE="fra",DEFAULT=YES,URI="France_Info-DVBTXT_TTML_fra_5888=10000.m3u8"
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=242000,CODECS="mp4a.40.2,avc1.42C01E",RESOLUTION=256x144,AUDIO="audio-65",SUBTITLES="textstream-10"
France_Info-video=152400.m3u8
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=374000,CODECS="mp4a.40.2,avc1.42C01E",RESOLUTION=320x180,AUDIO="audio-65",SUBTITLES="textstream-10"
France_Info-video=276400.m3u8
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=667000,CODECS="mp4a.40.2,avc1.42C01E",RESOLUTION=512x288,AUDIO="audio-65",SUBTITLES="textstream-10"
France_Info-video=553600.m3u8
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=945000,CODECS="mp4a.40.2,avc1.4D401F",RESOLUTION=704x396,AUDIO="audio-65",SUBTITLES="textstream-10"
France_Info-video=815200.m3u8
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1634000,CODECS="mp4a.40.2,avc1.4D401F",RESOLUTION=1024x576,AUDIO="audio-65",SUBTITLES="textstream-10"
France_Info-video=1465200.m3u8

With VLC, all works (I'm with VLC 3.0 nighlty)

Can you correct this ? Thanks

10mins commented 8 years ago

Yeah, at the moment Livestreamer can't handle playlist with external audio track. I hope someone could work with this issue as there are more and more these kinds of external / multiaudio streams.

racacax commented 8 years ago

Thanks for reply. I hope too and I hope the subtiles can be added because on this stream, there is a live subtile stream and it's rare. France 2, France 3, France 4, France 5 and France O have the same. It's geoblocked if you're outside France. If you want to try, there are unblocked streams but these streams are not 24h/24h .

http://live.francetv.fr/simulcast/France_3/hls_monde/index.m3u8
http://live.francetv.fr/simulcast/France_4/hls_monde/index.m3u8
http://live.francetv.fr/simulcast/France_5/hls_monde/index.m3u8
http://live.francetv.fr/simulcast/France_O/hls_monde/index.m3u8```