2013-08-27, 21:28
hi,
i recently upgraded from using frodo on ubuntu 11.10 to ubuntu 12.04 using the desktop upgrade wizard, after the upgrade i can no longer play iplayer catchup or live, i don't think its an iplayer problem, as the error shown in the log seems to be around rtmp. here is the full debug log and excerpt below:
i have tried updating rtmp using the code below from here:
and removing and reinstalling xbmc after updating the repo as per the wiki
to be honest i've not had to fiddle with my linux box for some time and this has me stumped! any ideas would be much appreciated![Smile Smile](https://forum.kodi.tv/images/smilies/smile.png)
EDIT: to reduce my log spam to the minimum.....
i recently upgraded from using frodo on ubuntu 11.10 to ubuntu 12.04 using the desktop upgrade wizard, after the upgrade i can no longer play iplayer catchup or live, i don't think its an iplayer problem, as the error shown in the log seems to be around rtmp. here is the full debug log and excerpt below:
Code:
20:17:01 T:140600669333248 INFO: HandleInvoke, received result for method call <createStream>
20:17:01 T:140600669333248 INFO: SendPlay, seekTime=0, stopTime=0, sending play: mp4:iplayerstream/secure_auth/1500kbps/MP/b0394j4n_1377359207.mp4
20:17:01 T:140600669333248 INFO: Invoking play
20:17:01 T:140600669333248 INFO: sending ctrl. type: 0x0003
20:17:01 T:140600669333248 INFO: Invoking deleteStream
20:17:01 T:140600669333248 ERROR: RTMP_ReadPacket, failed to read RTMP packet header
20:17:01 T:140600669333248 ERROR: CDVDPlayer::OpenInputStream - error opening [rtmp://bbcmedia.fcod.llnwd.net:1935/ app=a1414/e3?as=adobe-hmac-sha256&av=1&te=connect&mp=iplayerstream/secure_auth/1500kbps/MP/b0394j4n_1377359207.mp4,iplayerstream/secure_auth/480kbps/MP/b0394j4n_1377359523.mp4,iplayerstream/secure_auth/400kbps/b0394j4n_1377359523.mp4,iplayerstream/secure_auth/800kbps/MP/b0394j4n_1377359522.mp4&et=1377638221&fmta-token=9437058df2184964db49d7214141e3c19c4befefd526b9620530007048cabd40 tcurl=rtmp://bbcmedia.fcod.llnwd.net:1935/a1414/e3?as=adobe-hmac-sha256&av=1&te=connect&mp=iplayerstream/secure_auth/1500kbps/MP/b0394j4n_1377359207.mp4,iplayerstream/secure_auth/480kbps/MP/b0394j4n_1377359523.mp4,iplayerstream/secure_auth/400kbps/b0394j4n_1377359523.mp4,iplayerstream/secure_auth/800kbps/MP/b0394j4n_1377359522.mp4&et=1377638221&fmta-token=9437058df2184964db49d7214141e3c19c4befefd526b9620530007048cabd40 playpath=mp4:iplayerstream/secure_auth/1500kbps/MP/b0394j4n_1377359207.mp4 swfurl=http://www.bbc.co.uk/emp/releases/iplayer/revisions/617463_618125_4/617463_618125_4_emp.swf swfvfy=1 timeout=20]
20:17:01 T:140600669333248 NOTICE: CDVDPlayer::OnExit()
20:17:01 T:140600669333248 NOTICE: CDVDPlayer::OnExit() deleting input stream/
i have tried updating rtmp using the code below from here:
Code:
cd ~/ && \
git clone git://git.ffmpeg.org/rtmpdump && \
cd rtmpdump && \
version="$(git log -1 --abbrev-commit | grep commit | cut -d' ' -f2)" && \
make VERSION="v2.4\ $version~git" && \
sudo checkinstall --pakdir "$HOME/Desktop" --pkgname rtmpdump \
--pkgversion "2.4-$version~git" --backup=no --default && sudo ldconfig
and removing and reinstalling xbmc after updating the repo as per the wiki
to be honest i've not had to fiddle with my linux box for some time and this has me stumped! any ideas would be much appreciated
![Smile Smile](https://forum.kodi.tv/images/smilies/smile.png)
EDIT: to reduce my log spam to the minimum.....