![]() |
|
[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 |
- 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? 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]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 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-devNow for rtmpdump, enter each line one at a time. Code: git clone git://git.ffmpeg.org/rtmpdumpIf you still can't get the streams to play, this is kind of a hack ![]() Code: sudo cp -v rtmpdump/librtmp/librtmp.so.0 /usr/share/xbmc/system/players/dvdplayer/ |