FAQ  •  Register  •  Login

Web resource plugins not working/How i missed something

<<

Giro-Batol

Serviio newbie

Posts: 1

Joined: Sat Dec 29, 2012 3:05 pm

Post Sat Dec 29, 2012 3:13 pm

Web resource plugins not working/How i missed something

Dear All

I'm new here, i've had a look on the forums, and twinkered around for a few hours before posting here.

When i try to use Channel4 on demand or itv player as a web resource it doesn't work!
I've copied the groovy files into
C:\Program Files\Serviio\plugins

and the in console added the following both are webresources
http://www.channel4.com/programmes
https://www.itv.com/itvplayer/


I've looked at the log file ( pasted below) the plugin of both itvplayer and channel 4 on demand both load, but as you can see it errors with "No plugin for web resource" Iplayer works fine as i've added an rss feed to get the content, so nothing wrong there

i'm running the trial pro version of Serviio version 1.1 on windows xp pro.

Have i missed something? Some magic step


2012-12-29 14:02:56,515 INFO [RendererSearchSender] Searching for Renderer devices, will multicast on 1 NICs
2012-12-29 14:02:58,125 INFO [PluginCompilerThread] Added Web Resouce plugin 4OD (UK only) (Channel4od.groovy), version: 1
2012-12-29 14:02:58,187 INFO [PluginCompilerThread] Added Feed plugin DailyMotion (DailyMotion.groovy), version: 1
2012-12-29 14:02:58,593 INFO [PluginCompilerThread] Added Web Resouce plugin desistreams.tv (DesiStreams.groovy), version: 1
2012-12-29 14:02:58,812 INFO [PluginCompilerThread] Added Web Resouce plugin DI.FM - SKY.FM - JAZZRADIO.COM v1.0 (digitallyimported.groovy), version: 1
2012-12-29 14:02:58,890 INFO [PluginCompilerThread] Added Web Resouce plugin Escapist (Escapist.groovy), version: 1
2012-12-29 14:02:58,984 INFO [PluginCompilerThread] Added Feed plugin ReutersCom (ESPN Radio.groovy), version: 1
2012-12-29 14:02:59,046 INFO [PluginCompilerThread] Added Feed plugin Gamespot (Gamespot.groovy), version: 1
2012-12-29 14:02:59,078 INFO [PluginCompilerThread] Added Feed plugin GameTrailers (GameTrailers.groovy), version: 1
2012-12-29 14:02:59,140 INFO [PluginCompilerThread] Added Feed plugin Gulli (Gulli.groovy), version: 1
2012-12-29 14:02:59,406 INFO [PluginCompilerThread] Added Web Resouce plugin HaHaSport (HaHaSport.groovy), version: 1
2012-12-29 14:02:59,531 INFO [PluginCompilerThread] Added Web Resouce plugin HDTrailers (HDTrailers.groovy), version: 1
2012-12-29 14:02:59,656 INFO [PluginCompilerThread] Added Feed plugin Hulu (US only) (Hulu.groovy), version: 1
2012-12-29 14:02:59,703 INFO [PluginCompilerThread] Added Feed plugin Hypem (Hypem.groovy), version: 1
2012-12-29 14:02:59,812 INFO [PluginCompilerThread] Added Web Resouce plugin ILive (ILive.groovy), version: 1
2012-12-29 14:03:00,281 INFO [PluginCompilerThread] Added Feed plugin BBC iPlayer (UK only) (IPlayer.groovy), version: 1
2012-12-29 14:03:00,765 INFO [PluginCompilerThread] Added Web Resouce plugin ITVPlayer (UK only) (ITVPlayer.groovy), version: 1
2012-12-29 14:03:00,828 INFO [PluginCompilerThread] Added Web Resouce plugin Shoutcast (Shoutcast.groovy), version: 1
2012-12-29 14:03:00,859 INFO [PluginCompilerThread] Added Feed plugin WimpCom (WimpCom.groovy), version: 1
2012-12-29 14:03:00,953 INFO [PluginCompilerThread] Added Web Resouce plugin XVIDEOS (XVIDEOS.groovy), version: 1
2012-12-29 14:03:01,046 INFO [PluginCompilerThread] Added Feed plugin Yahoo Movies (YahooMovies.groovy), version: 1
2012-12-29 14:03:01,125 INFO [PluginCompilerThread] Added Feed plugin YouTube (Youtube.groovy), version: 1
2012-12-29 14:03:01,203 INFO [PluginCompilerThread] Added Web Resouce plugin zengatv.com (ZengaTV.groovy), version: 1
2012-12-29 14:03:01,296 INFO [PluginCompilerThread] Added Web Resouce plugin zonytvcom.info (ZonyTV.groovy), version: 1
2012-12-29 14:03:03,187 INFO [Messages] Loaded console message bundle for locale: en
2012-12-29 14:03:05,906 INFO [ContentDirectoryDefinitionParser] Parsing ContentDirectory definition
2012-12-29 14:03:06,828 INFO [BrowsingCategoriesMessages] Loaded browsing categories message bundle for locale: en
2012-12-29 14:03:22,546 INFO [FeedUpdaterThread] Started looking for information about online resources
2012-12-29 14:03:22,546 INFO [LibraryAdditionsCheckerThread] Started looking for newly added files
2012-12-29 14:03:22,546 INFO [PlaylistMaintainerThread] Started looking playlist changes
2012-12-29 14:03:22,546 INFO [LibraryUpdatesCheckerThread] Started looking for updates to currently shared files
2012-12-29 14:03:22,578 WARN [FeedUpdaterThread] An error occured while scanning for online item information, will continue
java.io.IOException: Cannot parse resource from http://www.channel4.com/programmes. Message: No plugin for web resource http://www.channel4.com/programmes has been found.
at org.serviio.library.online.OnlineLibraryManager.findResource(OnlineLibraryManager.java:179)
at org.serviio.library.online.OnlineLibraryManager.findResourceInCacheOrParse(OnlineLibraryManager.java:186)
at org.serviio.library.online.metadata.FeedUpdaterThread.getOnlineItems(FeedUpdaterThread.java:159)
at org.serviio.library.online.metadata.FeedUpdaterThread.run(FeedUpdaterThread.java:96)
2012-12-29 14:03:22,593 WARN [FeedUpdaterThread] An error occured while scanning for online item information, will continue
java.io.IOException: Cannot parse resource from https://www.itv.com/itvplayer/. Message: No plugin for web resource https://www.itv.com/itvplayer/ has been found.
at org.serviio.library.online.OnlineLibraryManager.findResource(OnlineLibraryManager.java:179)
at org.serviio.library.online.OnlineLibraryManager.findResourceInCacheOrParse(OnlineLibraryManager.java:186)
at org.serviio.library.online.metadata.FeedUpdaterThread.getOnlineItems(FeedUpdaterThread.java:159)
at org.serviio.library.online.metadata.FeedUpdaterThread.run(FeedUpdaterThread.java:96)
2012-12-29 14:04:22,593 WARN [FeedUpdaterThread] An error occured while scanning for online item information, will continue
java.io.IOException: Cannot parse resource from http://www.channel4.com/programmes.
<<

Xmantium

User avatar

DLNA master

Posts: 1396

Joined: Sat Jul 23, 2011 2:12 pm

Location: Manchester, UK

Post Sun Dec 30, 2012 2:22 am

Re: Web resource plugins not working/How i missed something

Always read the last post of the plugins you want the play.
The other thing as well the URLs your entering are incorrect, read the first post or use www.serviidb.com for links

ITV plugin is not broken due to the change of their site, we just have to wait for zip or someone else to rebuild it.
With 4oD, only very few programmes can play, they are using a brand new codec that ffmpeg (engine that Serviio uses) can't decode.
Currently the best web resource plugin I found is jhb50 YouTube Top 100 and his amazing HD Trailers plugin, try them ;)
Sony Bravia 2010 52NX803 - Sony PS3 - Xbox 360
Serviio running on QNAP NAS 639 Pro - 1.6 Intel Dual Core - 2GB RAM and QNAP NAS 121 - 2Ghz ARM Marvell - 1GB RAM
Console using ServiiDroid for Android, ServiiMetro and ServiiWP for Windows Phone and WebUI for iOS

Return to Serviio Support & Help

Who is online

Users browsing this forum: No registered users and 96 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.