Questions tagged [osmf]

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.

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.

103 questions
1
vote
0 answers

flash netstream appendBytes and .mp4

Can I use NetStream.appendBytes() with an mp4 file? There seems to be several options, but I'm not sure if any of them work: osmf HTTPNetStream -…
1
vote
1 answer

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 on this? Thanks
1
vote
0 answers

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 player where a particular playlist item (for a live…
Shane
  • 4,921
  • 5
  • 37
  • 53
1
vote
1 answer

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 player in HTML and attach a Javascript Bridge. From…
Knossos
  • 15,802
  • 10
  • 54
  • 91
1
vote
1 answer

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 player but am confused if i have to use OSMF or…
S.Raaj Nishanth
  • 242
  • 2
  • 15
1
vote
1 answer

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 the stream has ended... i.e. according…
davidkomer
  • 3,020
  • 2
  • 23
  • 58
1
vote
1 answer

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 results.
S.Raaj Nishanth
  • 242
  • 2
  • 15
1
vote
1 answer

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. I have wrote some Widgets for OSMF in AS3, but…
JDL
  • 700
  • 5
  • 16
0
votes
2 answers

Flash video mp4 metadata with OSMF

If I play my MP4 in QuickTime I can see my closed captioning messages on the display. Thanks to QuickTime I know the metadata is there so I'm trying to display the CC in my flash video player as well. However, both methods of pulling out metadata…
Jacksonkr
  • 31,583
  • 39
  • 180
  • 284
0
votes
1 answer

Save video in applicationStorageDirectory on iOS

I would like to save a video into the applicationStorageDirectory of my iPad. The code I have works well, but on iPad, it doesn't work, it sends me an MediaErrorEvent with an errorid 16. I think that this is due to an access problem, but it's weird…
Olivier
  • 18
  • 4
0
votes
1 answer

Does the OSMF Captioning plugin Support Audio?

I'm setting up a simple little OSMF-based media player, and I have hooked up the org.osmf.captioning plugin found in the samples. It is working just groovy with video, but I also have audio files to play with captions, and it doesn't seem to do…
Topsy
  • 23
  • 4
0
votes
1 answer

Seeking error in OSMF

I have a HTTP video player built using Adobe's OSMF and I am experiencing a strange behavior when trying to seek within a subclip. The player requests data from the server using URL like "http://videoserver.com/video.flv" to get the full video, and…
rkardashov
  • 66
  • 2
  • 9
0
votes
1 answer

Why OSMF doesn't have an org.osmf.net.netstream class?

I wish I could grab some information from the codec (freeze, error frames, decoding errors for example), and hence I imagine this is performed in the NetStream class and I could have it send more info than the SRTT, bitrate & co. So, I'm asking ! Is…
SCO
  • 1,832
  • 1
  • 24
  • 45
0
votes
1 answer

How to Cast the DisplayObject into MediaElement in as3?

Is it possible to Cast the DisplayObject into MediaElement.Am trying to add the DisplayObject into the MediaContainer, but I got the following error: -1067: Implicit coercion of a value of type flash.display:Loader to an unrelated type…
Mercy
  • 1,862
  • 9
  • 39
  • 75
0
votes
1 answer

How to change dynamic streaming URLs due to expiration (via CloudFront)

So an issue with using CloudFront and OSMF is that each stream eventually expires (10 minutes in my case) and it leads to a NetStream.Failed event. Is there a way to dynamically change a video's dynamic streaming resource without causing havoc and…
imorsi
  • 346
  • 1
  • 11