iplayer problems tonight

Requests, suggestions, support, and everything else python / plugin related.
Post Reply
Smiff
Posts: 125
Joined: Mon Sep 10, 2012 10:39 pm
Has thanked: 5 times
Been thanked: 2 times

iplayer problems tonight

Post by Smiff »

hi again guys, having me some major iplayer problems now, which is odd, as normally that works perfectly.

streams will stop often and hang the xbox completely, needs power off.

logs are filled with:

Code: Select all

22:35:06 M: 16875520 WARNING: CDVDPlayer::CheckContinuity - wrapback of stream:2, prev:601560000.000000, curr:601520000.000000, diff:-40000.000000
22:35:06 M: 16850944 WARNING: CDVDPlayer::CheckContinuity - wrapback of stream:2, prev:601720000.000000, curr:601680000.000000, diff:-40000.000000
22:35:06 M: 16834560   ERROR: CDVDPlayerAudio::DecodeFrame - Decode Error. Skipping audio packet
22:35:07 M: 16678912  NOTICE: RTMP Seek to 1202021 requested
22:35:09 M: 16949248  NOTICE: Metadata:
22:35:09 M: 16949248  NOTICE:   duration              4637.10
22:35:09 M: 16949248  NOTICE:   moovPosition          32.00
22:35:09 M: 16949248  NOTICE:   width                 832.00
22:35:09 M: 16949248  NOTICE:   height                468.00
22:35:09 M: 16949248  NOTICE:   videocodecid          avc1
22:35:09 M: 16949248  NOTICE:   audiocodecid          mp4a
22:35:09 M: 16949248  NOTICE:   avcprofile            77.00
22:35:09 M: 16949248  NOTICE:   avclevel              30.00
22:35:09 M: 16949248  NOTICE:   aacaot                2.00
22:35:09 M: 16949248  NOTICE:   videoframerate        25.00
22:35:09 M: 16949248  NOTICE:   audiosamplerate       24000.00
22:35:09 M: 16949248  NOTICE:   audiochannels         2.00
22:35:09 M: 16949248  NOTICE: trackinfo:
22:35:09 M: 16949248  NOTICE:   length                115925000.00
22:35:09 M: 16949248  NOTICE:   timescale             25000.00
22:35:09 M: 16949248  NOTICE:   language              eng
22:35:09 M: 16949248  NOTICE: sampledescription:
22:35:09 M: 16949248  NOTICE:   sampletype            avc1
22:35:09 M: 16949248  NOTICE:   length                111290368.00
22:35:09 M: 16949248  NOTICE:   timescale             24000.00
22:35:09 M: 16949248  NOTICE:   language              eng
22:35:09 M: 16949248  NOTICE: sampledescription:
22:35:09 M: 16949248  NOTICE:   sampletype            mp4a
22:35:09 M: 16900096 WARNING: CDVDPlayer::CheckContinuity - wrapback of stream:2, prev:1199120000.000000, curr:1199080000.000000, diff:-40000.000000
22:35:09 M: 16883712 WARNING: CDVDPlayer::CheckContinuity - wrapback of stream:2, prev:1199280000.000000, curr:1199240000.000000, diff:-40000.000000
last before hang is

Code: Select all

22:36:24 M: 16793600 WARNING: CDVDPlayer::CheckContinuity - wrapback of stream:2, prev:1946290000.000000, curr:1946280000.000000, diff:-10000.000000
22:36:24 M: 16793600   ERROR: CDVDPlayerAudio::DecodeFrame - Decode Error. Skipping audio packet
22:37:15 M: 16883712 WARNING: CDVDMessageQueue(audio)::Get - asked for new data packet, with nothing available
22:37:16 M: 16900096 WARNING: CDVDMessageQueue(video)::Get - asked for new data packet, with nothing available
running 3.2 stable with h264 fast mode.
happens with all streams (800,1500) and servers (akamai, limetime)
User avatar
BuZz
Site Admin
Posts: 1891
Joined: Wed Jul 04, 2012 12:50 am
Location: UK
Has thanked: 66 times
Been thanked: 423 times
Contact:

Re: iplayer problems tonight

Post by BuZz »

the errors mean no data is coming in. it's likely a network / cdn issue - you could try forcing stream source in preferences. not much can be done apart from that.

the xbox is not really hung, just waiting. lower the stream source timeout to say 30 seconds (plugin settings), and it will not wait as long.
Smiff
Posts: 125
Joined: Mon Sep 10, 2012 10:39 pm
Has thanked: 5 times
Been thanked: 2 times

Re: iplayer problems tonight

Post by Smiff »

yeah xbox is still accessible via ftp. but why does STOP button not work for example?

i have a run a continous ping from a PC nearby and see no connection issues on my network or ISP. but i agree it looks like network issue. not sure.

anyone else having problems with iplayer?
User avatar
BuZz
Site Admin
Posts: 1891
Joined: Wed Jul 04, 2012 12:50 am
Location: UK
Has thanked: 66 times
Been thanked: 423 times
Contact:

Re: iplayer problems tonight

Post by BuZz »

Smiff wrote:yeah xbox is still accessible via ftp. but why does STOP button not work for example?
because the socket is blocking / processing of the input is on the same thread I guess. or something like that.
Smiff
Posts: 125
Joined: Mon Sep 10, 2012 10:39 pm
Has thanked: 5 times
Been thanked: 2 times

Re: iplayer problems tonight

Post by Smiff »

ok, well thanks for your help Buzz. i actually managed to finish the programme ok. xbox has always seemed sensitive to network problems, not sure if this one is my end or not!
Smiff
Posts: 125
Joined: Mon Sep 10, 2012 10:39 pm
Has thanked: 5 times
Been thanked: 2 times

Re: iplayer problems tonight

Post by Smiff »

still lots of dropped streams, not reliable at all right now. i need to head over to main forum i guess. :/
Post Reply