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)



RE: [RELEASE] Justin.tv (Video) Plugin - divingmule - 2012-04-12 12:52

(2012-04-12 12:46)tanja84dk Wrote:  
(2012-04-12 12:42)divingmule Wrote:  
(2012-04-12 11:09)tanja84dk Wrote:  I have a small problem with Jtv

After I have installed the XBMC iso, the streams won't start.
When I test on my windows 7 machine the streams works perfectly in xbmc.

EDIT:
I have just found out where XBMC saves the log, so here is the thing there is happening after I tryed to start a stream. http://pastebin.com/aqBKuyT8

You will need a newer build of the librtmp library.

Thanks to HansMayer, you should find one here > http://supercloudtv.com/librtmp.html

Thanks for your answer, unfortunally I have no experience whith compile things and rely on the repo's.
Allso the librtmp says it's updated (apt-get says the newest is installed from ubuntu 11.10 repo)

No need to compile, just replace the librtmp file.


RE: [RELEASE] Justin.tv (Video) Plugin - tanja84dk - 2012-04-12 13:00

(2012-04-12 12:52)divingmule Wrote:  
(2012-04-12 12:46)tanja84dk Wrote:  
(2012-04-12 12:42)divingmule Wrote:  You will need a newer build of the librtmp library.

Thanks to HansMayer, you should find one here > http://supercloudtv.com/librtmp.html

Thanks for your answer, unfortunally I have no experience whith compile things and rely on the repo's.
Allso the librtmp says it's updated (apt-get says the newest is installed from ubuntu 11.10 repo)

No need to compile, just replace the librtmp file.

I'm totally lost because on the website you redirected me to it say, and I quote "Download the patched librtmp source code, compile it with make in the librtmp folder and replace librtmp.so.0", And you says I shall not compileConfused

allso there is no file called librtmp.so.0 if I shoud follow what you said.

And If I shoud follow what he is written, then it fails

EDIT: Here is the error I get http://pastebin.com/jaX67kCR

EDIT 2: I got someone to fix it over ssh now. I don't know what he did but I actually don't care because I think that if a update is not in the ubuntu repo, then it's not probely tested and then it's not stable


RE: [RELEASE] Justin.tv (Video) Plugin - divingmule - 2012-04-12 13:48

Sorry tanja84dk, I assumed you where using an apple/mac Smile Do you always run as root? Do this (as normal user, not root) -

Code:
sudo apt-get install git
git clone git://git.ffmpeg.org/rtmpdump
cd rtmpdump
make
sudo cp -v librtmp/librtmp.so.0 /usr/share/xbmc/system/players/dvdplayer/



RE: [RELEASE] Justin.tv (Video) Plugin - ykhehra1 - 2012-04-16 05:34

Hi, live streams from my login favorites suddenly stop working on version 0.2.5, and luck even after replacing with v 0.2.6.
how to fix it?


RE: [RELEASE] Justin.tv (Video) Plugin - neno1978 - 2012-04-16 16:25

(2012-04-11 13:18)divingmule Wrote:  
(2012-04-10 15:27)neno1978 Wrote:  HELLO. I have problems with some channels. For example, loutchano and caponetv do not work. They do not work in atv2, it does not work in windows ... thank you

Sorry, those channels are producing "unsupported audio codec" error Sad. You might ask the broadcaster to change the audio codec to mp3 or mp4a.

thanks!!!


RE: [RELEASE] Justin.tv (Video) Plugin - divingmule - 2012-04-17 17:33

(2012-04-16 05:34)ykhehra1 Wrote:  Hi, live streams from my login favorites suddenly stop working on version 0.2.5, and luck even after replacing with v 0.2.6.
how to fix it?

Hmm, could you try, then copy your xbmc.log to http://pastebin.com and post the link?


RE: ATV2 users will need an updated librtmp. - vietseal - 2012-04-18 10:17

(2011-12-31 17:10)divingmule Wrote:  ATV2 users will need an updated librtmp.

Thanks to newatv2user you can try this one - http://forum.xbmc.org/showpost.php?p=961291
The lib is located in private/var/stash/applications/xbmc.frappliance/frameworks/
After replaceing the file you need to change owner "chown mobile librtmp.0.dylib"

Maybe someone with an ATV2 could add more details Wink

Can you show me more details " After replaceing the file you need to change owner "chown mobile librtmp.0.dylib ". Thanks
I mean how to change from "root" to "mobile"


RE: [RELEASE] Justin.tv (Video) Plugin - divingmule - 2012-04-18 12:28

You need to use a terminal/ssh application, and login as root
Code:
ssh root@YOUR.ATV2.IP.ADDRESS

You will be asked for a password: default password is alpine, then type this command
Code:
chown mobile PATH/TO/THE/FILE/librtmp.0.dylib



RE: [RELEASE] Justin.tv (Video) Plugin - vietseal - 2012-04-18 22:35

Thanks divingmule, Now I can watch Justin.tv live on my APTV2.


RE: [RELEASE] Justin.tv (Video) Plugin - divingmule - 2012-04-20 18:12

Add-on Update 0.2.7
fix - Windows unicode bug.

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

Let me know of any issues.