Open Source Media Framework (OSMF) is a free, open source, development framework for building video experiences on the web and desktop. OSMF is a pure ActionScript3.0 based framework and is created by Adobe Systems.

learn more… | top users | synonyms

0
votes
0answers
20 views

I can't play a valid RTMP stream in OSMF

I'm building an application with an Strobe Media Playback in it and I can't play a RTMP stream. The weird thing here is that I can play the stream on JWPlayer and even in a simple Flash video player ...
0
votes
0answers
7 views

Control Video Element Position Using Parallel Element inside OSMF Player

I have added 4 videos i.e(media Element) using Parallel Element. The problem over here is that the output of videos are not coming in the order that i have added to Parallel Element,Though i tried to ...
0
votes
1answer
72 views

Execute Actionscript class function from mxml

I need to create a video player using OSMF . I want to seperate our mxml file from actionscript files . How can I do that ? I have a actionscript class file and I want to execute its constructor when ...
0
votes
0answers
65 views

Can i get the bitmapdata of an smooth streaming content?

I'm using the new Microsoft plugin to stream smooth streaming content to an OSMF player. I followed that example But i need to get the bitmapData of the video to split them into different "screens". ...
0
votes
0answers
27 views

how can I load a youtube stream in a video AIR flex project?

I'm trying to implemente OSMF youtube plugin into a flex project, but I can. There is one sample about it? I need to see the code of one YouTubeElement playing to understand how I can use it. Can ...
0
votes
1answer
102 views

OSMF PLAYER with 4 videos and 1 control bar

I have a requirement where i need to show 4 contents of video playing parallely i achieved it through parallel element but here the main challange is that i want to show all the 4 videos in different ...
0
votes
1answer
228 views

RTMP stream MP4 with FLVPlayback Component

I'm having to change a video from an ollllddd project. It was built using the AS3 FLVPlayback Component. The video back then were FLV and streamed fine from out limelight server. The new videos I ...
2
votes
1answer
693 views

Strobe Media Playback (OSMF) events

Does someone know if Strobe Media Playback (OSMF) has events like: Streaming is ended Streaming is started Streaming error in order to access it via JavaScript? I have tried this but no joy. ...
1
vote
0answers
113 views

Access Flash Media Playback events and methods via JavaScript

Does anyone know if Flash Media Playback support some API because I need to handle a few methods/events via javascript like: Play Pause Stop Streaming is ended Streaming is started Streaming error ...
0
votes
1answer
106 views

OSMF AIR (desktop) load local video file

I'm new to OSMF. For now, I'm trying to use it in an existing Flex project targetting AIR on desktop (this project was using the spark video player until now). I've taken this example: ...
0
votes
0answers
190 views

flash netstream appendBytes and .mp4

I've been researching weather I can append bytes of mp4 within a netstream. It seems that there several options which i'm not sure if any of them work 1)osmf HTTPNetStream - ...
0
votes
0answers
50 views

OSMF Flex volume slider

I was wondering if anyone had any snippets or ideas on how to extend ButtonWidget to create an OSMF volume slider control, for a media player in Flex. I have been struggling to find any relevant code ...
0
votes
1answer
124 views

org.osmf.media.MediaPlayer Throw Error: The specified capability is not currently supported

I have a back end sound.php which can return .m4a sound file from web server and I can make a web request with id to the sound.php to return specify .m4a file. i.e. sound.php?id=1234 I am now trying ...
0
votes
0answers
53 views

Controbar display issue in StrobeMediaPlayback?

I am using StrobeMediaPlayback for adobe flex mobile development video display. Video is playing works fine. However StrobeMediaPlayback control bar are not displayed in correct position. it displays ...
0
votes
0answers
65 views

Loading large videos locally, specifically in chrome

I have an h264 mp4 video that is 960x540, 1000kbps and 30 minutes long. This will be playing off of a disc. I noticed only in chrome that when I open the web page it is embedded in, my computer slows ...
0
votes
0answers
67 views

smp infinite buffering after pause->play

I got a question, i am working on a project where i use Strobe Media Playback. Now everything works like a charm. now the problem: I am loading in a live stream and when i pause the live stream after ...
0
votes
0answers
40 views

Reading startTime tag in Manifest with OSMF

Im trying to read the startTime tag from an f4m manifest file. I can't find a way to read this anywhere in the OSMF documentation. The manifest is shown below. <manifest ...
0
votes
1answer
197 views

Use NetStream with MediaPlayerSprite in OSMF

Maybe what I'm trying is not possible or has no sense but is a requirement. The thing is easy. I've used OSMF for writing a video player. All works fine if I create a MediaPlayerSprite and set it's ...
0
votes
0answers
46 views

calling NetStream from another class

This is probably a very stupid noob question, but please bear with me. I am using OSMF libraries and am trying to add a few functionalities to it and there is something that I cant figure out even ...
0
votes
0answers
97 views

Implementing a custom 'seek' functionality into OSMF

I have been trying to implement a custom seek function on top of HTTP Dynamic Streaming (HDS) functionality in OSMF. Theoretically HDS should give me capability to seek to any point of the video (to ...
0
votes
1answer
122 views

Seek based on mouse click

I am trying to modify the Strobe media playback to seek across a video based on mouse clicks on a button and not on the control bar. Each click should take me ahead by 'n' seconds and the it should ...
0
votes
0answers
67 views

OSMF: defining a start and endpoint for a VideoElement within a SerialElement

I have a MediaPlayer containing a SerialElement of two sequential videos, both 60 seconds, but only want to play from 04:00-20:00 of the first one, and from 02:00-08:00 of the second one. Right now ...
0
votes
0answers
140 views

OSMF beginner: about adding buttons to player

I am trying to make a player using the AdvertisementPluginSample which comes bundled with OSMF 2.0. I have been trying for quite a while to add a few buttons and a control bar to the player, but I ...
1
vote
1answer
149 views

OSMF Player issue in IOS

Ive designed a sample osmf player app. Its is working fine in laptop,desktop and android mobiles but in Iphone(IOS OS) the player is embedded, but its not visible. There is no audio as well. Any help ...
1
vote
0answers
71 views

are there osmf concepts for scheduled live events?

Lots of ancient, non-negotiable history due to mergers and acquisitions, so I realize there are better ways to do all of this, however... I am faced with the following: I have an osmf based video ...
0
votes
1answer
294 views

Fullscreen OSMF video player

I'm working on a Air video player using OSMF framework -- mostly following code from here -- http://cookbooks.adobe.com/post_HTTP_Streaming_in_OSMF-17636.html. I'm struggling to find a way to have ...
0
votes
1answer
170 views

Can't stream mp4 using osmf, it only downloads the whole file and then plays it

I'm using osmf and I'm tring to stream over http a m4v file (osmf should support it) Instead of streaming it, it downloads the whole file and when it's done, it plays it. How can I make it stream it ...
0
votes
1answer
96 views

NetStream.receiveVideo() when using OSMF

When using a custom built player, I included an option to stop receiving video using NetStream.receiveVideo(false). It helps if you're only interested in hearing the audio, you want to keep the player ...
0
votes
0answers
91 views

error in playing video using Strobe Media player in chrome?

I used Strobe Media player in my ASP.NET project for playing videos but it's not working inside Chrome browser. It loads the video, but the controls are disabled.
1
vote
1answer
333 views

Getting statistics from Strobe Media Playback using Javascript

I am attempting to get statistics data from a Strobe Media Playback flash player. I have looked at this example, however it uses swfobject.js and .embedSWF() to create the player. I create the ...
0
votes
0answers
49 views

OSMF Volume slider

I was wondering if anyone would be able to provide me with some directions on how to create a volume slider in OSMF. I am new to this framework for Flex, and have been looking at how to find it for ...
1
vote
0answers
113 views

osmf dvr live stream

I need my DVR live stream to have date object associated with it, I mean the time it was recorded. I need it for online TV project, I'm currently working on. There is timeline where I have to display ...
0
votes
0answers
108 views

How to add Closed Caption(CC) in OSMF player in Flex

I just wanna know how to add CC into OSMF player & also to know how to add CC button in OSMF player control bar in FLEX. Thanks.
0
votes
0answers
113 views

OSMF and display of preview play button in full screen

I have an OSMF question in Flex. When in normal mode, when the video is not displaying, I get a play button showing up in the middle of the video element, and when you select it, it disappears and the ...
0
votes
2answers
102 views

osmf plugin and swf verification

My flash player is osmf based. It loads a osmf plugin and in this plugin it calls "DefaultMediaFactory.createMediaElement(...)" to create a VideoElement and starts to play it. The cdn that hosts the ...
0
votes
0answers
45 views

read a file from swf built with OSMF

This is probably a noob question, but I cant seem to find a working solution. Please help me out here.... I am trying to read a text file using a swf embedded in a browser, the swf is built using ...
1
vote
0answers
176 views

How can I allow BitmapData.draw on an HDS video loaded via OSMF

I am loading HDS video (an .f4m file) using OSMF and want to draw the video to a BitmapData. I am currently getting the following error: Exception fault: SecurityError: Error #2123: Security sandbox ...
0
votes
1answer
271 views

Strobe Media Playback vs Flowplayer

This question has already been asked in Experience using Strobe Media Playback (OSMF)? but that was way back in 2010. Can anyone help me understand the current situation? I want to integrate a video ...
1
vote
1answer
162 views

Detecting end of VOD stream with OSMF?

I have the event listener: mediaPlayerSprite.mediaPlayer.addEventListener(MediaPlayerStateChangeEvent.MEDIA_PLAYER_STATE_CHANGE, playerStateChange); But this doesn't seem to give any indicator that ...
0
votes
0answers
207 views

OSMF, Strobe media playback button over video

i want to use strobe media playback to show video and i want to create some button and text at some part of video. Something like ads on YouTube. Can anyone help me with this? Thanks.
0
votes
1answer
103 views

How to re-size the Strobe media player dynamically?

I'm using the Strobe media player (with OSMF). I need to re-size the player when someone clicks a re-size button (built into the player). How can i do this? I've searched high and low but found no ...
0
votes
0answers
160 views

Flash OSMF VAST Library: Cancel Vast Clickthrough Link Event

I am working on a OSMF Video Player, and I am to the point of creating a vast plugin using the OSMF Vast Library. I have setup to when the user activates the click through link the Preroll ad it will ...
1
vote
1answer
79 views

What's the significance of “open source” media frameworks?

I was going through OSMF (Open Source Media Framework). I wonder why it's called open-source. Are the videos that I create via flash IDE are not free? Can't I publish them without paying? Are the ...
0
votes
1answer
256 views

bufferTime on OSMF

I am having an issue with OSMF. I have an MP4 that is 40MB. It is being progressively loaded. My issue is the video wont begin playing until the video has fully loaded. I am testing this on a web ...
0
votes
0answers
302 views

.swc file not being created in Flex 4.6

I just downloaded the source for the OSMF (v 2) and it does not include a .swc file so I decided to create one. Here are the steps I took and I have no errors, the class files are there but NO .swc ...
0
votes
1answer
510 views

How to tell when OSMF player has finished Playing the video

I have built a OSMF player info my mobile flex application but I can't find a way to tell when the video is done playing. Can I somehow tell when the video is completed? Thanks in advance! ...
1
vote
1answer
178 views

OSMF Widget based on MXML and AS3

I have been searching several days for an example of how to make a OSMF Widget writing some code with MXML (At least the layout code) and some code in AS3. It is my first time working with this tech. ...
1
vote
1answer
357 views

Embedding OSMF (2.0) into a Flex App

I'm trying to emebed a simple OSMF player into my fex application. But it's not working. Here's my code : <?xml version="1.0" encoding="utf-8"?> <s:Application ...
1
vote
1answer
372 views

Flash Player - osmf is not working with f4m

I created a video player from osmf library. When I stream live video with rtmp link by flash media server eveything is alright. But when I want to use it for http live streaming with f4m link is not ...
1
vote
1answer
502 views

Listening to current time change with an OSMF proxy plugin

I am trying to create a proxy plugin for OSMF that will serve as an analytics plugin, that tracks certain events. I want to track the current time of the video. In the set method for the proxied ...

1 2