Kodi Community Forum
[RELEASE] Justin.tv (Video) Plugin - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154)
+---- Thread: [RELEASE] Justin.tv (Video) Plugin (/showthread.php?tid=51981)



RE: [RELEASE] Justin.tv (Video) Plugin - divingmule - 2012-08-19

(2012-08-18, 22:18)subxinu Wrote: I've been working on getting this plugin working for a few days (on XBMCbuntu 11) and, after another failure, I'm seeking some assistance. I updated my librtmp file via the link in the wiki to no avail. I then followed the instructions posted in post #846 by divingmule without success.

Upon clicking on a channel selection, I'm getting the following error (after the "working" wheel spins for about 10-15 seconds):

Quote:Playback failed: One or more of the items failed to play. Check the log file for details.

Check out the log: http://pastebin.com/9R2k7Q8D

EDIT: After a reboot, I can now play some channels but not others. For example, if I'm trying to watch national US news broadcasts, CNN is working but Fox News is not (same error as above). Suggestions?

Thanks! Smile

The broadcaster is using an unsupported audio codec. From your log -
Code:
14:26:39 T:3053452144  NOTICE:   videodevice             XSplitBroadcaster
14:26:39 T:3053452144  NOTICE:   audiocodecid            11.00



RE: [RELEASE] Justin.tv (Video) Plugin - anarckie - 2012-08-22

(2012-08-19, 14:21)divingmule Wrote: The broadcaster is using an unsupported audio codec. From your log -

I really wish there was a way to fix this. Or at the very least, be able to mark and save streams that can't play because of the unsupported codec so I don't try to keep trying to play them over and over.


RE: [RELEASE] Justin.tv (Video) Plugin - divingmule - 2012-08-23

If I find the time I'll see about adding a "blacklist".

The problematic codec is Speex - http://www.speex.org/ It's open-source, don't know why it's not included with ffmpeg, must be some issueHuh

One *may try* building ffmpeg with speex support, then compile xbmc with external ffmpeg. I'm probably way off here Smile, it's just a thought.


RE: [RELEASE] Justin.tv (Video) Plugin - gojira - 2012-08-27

I'm having trouble getting the channel archives of one specific channel, all the other channels work fine.
The channel is GBJG

log file: http://pastebin.com/1r1PQu9K

I was able to access the archives without any error until a few weeks ago.
I reinstalled XBMCB last weekend using the mid august release from xbmcfreak.nl but the problem still exists.




RE: [RELEASE] Justin.tv (Video) Plugin - divingmule - 2012-08-28

(2012-08-27, 19:28)gojira Wrote: I'm having trouble getting the channel archives of one specific channel, all the other channels work fine.
The channel is GBJG

log file: http://pastebin.com/1r1PQu9K

For some reason Huh one of their listings doesn't have a ['title']. I'll add an exception in the next update.


RE: [RELEASE] Justin.tv (Video) Plugin - gojira - 2012-08-29

(2012-08-28, 14:31)divingmule Wrote: For some reason Huh one of their listings doesn't have a ['title']. I'll add an exception in the next update.
Thanks. I'll test it when the update is available.



RE: [RELEASE] Justin.tv (Video) Plugin - divingmule - 2012-08-29

(2012-08-29, 14:02)gojira Wrote: Thanks. I'll test it when the update is available.

If you want, edit the default.py, replace line 331
Code:
title = i['title']
with
Code:
try:
    title = i['title']
except KeyError:
        print '--- keyError ---'
        title = ''




RE: [RELEASE] Justin.tv (Video) Plugin - gojira - 2012-08-31

(2012-08-29, 16:31)divingmule Wrote: If you want, edit the default.py, replace line 331
Code:
title = i['title']
with
Code:
try:
    title = i['title']
except KeyError:
        print '--- keyError ---'
        title = ''

Thanks divingmule, that worked.
btw, I had to change line 326
Maybe a difference in version? I'm running 0.3.2



RE: [RELEASE] Justin.tv (Video) Plugin - divingmule - 2012-09-01

Add-on Update - Version 0.3.3

added "Blacklist Channel" to the context menu
added "Bad Password" notification
other bug fixes and error handling

Download zip -> http://divingmules-repo.googlecode.com/files/plugin.video.jtv.archives-0.3.3.zip or install/update from my repository.


RE: [RELEASE] Justin.tv (Video) Plugin - saka - 2012-09-03

Hi
jtv will show all the channels but none will play on atv2 please advise.many thanks


RE: [RELEASE] Justin.tv (Video) Plugin - divingmule - 2012-09-04

If you find "unknown option jtv" in your xbmc.log after trying to play a channel, you'll need to do some hacking.

http://wiki.xbmc.org/index.php?title=HOW-TO:Update_librtmp


RE: [RELEASE] Justin.tv (Video) Plugin - anarckie - 2012-09-06

(2012-08-11, 16:02)divingmule Wrote: Add-on update - 0.3.1
added page-nation to archived videos

The page-nation for archived videos just seems to add 1 video per page at a time.

Can you look into this?


RE: [RELEASE] Justin.tv (Video) Plugin - divingmule - 2012-09-07

Yes, thanks for pointing that out.

Add-on Update - Version 0.3.4

fix archived videos page-nation

Download zip -> http://divingmules-repo.googlecode.com/files/plugin.video.jtv.archives-0.3.4.zip or install/update from my repository.


RE: [RELEASE] Justin.tv (Video) Plugin - UsefulbitsNet - 2012-09-07

delightful naming scheme! Smile


RE: [RELEASE] Justin.tv (Video) Plugin - bakito - 2012-09-08

hello, I can't see any channel now for some days...try the lbtrm things but nothing change....

http://xbmclogs.com/show.php?id=8109

someone can help me ?
thanks!

edit: install the frdo alpha 5 fix my problem, sorry to bother!
cheers!