![]() |
|
[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 |
- bakito - 2011-10-07 06:56 works great thanks a lot for your work!!! do you think that we could pass the "adult content" validation someday? cheers - activate - 2011-10-07 07:21 Guys, keen to try this out. Can someone pls let me know if and where librtmp2.4 file sit in the justin plugin. Thanks. - biGdada - 2011-10-07 08:19 activate Wrote:Guys, keen to try this out. Can someone pls let me know if and where librtmp2.4 file sit in the justin plugin. Thanks. what system ? on win32 it is included in the latest nighties, on atv2 you have to dl from link hani provided and put it in /Applications/XBMC.frappliance/Frameworks on your atv2 (replacing the old one) - activate - 2011-10-07 08:57 Sorry dude, yes it is the atv2, running nightly xbmc-20111003-31113d1-master-atv2.deb. Done the username and replaced the librtmp as suggested. The list is blank though i.e. no entries when the add-on is executed. Code: 17:39:39 T:129298432 DEBUG: CGUIMediaWindow::GetDirectory (plugin://plugin.video.justin.tv)I know you didn't want the hassle of support so no dramas. I'll muck around with it since others have reported it working. - fouad796 - 2011-10-07 11:16 biGdada Wrote:you have to follow channels.... all the LIVE channels that you are following will be displayed there i get the channels displayed on xbmc but none is working it says playback failed and all these channels plays good on the jtv website they r all live channels any help ? - rogerzees - 2011-10-07 13:31 to try the biGdada plugin without creating a account uname=xchannels - biGdada - 2011-10-07 20:07 bakito Wrote:works great thanks a lot for your work!!! give me an example of a channel, i'll see what i can do - rogerzees - 2011-10-07 21:44 For windows users new librtmp: (read the Changes) http://stream-recorder.com/forum/can-download-latest-version-rtmpdump-source-binaries-t5533p3.html - divingmule - 2011-10-07 22:47 Hey biGdada, you need to change the token to Code: token = ' jtv='+soup.token.string.replace('\\','\\5c').replace('"','\\22').replace(' ','\\20')Code: Pageurl = ' Pageurl=http://www.justin.tv/'+channelname
- rogerzees - 2011-10-08 00:40 Thank you divingmule for stepping in and solving bugs
|