-
The isLive property of the AkamaiNetStream is not set correctly.
In the constructor of AkamaiNetStream()
if (...shouldBeLive...) {
isLive = true; // setter found in the base class OVPNetStream, will set _isLive = true
}
super( connection );
In the constructor of OVPNetStream (called with super):
_isLive = false;
Perhaps a trivial bug, but I'm extending AkamaiNetStream...
2010-01-07 14:22:05 UTC by nobody
-
I should be able to use the "licenseserverurioverride" value to specify a
Digital Rights Management "DRM" server to use
This is very usefull and is part of the media elements but it seems your
"player.licenseacquire" is not supported
The "System.Windows.Media" reffrence has .LicenseAcquirer
I would say this is a very key value and should be part of the initprams
file just like...
2010-01-05 20:26:08 UTC by deisenbacher
-
Well, it seems I'm out of luck..
Hosting company refuses to install additional streaming module, and when I test OVP with short MP4 video (H264+AAC) it just downloads it completely and than plays. Or so it seems at least, as I've got to wait pretty long for start of playback. You can check it here: http://medvescak.web-pda.info/streaming/silverlight/example.html
If I do same thing with an...
2010-01-05 16:22:27 UTC by luxzg
-
Thanks for the clarification. In the meantime I've been putting some videos as WMP object streams, and have noticed that skipping even works there, it's not as fast as it is with smooth streaming and similar, but it works (check: http://medvescak.web-pda.info/streaming/P1100422-P1100457-avi.html ).
I'll take your answer to my hosting provider and see what they say, what can be done regarding...
2010-01-05 15:38:36 UTC by luxzg
-
Silverlight itself is totally a client-side technology, so there is nothing running on the server or using any extra resources, so the answer is very much 'no', but there's more to it.
An MP4 file would be retrieved as a progressive download, meaning that it is just downloaded by your browser, like any other file, and the player is able to play the part that has already been downloaded...
2010-01-04 18:02:22 UTC by nbrookins
-
Hello - thanks for the interest. Much of the work for OVP 3.0 is regarding updates to the plug-in system, to accomodate swapping in UI components like the Smooth Streaming Media Element recently released in beta by Microsoft. Design is starting to solidify in that regard, and you'll likely see more from OVP Silverlight soon!
2010-01-04 17:52:38 UTC by nbrookins
-
Hi everyone!
I'm trying to get an answer for this simple question:
Is streaming of pre-encoded MP4 files (H264+AAC) through OVP a CPU intensive load for host server?
Question is due to shared hosting limitations, and they've told me if using Silverlight won't be CPU intensive they've got nothing against using it. Otherwise it will be banned. So before pursuing this I'd like to know, I...
2010-01-03 10:00:23 UTC by luxzg
-
Hi everyone, I'm no developer but I'm interested in future of OVP 3.0 for Silverlight. Are there any news? Been 9 months since last release of OVP for Silverlight..
Thanks!
Luka.
2010-01-03 09:40:37 UTC by luxzg
-
Hi Flashliner
This bug has been filed and fixed, although the code has not yet made it to the subversion repository due to the New year holidays. However the fix for this has been described in the bug report:
http://sourceforge.net/tracker/?func=detail&aid=2915075&group_id=243060&atid=1121328
so implement that in the short term and then we will have it corrected in the code in the next...
2010-01-02 17:28:00 UTC by williamlaw
-
Hi and a happy new year to all of you!
During testing of the latest OVP release, unfortunately a very strange kind of bug appears when using IE8.
When the page is loaded the first time, everthing works quite well. But when you refresh the page, OVP is displayed in the upper left corner of its own container with dimensions of about 150x100px. This bug can be reproduced even with a sample...
2010-01-02 11:06:55 UTC by flashliner