• 1
  • 5
  • 6
  • 7(current)
  • 8
  • 9
iTV Player for XBMC Eden
#91
I have updated itv player to the new version 1.0.7 and have the latest rtmplib but still will not play just says playback failed one or more items failed to play check the log, Can anyone help please
KJ31

- ATV2 5.0.2 (iOS 5.1.1 - 9B830)
- XBMC v11 Eden Final
- Skin: Quartz
- FC Seas0nPass 0.8.6
- aTV Flash (black) 1.6
Reply
#92
I'm happy to help, but I need a log first....

David
Reply
#93
If your having problems with ITV player addon, you could try the following, updating RTMP , it's only what i've picked up from reading in the forums here at XBMC.org. It helped me out on my xbmcbuntu install

Use at your own risk

Download Putty http://www.chiark.greenend.org.uk/~sgtat...nload.html

Install putty

I use my windows xp machine (upstairs) to connect to my xbmcbuntu installation machine (downstairs)

Once putty is installed, you need to set up putty to talk to your xbmc installation.

In putty settings, the host name or (Ip address) box you put in your ip address, this is found in xbmc Settings > System info, and there you should see your IP address, eg 192.168.1.4 , your port is 22, and have the ssh radio button ticked.

Log into your xbmcbuntu instalation using putty.My xbmc details were password xbmc - username xbmc

When doing any of the below the screen will be full of a lot of info passing in front of you, just let it do it's thing, and wait a while in between entries for it to settle down

Here goes

First remove any previous packages relating to old RTMP installations

Copy and paste into putty the following, don't copy the word "CODE"

Code:
sudo apt-get purge rtmpdump

Then install your dependencies

Copy and paste into putty the following

Code:
sudo apt-get install build-essential git-core checkinstall libssl-dev

Download, build and then install the latest git version of rtmpdump

Copy and paste into putty the following single command

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

See which version you have now installed

Copy and paste into putty the following

Code:
rtmpdump

You should see v2.4


Updating RTMP

The following will updatde your RTMP instalation to the latest git version

Copy and paste into putty the following single command

Code:
cd ~/rtmpdump && \
git pull && \
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

Hope this helps someone like it helped me.Smile

A special thanks to LAGMonkey, bertybassett, ron999 at ubuntuforums
Reply
#94
hey up i have read on other forums about itvplayer fix to remove default.py and replace with http://www.2shared.com/file/V1v1MMtP/default.html but being me i have no idea how to access default.py any ideas.
Reply
#95
@ hasselhof the username xbmc works but the password doesnt and if i use the atv2 username and password and type in sudo apt-get purge rtmpdump I just get -sh: -sh: : command not found. I am using windows 7 and atv2 is there something I am doing wrong ?
KJ31

- ATV2 5.0.2 (iOS 5.1.1 - 9B830)
- XBMC v11 Eden Final
- Skin: Quartz
- FC Seas0nPass 0.8.6
- aTV Flash (black) 1.6
Reply
#96
@ dazzer272 /private/var/mobile/Library/Preferences/XBMC/addons/plugin.video.itv and the default.py will be there
KJ31

- ATV2 5.0.2 (iOS 5.1.1 - 9B830)
- XBMC v11 Eden Final
- Skin: Quartz
- FC Seas0nPass 0.8.6
- aTV Flash (black) 1.6
Reply
#97
(2012-05-22, 12:10)KJ31 Wrote: @ hasselhof the username xbmc works but the password doesnt and if i use the atv2 username and password and type in sudo apt-get purge rtmpdump I just get -sh: -sh: : command not found. I am using windows 7 and atv2 is there something I am doing wrong ?

Hi KJ31

When I setup my xbmcbuntu (linux) installation I was asked to
enter a username & password which for ease for me I used
xbmc for both. So if you can remember your installation username & password
that is whats required to be entered into putty to connect
to your xbmc instalation (atv2). I dont use windows myself or I dont have an atv2 myself,so Good luck
Reply
#98
wont work on ATV 2 will not play any video at all please help
Reply
#99
http://pastebin.com/tSpeKm5B my log file hope it can help resolve this issue thanks
Reply
There seem to be a heap of these issues on the ATV 2 with RTMP.

The plugin is working fine on Windows and Linux, and the failure where the RTMP URI is handed to the XBMC player, so it is something to do with the ATV implementation rather than the plugin.

Can I suggest that you ask the question in one of the ATV forum ?

D
Reply
For those having problems getting this to work on ATV2 try the following:

1. Install version 1.0.7 of the add on from here: http://code.google.com/p/xbmc-itv-player/downloads/list

2. Replace the librtmp file with this one: http://www65.zippyshare.com/v/48106573/file.html
[Location of this file is Applications/XBMC.frappliance/Frameworks]

3. Restart XBMC

Reply
Fantastic, thanks procrastinator, updating librtmp also fixed iplayer for me.
Reply
@procrastinator, thank you very much working great on ATV2. cheers
Reply
I got a problem using itv player (ITV Plugin v1.07). I am running eden xbmcbuntu, and when i goto play any of the stuff for itv player i get the sound all ok but the picture is all scambled and green in colour, is there something i need to do to the settings. the bbc player is working fine so is everything else, just cant seem to get the itv player working correctly. any advice please
Reply
Thanks Procrastinator that solved my issue with the plug in too great work
Reply
  • 1
  • 5
  • 6
  • 7(current)
  • 8
  • 9

Logout Mark Read Team Forum Stats Members Help
iTV Player for XBMC Eden2