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

Twitch.tv playback often only plays audio #944

Closed kg closed 9 years ago

kg commented 9 years ago

When using livestreamer to play back a twitch.tv stream on the 'best' quality, frequently the player only seems to get the audio stream, not the video stream.

Sometimes restarting playback multiple times eventually gets me functioning playback, other times the stream never works no matter how many times I try.

I don't see anything interesting with loglevel debug. I suppose this could be a player issue:

[cli][info] Found matching plugin twitch for URL twitch.tv/elajjaz
[cli][info] Available streams: audio, high, low, medium, mobile (worst), source (best)
[cli][info] Opening stream: source (hls)
[stream.hls][debug] Reloading playlist
[stream.hls][debug] Adding segment 980 to queue
[cli][debug] Pre-buffering 8192 bytes
[stream.hls][debug] Adding segment 981 to queue
[stream.hls][debug] Adding segment 982 to queue
[stream.hls][debug] Download of segment 980 complete
[cli][info] Starting player: "C:\Program Files (x86)\MPC-HC\mpc-hc.exe" /play /close /new
[stream.hls][debug] Download of segment 981 complete
[cli][debug] Writing stream to output
[stream.hls][debug] Download of segment 982 complete
[stream.hls][debug] Reloading playlist
[stream.hls][debug] Adding segment 983 to queue
[stream.hls][debug] Download of segment 983 complete
[stream.hls][debug] Reloading playlist
[stream.hls][debug] Adding segment 984 to queue
[stream.hls][debug] Download of segment 984 complete
[stream.hls][debug] Reloading playlist
[stream.hls][debug] Adding segment 985 to queue
[stream.hls][debug] Download of segment 985 complete
[stream.hls][debug] Reloading playlist
[stream.hls][debug] Adding segment 986 to queue
[stream.hls][debug] Adding segment 987 to queue
[stream.hls][debug] Download of segment 986 complete
[stream.hls][debug] Download of segment 987 complete
[stream.hls][debug] Reloading playlist

My only livestreamerrc change is:

player="C:\Program Files (x86)\MPC-HC\mpc-hc.exe" /play /close /new 
skulblakka commented 9 years ago

This is a known issue with mpc-hc (See #346)