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

Youtube livestream video not streaming anymore. #1254

Open sambirempo opened 8 years ago

sambirempo commented 8 years ago

this is my bat script and the video is not streaming anymore. When i just play it back i get a picture, like the first frame, that's it and no movement.

bat file: livestreamer.exe https://www.youtube.com/watch?v=L1wVGU7vMfo best --player "'C:\Program Files\VideoLAN\VLC\k7.exe' --http-caching=10000 --http-reconnect --sout=#duplicate{dst=std{access=http,mux=ts,dst=:1234}}"

EDIT: Downloaded nightly 3.0 and it worked again :)

jmuff44xv commented 8 years ago

You can also do

ffmpeg -i brokeninputfile -codec:v copy -codec:a copy -bsf:a aac_adtstoasc fixedoutputfile

to fix the file.

sambirempo commented 8 years ago

Jep Nightly build fixed it :+1:

hiepnhl commented 8 years ago

What? I'm using the nightly build (for windows) and it doesnt work. What the version you are using?

jmuff44xv commented 8 years ago

sambirempo might be talking about the nightly build of VLC, instead of livestreamer

hiepnhl commented 8 years ago

Oh, I tried it and it works. Thanks :D

c769214 commented 8 years ago

any patches / info plugin for existing versions?