osmf

OSMF player resize

I just started OSMF, and I wanted to know how can I get alter to of my video display? The controls are getting pushed off. Thanks ...

How can I scale an OSMF player in ActionScript 3/Flex

I am trying to create a simple video player SWF using the open source media framework in Flex 4. I want to make it dynamically scale based on the dimensions of the video, input by the user. I am following the directions on the Adobe help site, but the video does not seem to scale properly. Depending on the size, sometimes videos play lar...

set video size in OSMF

OSMV is very thick so so I'm trying to put a series of minimalist tutorials and again I'm stuck with something that should be dead simple. I have a VideoElement that I added to a MediaPlayer. Now now do I set the size of the video? I'd like to just set the size on the mediaPlayer or MediaElement and not include 20 layout classes like ...

OSMF - add an actionscript cuepoint to a video?

I'm trying to add a cuepoint to a video using OSMF. I built an OSMF video player, and I'd like to use this instead of the FLVPlayback component, which seems like the only way to add an actionscript cuepoint? Anyhow, I created a cuepoint by writing this: var cuePoint:CuePoint = new CuePoint(CuePointType.ACTIONSCRIPT, 1, "good point", nu...

Is it possible to use Adobe's (Open Source Media Framework) OSMF when targeting a FP9 only project?

Is it possible to use Adobe's (Open Source Media Framework) OSMF when targeting a FP9 only project? I noticed the vector class in the source code which can easily be swapped pout for arrays, but was wondering if there is much deeper compatibility issues? ...

OSMF YouTube AS3 API

I'm working on an application that needs to load flvs as well as YouTube videos. I'm actually using OSMF and I'm trying to avoid having to duplicate functions by creating a YouTube component and a FLV component. How would you go about it? Ideally, I'd like to end up with a YouTube class that extends MediaElement. Thanks! ...

OSMF Flex examples

Hi there, Are there any examples on how to use the code found in the OSM framework in Flex? I would also need the player to be skinnable (hopefully by CSS). Thanks! ...

Experience using Strobe Media Playback (OSMF)?

Does anyone have an experience of using Strobe Media Playback (OSMF) in a real project? How is it compared to JW Player and Flowplayer? Any answers are kindly accepted. Thank you! ...

using BitmapData.draw() on a streaming (RTMP) .f4v with OSMF

I am trying to use BitmapData.draw() on a video object, but using the OSMF framework. My hosting service has set up the following so that I can access my rtmp video: <VideoSampleAccess enabled="true">/</VideoSampleAccess> Simplified code is as follows: _videoURL = "my-url-here" resource = new StreamingURLResource(_videoURL)...

akamai osmf live stream connection woes

I know this stream works because of two reasons: 1) It works OUTSIDE of OSMF 2) It works in the akamai support player: http://support.akamai.com/flash/ I don't believe the current akamai support player is using OSMF (which is suprising since they built the predecessor to osmf..) My question is: How in the world do I play a live str...

OSMF/ActionScript 3 - detecting the end of a live RTMP stream, etc.

What's the best way to check whether there is video data (or not) in a live RTMP stream? For example, if a broadcast terminates, can I auto-detect that condition, to perform some sort of "thank you for watching" behavior? Also, how can I know if a visitor somehow gets disconnected from the Internet during the broadcast? (So I can notify...