Okay, so after doing lots of testing I was about to report about the problem with RTMP links in web.conf again, but with the 2nd update.jar you have them working perfectly. As well as the YouTube rss feeds.
This is the only thing I can't get to work in web.conf now:
Code: Select all
videofeed.Web,Videos,Trailers,Apple Trailers=http://feeds.feedburner.com/apple_trailers_mrss/720p
Also, 2 video plugins aren't working in Jumpy now.
The Joe Rogan Experience:
Code: Select all
Settings: {}
Traceback (most recent call last):
File "C:\Users\kuroukage\AppData\Roaming\XBMC\addons\plugin.video.joeroganexperience\default.py", line 7, in <module>
from resources.lib import joerogan
File "C:\Users\kuroukage\AppData\Roaming\XBMC\addons\plugin.video.joeroganexperience\resources\lib\joerogan.py", line 6, in <module>
from BeautifulSoup import BeautifulSoup
File "C:\Program Files (x86)\Universal Media Server\plugins\jumpy\xbmc\xbmcinit.py", line 209, in find_module
pms.addPath(lib)
NameError: global name 'pms' is not defined
I'm not sure why the Joe Rogan Experience is having problems getting links, but it's just loading up blank folders now.
The Trailers:
Code: Select all
*** setResolvedUrl ***
raw : http://trailers.apple.com/405/us/media/trailers/wb/argo/argo-tlr1_h1080p.mov?|User-Agent=QuickTime/7.6.5 (qtver=7.6.5;os=Windows NT 5.1Service Pack 3)
name: Argo
type: 4
url : http://trailers.apple.com/405/us/media/trailers/wb/argo/argo-tlr1_h1080p.mov?|User-Agent=QuickTime/7.6.5 (qtver=7.6.5;os=Windows NT 5.1Service Pack 3)
It seems to be having trouble playing .mov files now. As the Quicktime feed in web.conf and the video plugin The Trailers both will not play links.
I'm also seeing a bunch of spam in my debug.log when loading up UMS. This code repeats itself for awhile before UMS finishes loading:
Code: Select all
INFO 2013-02-09 11:58:51.486 [main] host=rtmp2pmspl
INFO 2013-02-09 11:58:51.486 [main] protocol=rtmpdump
INFO 2013-02-09 11:58:51.486 [main] host=rtmp2pmspl
INFO 2013-02-09 11:58:51.486 [main] protocol=rtmpdump
INFO 2013-02-09 11:58:51.486 [main] host=rtmp2pmspl
INFO 2013-02-09 11:58:51.486 [main] protocol=rtmpdump
INFO 2013-02-09 11:58:51.486 [main] host=rtmp2pmspl
INFO 2013-02-09 11:58:51.486 [main] protocol=rtmpdump
INFO 2013-02-09 11:58:51.486 [main] host=rtmp2pmspl
INFO 2013-02-09 11:58:51.486 [main] protocol=rtmpdump
INFO 2013-02-09 11:58:51.486 [main] host=rtmp2pmspl
INFO 2013-02-09 11:58:51.486 [main] protocol=rtmpdump
INFO 2013-02-09 11:58:51.486 [main] host=rtmp2pmspl
INFO 2013-02-09 11:58:51.486 [main] protocol=rtmpdump
INFO 2013-02-09 11:58:51.486 [main] host=rtmp2pmspl
INFO 2013-02-09 11:58:51.486 [main] protocol=rtmpdump
That's what I have to report for now. Excellent work. Looks like you've almost got it working perfectly.
Oh, one last thing. I'm still using
this build of FFmpeg. Are the newer builds still having the same crashing issue?
Thanks,