FAQ  •  Register  •  Login

Adding a Web URL

<<

mhawaldar

Serviio newbie

Posts: 14

Joined: Fri Dec 13, 2013 4:01 am

Location: New Jersey, US

Post Fri Dec 13, 2013 4:12 am

Adding a Web URL

Hi,

I'm new to Serviio Plugins.

I have several Web URL's to .flv files. I want to add them to Serviio Library so that they are available to watch on my TV (via Sony BDV-T79 as DLNA player).

I referred to the Plugin Development guide and came up with the following RSS XML:

  Code:
<?xml version=“1.0” encoding=“UTF-8” ?>
<rss version=“2.0” xmlns:media=”http://search.yahoo.com/mrss/”>
<channel>
 <title>Movies</title>
 <link>http://localhost:8082/rss/BB_FLV.rss</link>
 <description>My Test links</description>
 <item>
    <title>My Test FLV</title>
    <media:content url="http://server2.videotanker.co/files/videos/2013/12/08/138653408975e3c.flv" type="video/flv"/>
    <media:title>My Test FLV</media:title>
    <enclosure url="http://server2.videotanker.co/files/videos/2013/12/08/138653408975e3c.flv" type="video/flv" />
 </item>
</channel>
</rss>


Serviio doesn't seem to be picking it up. I have couple of another WEB resources which are streaming properly. So I have 2 questions:

1. Am I doing anything wrong while trying to add above .flv link?
2. Where can I find the log, if any, from plugin execution?

Thanks.
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Fri Dec 13, 2013 12:40 pm

Re: Adding a Web URL

Check serviio.log (ideally detailed log)
<<

mhawaldar

Serviio newbie

Posts: 14

Joined: Fri Dec 13, 2013 4:01 am

Location: New Jersey, US

Post Fri Dec 13, 2013 6:57 pm

Re: Adding a Web URL

zip wrote:Check serviio.log (ideally detailed log)


Thanks. This helped me enable DEBUG logs.

And looking at the logs I found the problem. The "double Quote" marks were not good in the first 2 lines. Perhaps due to copy-paste from somewhere.

It is working fine for me now.

Return to Plugin development

Who is online

Users browsing this forum: No registered users and 18 guests

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