![]() |
|
[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 |
- mrdally204 - 2011-10-12 02:11 future reference. to post log files, copy the text and head over to pastebin.com. much easier for everyone involved (: new pastebin logs for hulkster - hulkster - 2011-10-12 03:39 nvm - rogerzees - 2011-10-12 15:12 Note(1.) if a utoken has the text "previewLength", then the channel haves too many viewers over (500?)and it will close after 1.min. Note(2.) Popular Game channels dont load if it is directed to akamai servers, like hxxp://www.justin.tv/munchgamer you can use toine512 https://github.com/downloads/toine512/jtv-downloader/Jtv_downloader-pre2.7z program to found out the rtmp. copy only the channelname,click and check the params tab, if (-r) looks like: rtmp://live-cdn.justin.tv/live/akamai4_xxx@xxxxxx it will play. Save as a game.strm file ex= rtmp://live-cdn.justin.tv/live/akamai4_xxx@xxxxxx live=true and open with xbmc. - divingmule - 2011-10-12 16:20 @rogerzees, did you add the Pageurl? I don't think I've had anything not play, maybe just lucky ![]() Code: rtmp = connect+token+swf+' Pageurl=http://www.justin.tv/'+channelname- rogerzees - 2011-10-12 16:44 Code: rtmp = connect+token+swf+' Pageurl=http://www.justin.tv/'+channelnameThanks so much divingmule ,working fine now.![]() (syntax error was the cause for not loading the channels.) - hulkster - 2011-10-12 16:50 nvm - fouad796 - 2011-10-13 11:05 Ok so how to get a .strm from jtv what's the working syntax ? - ccurrie - 2011-10-15 22:03 Is the librtmp fix in the current version of Ubuntu yet? I'm trying to use biGdada's plugin with the fixes described in the thread. Error in XBMC log says "Unknown option jtv": Code: 14:58:13 T:3078932352 M:1539588096 NOTICE: DVDPlayer: Opening: rtmp://199.9.255.39/app/jtv_cARuYqJ2cgLh40rK jtv=545a3966d5005b3b02c336feaaffc498fdfb1d6d:{\22swfDomains\22:\20[\22justin.tv\22,\20\22jtvx.com\22,\20\22xarth.com\22,\20\22twitchtv.com\22,\20\22twitch.tv\22,\20\22wdtinc.com\22,\20\22imapweather.com\22,\20\22facebook.com\22,\20\22starcrafting.com\22],\20\22streamName\22:\20\22jtv_cARuYqJ2cgLh40rK\22,\20\22expiration\22:\201318712296.432065,\20\22geo_ip\22:\20\2274.194.128.14\22,\20\22server\22:\20\22iad01-video3-1\22} swfUrl=http://www-cdn.justin.tv/widgets/live_frontpage_player.rc7bcc5efc8c827ff50b26bfb1a01c6f5a6cf7756.swf Pageurl=http://www.justin.tv/roxnation11Or will we have to wait for XBMC to update due to it being statically-linked to librtmp, or something like that? TIA - divingmule - 2011-10-16 15:39 ccurrie Wrote:Is the librtmp fix in the current version of Ubuntu yet? I'm trying to use biGdada's plugin with the fixes described in the thread. Error in XBMC log says "Unknown option jtv": Yeah, you need to update. This is what worked for me YMMV. Open a terminal an enter these commands one at a time. Code: git clone git://git.ffmpeg.org/rtmpdump - rogerzees - 2011-10-16 20:37 Hello,Divingmule . You have this Great Pipes-plugin that loads the pics of the jtvchannels that are live right now. Can it be re-coded to a brandnew plugin, instead of using the (def startFirefox(url):) code when playing. it uses the code from bigdadas plugin :(def playVideo(url,): code somehow? 'pipes play output=html? filter out channel name,give it to bigdadas code snippet(def playVideo(url,) and play?' this is the big +++:no account needed and allways a live list of live channels. |