2006-04-25, 03:57 PM
Hi,
I wrote a small plugin for viewing online streaming videos. It works well, but i'm having problems with the resume function of GB-PVR. I love that function in local videos but it doesn't work very well when watching streams. I'm using this to lauch the video:
PluginHelperFactory.getPluginHelper().PlayVideoFile(url,null,url);
Is there a way to dissable resume before launching video? Or maybe i could remove the url from the resume database, where ever that may be? Ideas?
PS. I'm a Delphi coder so i'm pretty lost with .NET.
I wrote a small plugin for viewing online streaming videos. It works well, but i'm having problems with the resume function of GB-PVR. I love that function in local videos but it doesn't work very well when watching streams. I'm using this to lauch the video:
PluginHelperFactory.getPluginHelper().PlayVideoFile(url,null,url);
Is there a way to dissable resume before launching video? Or maybe i could remove the url from the resume database, where ever that may be? Ideas?
PS. I'm a Delphi coder so i'm pretty lost with .NET.