-
nbrookins changed the public information on the Open Video Player project.
2009-11-09 15:03:40 UTC in Open Video Player
-
The issue with your image would have been because of the suffix we were appending to it. This code should work much better for you, when trying to reproduce this capability with other images. Also, instead of using multiple RSS feeds, it is now reading everything from a big playlist.
Good luck,
-Nick...
2009-08-26 23:44:53 UTC in Open Video Player
-
Hi -
That was kind of a kludgy way that the site was handling the channel images, it was appending '_1.jpg' through '_3.jpg' in order to get images for the various states.
I recently redid this to use a single image, and just use various transformations to handle the different states, and fix a few various issues. I plan on checking the code in soon, so keep an eye open in SVN. If...
2009-08-26 20:01:23 UTC in Open Video Player
-
Not sure now, it's locking up for me on your other site, or from my test player. We know the rss is getting parsed correctly, and crossdomain is fine now. Maybe a referrer check on your streaming server or something the player is timing out on? Reaching for straws at this point.
2009-08-05 18:09:15 UTC in Open Video Player
-
Alden,
I'd recommend keeping changes well-commented with something you can search for in case you need to port to our new version. Also when possible you partial files, so your .cs files are sperate, or use plugins - so you don't even need to change the ovp.xap.
Also - if you are making changes that are of general interest, you're welcome to send them our way - if feasible we can roll...
2009-08-05 17:56:41 UTC in Open Video Player
-
The second domain doesn't have a crossdomain or clientaccesspolicy xml. http://msdn.microsoft.com/en-us/library/cc645032(VS.95).aspx.
2009-08-05 15:11:57 UTC in Open Video Player
-
AdaptiveEdge.xap is a commercial plug-in for OVP and not part of OpenVideoPlayer. You would have to get documentation for this, or other plug-ins that are not distributed by us, from the author of the plugin.
2009-07-16 18:44:03 UTC in Open Video Player
-
This isn't something I've seen, but I can take a look. Are you doing Progressive Download, or using a WMS server? What kind of length of content?
-Nick.
2009-07-13 16:10:35 UTC in Open Video Player
-
An existing player will utilize the improved performance of Silverlight 3 automatically, if the user has it installed - it is fully-backwards compatible.
As far as compiling the player targeting SL3 directly, I do recall there were a couple errors when I tried it when the beta released, but it seems they were pretty easy to work through.
OVP v3.0 will fully support SL3 out-of-the-box, but...
2009-07-10 16:47:31 UTC in Open Video Player
-
1. The OVPUtility is used to get some information from the Silverlight runtime back to an HTML form or server, for use in some authentication and analytics scenarios. It's not needed for normal OVP player use.
2. If the parser has general appeal, ie is based on a standard of sorts, and you're willing to share code back with us - then I'd recommend adding it directly, and then we can try to...
2009-07-10 16:43:01 UTC in Open Video Player