anxdpanic / plugin.video.twitch

Watch your favorite gaming streams on Kodi
https://twitchaddon.page.link/forum
271 stars 79 forks source link

unable to play wcs_america stream #88

Closed cburroughs closed 10 years ago

cburroughs commented 10 years ago

I'm unable to play this stream; I've had trouble with it on and off for the past few months and can't get it to play at all now. I do not recall much trouble with any other stream. I've tried updating to master with no luck. I'm not familar enough with the twitch api to tell what -- if anything -- is special about it.

http://www.twitch.tv/wcs_america

18:41:11 T:139973977544576   ERROR: Playlist Player: skipping unplayable item: -1, path [plugin://plugin.video.twitch/playLive/wcs_america/]
18:41:11 T:139973977544576 WARNING: Attempt to set unplayable index -1
18:41:11 T:139972830881536  NOTICE: Thread BackgroundLoader start, auto delete: false
18:41:11 T:139973977544576  NOTICE: CDVDPlayer::CloseFile()
18:41:11 T:139973977544576  NOTICE: DVDPlayer: waiting for threads to exit
18:41:11 T:139973977544576  NOTICE: DVDPlayer: finished waiting
18:41:11 T:139973977544576  NOTICE: DVDPlayer: Opening: /home/xbmc/.xbmc/temp/hlsplaylist.m3u8
18:41:11 T:139973977544576 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
18:41:11 T:139972841404160  NOTICE: Thread DVDPlayer start, auto delete: false
18:41:11 T:139972841404160  NOTICE: Creating InputStream
18:41:11 T:139972841404160  NOTICE: Creating Demuxer
18:41:11 T:139972841404160   ERROR: Open - error probing input format, /home/xbmc/.xbmc/temp/hlsplaylist.m3u8
18:41:11 T:139972841404160   ERROR: OpenDemuxStream - Error creating demuxer
18:41:11 T:139972841404160  NOTICE: CDVDPlayer::OnExit()
18:41:11 T:139972841404160  NOTICE: CDVDPlayer::OnExit() deleting input stream
18:41:11 T:139973977544576   ERROR: Playlist Player: skipping unplayable item: -1, path [plugin://plugin.video.twitch/playLive/wcs_america/]
18:41:11 T:139973977544576 WARNING: Attempt to set unplayable index -1
18:41:11 T:139972830881536  NOTICE: Thread BackgroundLoader start, auto delete: false
18:41:11 T:139973977544576  NOTICE: CDVDPlayer::CloseFile()
18:41:11 T:139973977544576  NOTICE: DVDPlayer: waiting for threads to exit
18:41:11 T:139973977544576  NOTICE: DVDPlayer: finished waiting
18:41:11 T:139973977544576  NOTICE: DVDPlayer: Opening: /home/xbmc/.xbmc/temp/hlsplaylist.m3u8
18:41:11 T:139973977544576 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
18:41:11 T:139972841404160  NOTICE: Thread DVDPlayer start, auto delete: false
18:41:11 T:139972841404160  NOTICE: Creating InputStream
18:41:11 T:139972841404160  NOTICE: Creating Demuxer
18:41:11 T:139972841404160   ERROR: Open - error probing input format, /home/xbmc/.xbmc/temp/hlsplaylist.m3u8
18:41:11 T:139972841404160   ERROR: OpenDemuxStream - Error creating demuxer
18:41:11 T:139972841404160  NOTICE: CDVDPlayer::OnExit()
18:41:11 T:139972841404160  NOTICE: CDVDPlayer::OnExit() deleting input stream
18:41:11 T:139973977544576   ERROR: Playlist Player: skipping unplayable item: -1, path [plugin://plugin.video.twitch/playLive/wcs_america/]
18:41:11 T:139973977544576 WARNING: Attempt to set unplayable index -1
18:41:11 T:139972830881536  NOTICE: Thread BackgroundLoader start, auto delete: false
18:41:11 T:139973977544576  NOTICE: CDVDPlayer::CloseFile()
18:41:11 T:139973977544576  NOTICE: DVDPlayer: waiting for threads to exit
18:41:11 T:139973977544576  NOTICE: DVDPlayer: finished waiting
18:41:11 T:139973977544576  NOTICE: CDVDPlayer::CloseFile()
18:41:11 T:139973977544576  NOTICE: DVDPlayer: waiting for threads to exit
18:41:11 T:139973977544576  NOTICE: DVDPlayer: finished waiting
# cat /home/xbmc/.xbmc/temp/hlsplaylist.m3u8
#EXTM3U
#EXT-X-TWITCH-INFO:NODE="video15.iad02",MANIFEST-NODE="video15.iad02",SERVER-TIME="1410302217.2",USER-IP="208.58.66.240",CLUSTER="iad02",MANIFEST-CLUSTER="iad02"
dPing commented 10 years ago

I will tell you the trouble I've had. Wcs doesn't allow non subscribers to watch over 480p so I have the same issue with that one and a few others. You'll notice the streams that do this if you go to twitch on a PC and it gives you the message that you have to sub for higher res.

dPing commented 10 years ago

It would be nice if the xbmc twitch app would find the next lower RES if this message happens

ingwinlu commented 10 years ago

I already had a patch for that. But needed my old one merged before because of conflicts. Will be up soon ;-) Am 10.09.2014 03:16 schrieb "dPing" notifications@github.com:

It would be nice if the xbmc twitch app would find the next lower RES if this message happens

— Reply to this email directly or view it on GitHub https://github.com/StateOfTheArt89/Twitch.tv-on-XBMC/issues/88#issuecomment-55059342 .

ingwinlu commented 10 years ago

though actually, the plugin already has this kind of behaviour, if the wanted quality is not found, it just plays all qualities starting with the best available one, my changes only make the fallback respect your max quality settings

ingwinlu commented 10 years ago

might have been my last PR that broke that behaviour, kind of hard getting the fork and this plugin to line up nicely :(. I submitted the pr, you can try https://github.com/ingwinlu/python-twitch/archive/fix_quality.zip till it is fixed.