Playon playback issues with large flv files?

5 replies [ Last post ]
jcarlos
jcarlos's picture
Offline
Joined: 11/03/2009
Posts: 3
Posted: Tue, 11/03/2009 - 10:04
Playon playback issues with large flv files?

Dear PLayon Staff,

There seems to be an issue with PlayOn playback capabilities; the explanation of the experts at playonplugins.com is that Playon doesn't know what to do with large flv files.

Are you planning to fix this on a future release? I found this issue when trying to access a couple of online TV channels using the "scripts" plugin at plugins.com. This is the simple 'lua' script I was trying to use:

function CanalesDeEspanya()
VideoResource("24h", "http://83.231.187.101/rtve/24h.flv", "Canal 24h", "", 10000);
VideoResource("Aragon Television", "http://195.10.10.209/tvaragon/live.flv", "Aragon Television", "", 10000);
end;

VirtualFolder("Canales de Espanya", "CanalesDeEspanya");

Thanks in advance,
Carlos

admin
admin's picture
Offline
Joined: 03/13/2008
Posts: 3117
Posted: Tue, 11/03/2009 - 12:23
Re: Playon playback issues with large flv files?

We need a little more details than this. PlayOn should be able to handle online Flash videos no problem, regardless of size. Have any of the users who've experienced this sent in support requests through PlayOn Settings? Can you clarify more about how exactly it fails?

__________________

PlayOn Administrator

jcarlos
jcarlos's picture
Offline
Joined: 11/03/2009
Posts: 3
Posted: Tue, 11/03/2009 - 20:53
Re: Playon playback issues with large flv files?

Hi,

Thanks for the quick reply. It fails as follows: the stream starts playing (with audio/video stuttering) and after a few seconds it stops playing.

In order to reproduce the issue, it's necessary to install the "scripts plugin" (http://www.playonplugins.com/index.php?topic=1721.0) and copy a 'lua' script (with the five lines on my original post) on the plugings/scripts folder.

As far as I know, nobody has reported this through the Playon/Settings, but I will do that right now.

BTW, my ultimate goal is being able to play online TV streams (as the ones shown on my first post) using Playon, and this is why I am using the scripts plugin (I haven't found any alternative way to do that). If you could suggest any alternative solution to tell Playon how to play a live TV stream I would happy to listen! :)

Best regards,
Carlos

admin
admin's picture
Offline
Joined: 03/13/2008
Posts: 3117
Posted: Wed, 11/04/2009 - 04:28
Re: Playon playback issues with large flv files?

There is nothing different functionality-wise between creating a scripts plugin or a regular .NET plugin.

Incidentally, we just tried those two links in VLC and the source sync is off, and sometimes the streams just stop.

__________________

PlayOn Administrator

mopenstein
mopenstein's picture
Offline
Joined: 10/13/2009
Posts: 25
Posted: Wed, 11/04/2009 - 07:31
Re: Playon playback issues with large flv files?

I've experienced this as well with the BitGravity stream for TWiT.

High quality: http://bglive-a.bitgravity.com/twit/live/high
Low: http://bglive-a.bitgravity.com/twit/live/low

Also it seems XBMC suffered from the same problem. http://xbmc.org/trac/ticket/6384

jcarlos
jcarlos's picture
Offline
Joined: 11/03/2009
Posts: 3
Posted: Wed, 11/04/2009 - 21:06
Re: Playon playback issues with large flv files?

Hi,

Oops, you are right. I repeated the VLC test myself and I got a similar result. So, I guess there is nothing to fix on your side

Thanks!