FAQ  •  Register  •  Login

[DONE] www.pluzz.fr (France)

<<

Slyjohns

Serviio newbie

Posts: 2

Joined: Tue Oct 25, 2011 3:02 pm

Post Tue Oct 25, 2011 3:06 pm

[DONE] www.pluzz.fr (France)

http://www.pluzz.fr/

It's a catch up TV site with all national channels of France.

--> viewtopic.php?f=20&t=4365
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Tue Oct 25, 2011 4:35 pm

Re: www.pluzz.fr (France)

That looks doable.
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Tue Dec 06, 2011 9:35 pm

Re: www.pluzz.fr (France)

This is a beta version of Pluzz.groovy
URL example : http://feeds.feedburner.com/Pluzz-France5?format=xml

[ LINK REMOVED ]

Look at this link for rss list :
http://www.pluzz.fr/rss.html

For testing, I started with
http://feeds.feedburner.com/Pluzz-France5
and select the xml format link
http://feeds.feedburner.com/Pluzz-France5?format=xml

The groovy syntax should be enhanced, I'm not a Java/Groovy dev man.
Illico
Sony 2010 KDL-46EX501 | BDP-S373 | SMP-N100 | Windows 8-i7 | Network DD HD-CE1.5TLU2 | Livebox2-UHD86 | ServiiDroid | ServiiGo | BubbleUPnP
Serviio beta tester - Moderator
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Tue Dec 06, 2011 11:39 pm

Re: www.pluzz.fr (France)

well done mate. I guess you could use XML parsing instead of the regex in some cases?
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Wed Dec 07, 2011 7:28 pm

Re: www.pluzz.fr (France)

zip wrote:well done mate. I guess you could use XML parsing instead of the regex in some cases?

Ok thanks, I'll have a look.

EDIT : deleted
Illico
Sony 2010 KDL-46EX501 | BDP-S373 | SMP-N100 | Windows 8-i7 | Network DD HD-CE1.5TLU2 | Livebox2-UHD86 | ServiiDroid | ServiiGo | BubbleUPnP
Serviio beta tester - Moderator
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Sun Dec 11, 2011 7:56 pm

Re: www.pluzz.fr (France)

Its ok now with XML parsing.
But some content URL looks like this :
rtmp://videozones-rtmp.francetv.fr/ondemand/mp4:cappuccino/publication/geoloc/france-dom-tom/Autre/Autre/2011/S49/J4/252352_16955_1303380908.oggy_lasolitude.mp4

I try this ffmpeg - i command line, but a timeout result appears:
ffmpeg.exe -i "rtmp://videozones-rtmp.francetv.fr:1935/ondemand/mp4 swfUrl=http://www.pluzz.fr/layoutftv/players/h264/player.swf playpath=mp4:cappuccino/publication/geoloc/france-dom-tom/Autre/Autre/2011/S49/J4/252352_16955_1303380908.oggy_lasolitude.mp4 swfVfy=1"

Any ideas?
Illico
Sony 2010 KDL-46EX501 | BDP-S373 | SMP-N100 | Windows 8-i7 | Network DD HD-CE1.5TLU2 | Livebox2-UHD86 | ServiiDroid | ServiiGo | BubbleUPnP
Serviio beta tester - Moderator
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Mon Dec 12, 2011 9:30 am

Re: www.pluzz.fr (France)

you may have to separate it to add playpath (usually starting with the mp4 bit. Try the rtmpsuck trick linked in the dev guide.
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Mon Dec 12, 2011 1:07 pm

Re: www.pluzz.fr (France)

zip wrote:you may have to separate it to add playpath (usually starting with the mp4 bit.

???
Already done, see my previous post, I used playpath="value".
Illico
Sony 2010 KDL-46EX501 | BDP-S373 | SMP-N100 | Windows 8-i7 | Network DD HD-CE1.5TLU2 | Livebox2-UHD86 | ServiiDroid | ServiiGo | BubbleUPnP
Serviio beta tester - Moderator
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Mon Dec 12, 2011 1:20 pm

Re: www.pluzz.fr (France)

Sorry, overlooked it.

There might be a case the URL expires immediately, or soon after the plugin runs (maybe after the duration of the clip). You can confirm it by trying ffmpeg -i straight after the plugin runs and then later on.

If that is the case you should set expiresImmediately=true in the plugin and as well a cache key (0.6.1 only)
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Mon Dec 12, 2011 6:14 pm

Re: www.pluzz.fr (France)

I found that I have to change the port number to 80! like this:

ffmpeg.exe -i "rtmp://videozones-rtmp.francetv.fr:80/ondemand/mp4 app=ondemand/mp4 swfUrl=http://www.pluzz.fr/layoutftv/players/h264/player.swf playpath=mp4:/cappuccino/publication/geoloc/france-dom-tom/Autre/Autre/2011/S49/J4/252352_16955_1303380908.oggy_lasolitude.mp4 swfVfy=1"

So now I have to work on plugins...
Illico
Sony 2010 KDL-46EX501 | BDP-S373 | SMP-N100 | Windows 8-i7 | Network DD HD-CE1.5TLU2 | Livebox2-UHD86 | ServiiDroid | ServiiGo | BubbleUPnP
Serviio beta tester - Moderator
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Tue Dec 13, 2011 7:56 pm

Re: www.pluzz.fr (France)

Plugin is now available : viewtopic.php?f=20&t=4365
Illico
Sony 2010 KDL-46EX501 | BDP-S373 | SMP-N100 | Windows 8-i7 | Network DD HD-CE1.5TLU2 | Livebox2-UHD86 | ServiiDroid | ServiiGo | BubbleUPnP
Serviio beta tester - Moderator

Return to Plugin requests

Who is online

Users browsing this forum: No registered users and 14 guests

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