![]() |
|
[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) Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 |
RE: [RELEASE] Justin.tv (Video) Plugin - Venares - 2012-04-28 19:33 divingmule, any reason this isnt published on the repo in xbmc ? Not that im complaining, this thing is bloody brill
RE: [RELEASE] Justin.tv (Video) Plugin - newatv2user - 2012-04-28 22:09 Bcoz it needs the patched librtmp. RE: [RELEASE] Justin.tv (Video) Plugin - salim - 2012-05-02 05:49 (2012-04-10 14:28)divingmule Wrote:(2012-04-10 12:18)salim Wrote: which version can i use on apple tv 1g with 3..0.2 ? i did this the problem now is not with Justin plugin, but when i copy the modified : librtmp.0.dylib i can't start XBMC 11 ,, i have error 10 .. this is XBMC logs : http://pastebin.com/tJDe8Ceu And when i return the original librtmp.0.dylib ,, then i can start XBMC i tries the MacOS and Apple TV versions here without result : http://supercloudtv.com/librtmp.html Also i tried this one : http://www.mediafire.com/?q8lswzg307ucfud I don't have this problem with ATV2 please help i can't imagine my atv1 without JTV plugin RE: [RELEASE] Justin.tv (Video) Plugin - purpl3h4ze - 2012-05-02 14:03 I really wish someone would write a how-to for the unexperienced users. At this point (only tested on Ubuntu 11.10), all you need to do is: - install XBMC v11 stable (Eden) - install the tools needed for accessing the code and compilation: sudo apt-get install build-essential gcc make subversion libssl0.9.8 libssl-dev libssl0.9.8 - git clone git://git.ffmpeg.org/rtmpdump - cd rtmpdump - make - add a single library file to the xbmc system architecture: sudo cp -v rtmpdump/librtmp/librtmp.so.0 /usr/share/xbmc/system/players/dvdplayer/ after this u go to divingmule repo, download his jtv 0.2.7 and add it to xbmc via xbmc interface (you just choose the zip) note that the last step does not change the system. nothing gets replaced. it just adds the rtmp library to a folder that xbmc uses. why is this not available in the official repo (a) or in the divingmule repo (b)? Because rtmpdump needs to be patched? Makes sense I admit :> I just wish this could be made somehow easier. RE: [RELEASE] Justin.tv (Video) Plugin - divingmule - 2012-05-02 15:24 (2012-05-02 05:49)salim Wrote: i did thisThe only thing I can think of is make sure that the file permissions, and owner is the same as the original. RE: [RELEASE] Justin.tv (Video) Plugin - salim - 2012-05-04 05:22 (2012-05-02 15:24)divingmule Wrote:(2012-05-02 05:49)salim Wrote: i did thisThe only thing I can think of is make sure that the file permissions, and owner is the same as the original. Owner : frontrow Permission : 755 Like all files in this framework folder RE: [RELEASE] Justin.tv (Video) Plugin - matbor - 2012-05-04 12:26 Sorry any update on a way to view private streams? the rugby stream i watch has gone private, i have the password, woud just be nice to view in xbmc. thx RE: [RELEASE] Justin.tv (Video) Plugin - tricotpo - 2012-05-04 23:59 well i can only see the archives not the live streaming any help please RE: [RELEASE] Justin.tv (Video) Plugin - divingmule - 2012-05-05 14:52 (2012-05-04 05:22)salim Wrote:(2012-05-02 15:24)divingmule Wrote:(2012-05-02 05:49)salim Wrote: i did thisThe only thing I can think of is make sure that the file permissions, and owner is the same as the original. , You may try copying the file to the dvdplayer directory (works with linux/windows). On linux its located /usr/share/xbmc/system/players/dvdplayer/.(2012-05-04 23:59)tricotpo Wrote: well i can only see the archives not the live streaming any help please This addon requires an updated librtmp library. RE: [RELEASE] Justin.tv (Video) Plugin - divingmule - 2012-05-05 15:14 (2012-05-04 12:26)matbor Wrote: Sorry any update on a way to view private streams? Sorry, I haven't taken the time to add support for private channels. I'll add it to my list.
|