Ustream crashing UMS when added to WEB.conf
Posted: Sat Nov 29, 2014 7:02 pm
Hello,
I'm trying to add a Ustream video stream to the WEB.conf and it seems to crash the server...
The line I am entering is:
this results in this error:
I get no errors, the server starts normally but the video stream does not show in the web folder..
any ideas?
I'm trying to add a Ustream video stream to the WEB.conf and it seems to crash the server...
The line I am entering is:
Code: Select all
# video streams
videostream.Web,Jams and Cams,http://www.ustream.tv/embed/18759710?v=3&wmode=direct
when I use this url:
11-29 01:59:32 A serious error occurred during PMS init
java.lang.NullPointerException: null
at net.pms.util.FileUtil.getUrlExtension(FileUtil.java:158) ~[ums.jar:4.2.2]
at net.pms.dlna.PlaylistFolder.getPlaylist(PlaylistFolder.java:228) ~[ums.jar:4.2.2]
at net.pms.dlna.RootFolder.addWebFolder(RootFolder.java:360) ~[ums.jar:4.2.2]
at net.pms.dlna.RootFolder.discoverChildren(RootFolder.java:143) ~[ums.jar:4.2.2]
at net.pms.configuration.RendererConfiguration.getRootFolder(RendererConfiguration.java:328) ~[ums.jar:4.2.2]
at net.pms.PMS.getRootFolder(PMS.java:122) [ums.jar:4.2.2]
at net.pms.PMS.init(PMS.java:711) [ums.jar:4.2.2]
at net.pms.PMS.createInstance(PMS.java:1041) [ums.jar:4.2.2]
at net.pms.PMS.main(PMS.java:1141) [ums.jar:4.2.2]
Code: Select all
# video streams
videostream.Web,Jams and Cams,http://www.ustream.tv/embed/18759710
any ideas?