XBMC Community Forum
[RELEASE] Justin.tv (Video) Plugin - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27)
+---- Forum: Video Add-ons (/forumdisplay.php?fid=154)
+---- Thread: [RELEASE] Justin.tv (Video) Plugin (/showthread.php?tid=51981)



- Macpatto - 2012-02-13 02:45

@jeffbros

Great to hear that.


Atv2 - Abrasher - 2012-02-15 13:08

To anyone else still having issues on ATV2...

Follow the instructions in 533 (I believe) and simply restart XBMC. Once done it is all working fantastically! Thanks for this great plugin. I had been missing JTV fiercely!


- boognish43 - 2012-02-17 03:30

is it possible to add a justintv channel as a .strm file?
I only watch a few channels on justintv and would like to just add them to my live tv .strm folder to keep it more organized
thanks!


- divingmule - 2012-02-17 14:59

boognish43 Wrote:is it possible to add a justintv channel as a .strm file?
I only watch a few channels on justintv and would like to just add them to my live tv .strm folder to keep it more organized
thanks!

Try adding a url to run the add-on like this
Code:
plugin://plugin.video.jtv.archives/?mode=2&play=True&name=[i]CHANNEL_NAME[/i]
Change CHANNEL_NAME to the channel name of the stream you want.


Update 0.2.4 - divingmule - 2012-02-17 17:18

Add-on update 0.2.4
bug fixes
added the option to rename when adding to Jtv favorites

allmotormark Wrote:on atv2 not sure if this is an issue for everyone but can't save to jtv favorites?

Let me know if this version doesn't fix this issue.

Download zip - http://divingmules-repo.googlecode.com/files/plugin.video.jtv.archives-0.2.4.zip


- allmotormark - 2012-02-17 18:30

thanks I will , any reason why its not in your repo??


- allmotormark - 2012-02-17 18:38

BTW favorites works now!!

thanks for your work love this addon


- bisha - 2012-02-18 14:50

Hi
Im a new use to XBMC and I have XMBC live in my PC, and I would thank you for the nice Justintv plugin.

I have downloaded and installed the latest plugin.video.jtv.archives-0.2.4.zip version and I do get this message when I hit Jtv in XMBC "script failed plugin.video.jtv.archives"
So I have followowed the instructions in 533 but for some reason I cannot find none of the follwoing paths in my XBMC live machine.

/xbmc.frappliance/frameworks/
or
root/applications/XBMC.frappliance/Frameworks

Thank you


- bisha - 2012-02-18 14:52

I do wonder where i should place librtmp.dylib file instead ? becouse im not able to find the above mentioned paths

Thank you


- divingmule - 2012-02-18 18:24

bisha Wrote:Hi
Im a new use to XBMC and I have XBMC live in my PC, and I would thank you for the nice Justintv plugin.

I have downloaded and installed the latest plugin.video.jtv.archives-0.2.4.zip version and I do get this message when I hit Jtv in XBMC "script failed plugin.video.jtv.archives"
So I have followowed the instructions in 533 but for some reason I cannot find none of the follwoing paths in my XBMC live machine.

/xbmc.frappliance/frameworks/
or
root/applications/XBMC.frappliance/Frameworks

Thank you

Hi, those instructions are for Apple TV 2.

For XBMC Live you'll need to build and install rtmpdump.

First install some dependencies.
Code:
sudo apt-get install build-essential git-core checkinstall libssl-dev

Now for rtmpdump, enter each line one at a time.
Code:
git clone git://git.ffmpeg.org/rtmpdump
cd rtmpdump
make
sudo checkinstall  --pkgname rtmpdump --pkgversion "2.4."
sudo ldconfig

If you still can't get the streams to play, this is kind of a hack Blush
Code:
sudo cp -v rtmpdump/librtmp/librtmp.so.0 /usr/share/xbmc/system/players/dvdplayer/