• 1
  • 44
  • 45
  • 46(current)
  • 47
  • 48
  • 73
[RELEASE] Justin.tv (Video) Plugin
I'm 99% certain that using these instructions: http://www.reddit.com/r/starcraft/commen...ms_in_vlc/

I was also able to watch Twitch streams. And, seeings as it's /r/starcraft the guy would have been downvoted into oblivion if it didn't work. I think its a closed source binary but it may be worth a look at as it does use rtmpdump.

Replying sucks on an iPhone :S

(2012-03-21, 18:02)divingmule Wrote: Doesn't look like there's going to be a way to fix this on the add-on side of things. It seems to be an audio codec problem.

If you look at the Metadata in the log you'll notice most of these broadcasters are using this XSplit software.
Code:
07:50:21 T:4784  NOTICE:   audiocodecid          11.00
07:50:21 T:4784  NOTICE:   audiodatarate         100.00
07:50:21 T:4784  NOTICE:   bufferSize            1000k
07:50:21 T:4784  NOTICE:   frameRate             400000
07:50:21 T:4784  NOTICE:   maxBitrate            1000k
07:50:21 T:4784  NOTICE:   videoDevice           XSplitBroadcaster
07:50:21 T:4784  NOTICE:   xsplitBroadcasterVersion1.2.1.91
07:50:21 T:4784  NOTICE:   xsplitCoreVersion     1.0.1201.0504 Public Beta 6
07:50:21 T:4784  NOTICE:   xsplitGameSourceVersion1.1.0.18
07:50:21 T:4784  NOTICE:   xsplitMediaLibVersion 2.0.0.88

Notice the audiocodecid.

If the stream plays, it will have no audio -
Code:
07:43:57 T:1096  NOTICE: Opening audio stream: 1 source: 256
07:43:57 T:1096  NOTICE: Finding audio codec for: 86054
07:43:57 T:1096   DEBUG: FactoryCodec - Audio: FFmpeg - Opening
07:43:57 T:3980   DEBUG: Thread CDVDPlayerVideo start, auto delete: 0
07:43:57 T:3980  NOTICE: running thread: video_thread
07:43:57 T:1096   DEBUG: CDVDAudioCodecFFmpeg::Open() Unable to find codec 86054
07:43:57 T:1096   DEBUG: FactoryCodec - Audio: FFmpeg - Failed

If the stream doesn't play -
Code:
WARNING: could not find codec parameters
ERROR: CDVDPlayer::OpenDemuxStream - Error creating demuxer


However this stream played without issue, notice the audiocodecid -
Code:
08:01:50 T:3636  NOTICE:   audiocodecid          mp4a
08:01:50 T:3636  NOTICE:   audiodatarate         187.50
08:01:50 T:3636  NOTICE:   bufferSize            3700k
08:01:50 T:3636  NOTICE:   frameRate             181818
08:01:50 T:3636  NOTICE:   maxBitrate            3700k
08:01:50 T:3636  NOTICE:   videoDevice           XSplitBroadcaster
08:01:50 T:3636  NOTICE:   xsplitBroadcasterVersion1.3.0.9
08:01:50 T:3636  NOTICE:   xsplitCoreVersion     1.0.1203.1602 Public Beta 7.1
08:01:50 T:3636  NOTICE:   xsplitGameSourceVersion1.1.0.21
08:01:50 T:3636  NOTICE:   xsplitMediaLibVersion 2.0.0.100

I also dumped some video to a file, from a stream that would not play, and it played without any audio in XBMC and VLC.
(2012-03-21, 17:22)mikles Wrote: Hi.

Is there a repo for this addon?
I tried "divingmule's unofficial repo" which points to "http://divingmules-repo.googlecode.com/svn/trunk/addons.xml" but there is no mention of jtv there.

Not yet. You'll have to use "Install from zip" - start with post #404

Reply
(2012-03-22, 02:30)bigbozza Wrote: I'm 99% certain that using these instructions: http://www.reddit.com/r/starcraft/commen...ms_in_vlc/

I was also able to watch Twitch streams. And, seeings as it's /r/starcraft the guy would have been downvoted into oblivion if it didn't work. I think its a closed source binary but it may be worth a look at as it does use rtmpdump.

Replying sucks on an iPhone :S

Lot's of Twitch streams do play, for example http://justin.tv/betascii will redirect to Twich and plays fine from the add-on. As far as I can tell it's only the the streams with an audio codec id of 11.0 that play without sound or not play at all.
Reply
Ahhh ok, welp i'll have to do a little more research. That link I posted earlier is actually just a python script upon re-inspection. I'll have to look at what it does different as it still uses rtmpdump to pull the data.
Reply
Yeah, I was going to take a look at them but the links were dead for me. I used rtmpdump and dumped some of a stream to an flv file and had the same audio codec error when playing back from the file.

I started a new thread here -> http://forum.xbmc.org/showthread.php?tid=126212 , maybe someone will reply with additional info.
Reply
so from what i understand that i would need to update librtmp library in justintv for it to work.

and if i am not mistaken i would need to build a source code for mac ( which i dont know how but googling it in the mean time ) as of now i dont see any one on a mac trying this out or have it working. No big deal as i can still just open up my browser and stream it. but would like to avoid having to when i can just get to it from xbmc. I hope i would be able to use it when ATV 3 is jailbroken. until then i guess no jtv on mac.

If any one can help later on feel free to PM me with some details thank you.



I would like to take a moment and thank every one who helped in this project and every one who tried to help me with my problem. even thought its not solved doesnt mean you help wasnt appreciated.


p.s. How to get the XBMC log files in Mac Huh


thank you all.


Reply
hi there, I am using ATV2
I tried sport then soccer, still not working !

can you help what should I do?


regards,
Reply
Copy your xbmc.log to http://pastebin.com and post the link here.
Check this post for instructions. -> http://forum.xbmc.org/showthread.php?tid=92480
Reply
(2012-03-22, 19:59)fariswheel Wrote: so from what i understand that i would need to update librtmp library in justintv for it to work.

and if i am not mistaken i would need to build a source code for mac ( which i dont know how but googling it in the mean time ) as of now i dont see any one on a mac trying this out or have it working. No big deal as i can still just open up my browser and stream it. but would like to avoid having to when i can just get to it from xbmc. I hope i would be able to use it when ATV 3 is jailbroken. until then i guess no jtv on mac.

If any one can help later on feel free to PM me with some details thank you.



I would like to take a moment and thank every one who helped in this project and every one who tried to help me with my problem. even thought its not solved doesnt mean you help wasnt appreciated.


p.s. How to get the XBMC log files in Mac Huh


thank you all.

/Users/<username>/Library/Logs/xbmc.log

You might try the one for ATV , rename the original file .old or something, so if you have trouble you can just delete and rename the original.
Reply
(2012-03-23, 11:54)divingmule Wrote: Copy your xbmc.log to http://pastebin.com and post the link here.
Check this post for instructions. -> http://forum.xbmc.org/showthread.php?tid=92480

here is the log file I hope it can help you to fix playing Justin.TV perfectly .
http://pastebin.com/7h6qVyZn:;):
Reply
(2012-03-24, 03:19)batarfihm Wrote:
(2012-03-23, 11:54)divingmule Wrote: Copy your xbmc.log to http://pastebin.com and post the link here.
Check this post for instructions. -> http://forum.xbmc.org/showthread.php?tid=92480

here is the log file I hope it can help you to fix playing Justin.TV perfectly .
http://pastebin.com/7h6qVyZn:;):

You haven't updated your librtmp library.
Check post #404 for instructions -> http://forum.xbmc.org/showthread.php?pid...3pid967294
Reply
(2012-03-24, 17:58)divingmule Wrote:
(2012-03-24, 03:19)batarfihm Wrote:
(2012-03-23, 11:54)divingmule Wrote: Copy your xbmc.log to http://pastebin.com and post the link here.
Check this post for instructions. -> http://forum.xbmc.org/showthread.php?tid=92480

here is the log file I hope it can help you to fix playing Justin.TV perfectly .
http://pastebin.com/7h6qVyZn:;):

You haven't updated your librtmp library.
Check post #404 for instructions -> http://forum.xbmc.org/showthread.php?pid...3pid967294

@divigmule, I do not know how to update librtmp library Huh

check this out, this is what i did,
1- uninstall the previous one.
2- install the .Zip - http://divingmules-repo.googlecode.com/f...-0.2.5.zip that on post # 404.
3- tried to check if it working: result, still not workingAngry

so, please if you explain or put the steps for how to update librtmp library, because I am new user in ATV2 Blush
highly appreciatedWink

Reply
hi

can i install JTV plugin on Apple tv 2 --> ios 4.3 ?

xbmc 11 latest


i instaled 0.2.5 but i have script error


logs here :

http://pastebin.com/iFfuFU5z
Reply
(2012-03-24, 21:15)batarfihm Wrote:
(2012-03-24, 17:58)divingmule Wrote:
(2012-03-24, 03:19)batarfihm Wrote: here is the log file I hope it can help you to fix playing Justin.TV perfectly .
http://pastebin.com/7h6qVyZn:;):

You haven't updated your librtmp library.
Check post #404 for instructions -> http://forum.xbmc.org/showthread.php?pid...3pid967294

@divigmule, I do not know how to update librtmp library Huh

check this out, this is what i did,
1- uninstall the previous one.
2- install the .Zip - http://divingmules-repo.googlecode.com/f...-0.2.5.zip that on post # 404.
3- tried to check if it working: result, still not workingAngry

so, please if you explain or put the steps for how to update librtmp library, because I am new user in ATV2 Blush
highly appreciatedWink

please any body help me to update librtmp library? .
Reply
(2012-03-26, 04:30)batarfihm Wrote:
(2012-03-24, 21:15)batarfihm Wrote:
(2012-03-24, 17:58)divingmule Wrote: You haven't updated your librtmp library.
Check post #404 for instructions -> http://forum.xbmc.org/showthread.php?pid...3pid967294

@divigmule, I do not know how to update librtmp library Huh

check this out, this is what i did,
1- uninstall the previous one.
2- install the .Zip - http://divingmules-repo.googlecode.com/f...-0.2.5.zip that on post # 404.
3- tried to check if it working: result, still not workingAngry

so, please if you explain or put the steps for how to update librtmp library, because I am new user in ATV2 Blush
highly appreciatedWink

please any body help me to update librtmp library? .

Download this file -> http://www.mediafire.com/?q8lswzg307ucfud

Copy it to the ATV -> /private/var/stash/Applications/XBMC.frappliance/Frameworks/

Reply
(2012-03-26, 15:36)divingmule Wrote:
(2012-03-26, 04:30)batarfihm Wrote:
(2012-03-24, 21:15)batarfihm Wrote: @divigmule, I do not know how to update librtmp library Huh

check this out, this is what i did,
1- uninstall the previous one.
2- install the .Zip - http://divingmules-repo.googlecode.com/f...-0.2.5.zip that on post # 404.
3- tried to check if it working: result, still not workingAngry

so, please if you explain or put the steps for how to update librtmp library, because I am new user in ATV2 Blush
highly appreciatedWink

please any body help me to update librtmp library? .

Download this file -> http://www.mediafire.com/?q8lswzg307ucfud

Copy it to the ATV -> /private/var/stash/Applications/XBMC.frappliance/Frameworks/

Many Many Many thanks it's working now 100%

FYI
The lib is located in root/applications/XBMC.frappliance/Frameworks.

thanks again,
Reply
  • 1
  • 44
  • 45
  • 46(current)
  • 47
  • 48
  • 73

Logout Mark Read Team Forum Stats Members Help
[RELEASE] Justin.tv (Video) Plugin9