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
0
votes
2 answers

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 panels and a common controlbar to play/pause the…
shyamshyre
  • 158
  • 1
  • 1
  • 10
0
votes
1 answer

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: http://jodieorourke.com/view.php?id=150&blog=news However, when…
Żabojad
  • 2,946
  • 2
  • 32
  • 39
0
votes
1 answer

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 to use org.osmf.media.MediaPlayer and…
bcw
  • 59
  • 1
  • 1
  • 5
0
votes
0 answers

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 way down and the video gets all choppy for a…
Ronnie
  • 11,138
  • 21
  • 78
  • 140
0
votes
1 answer

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 resource with URLResource. I can play any supported…
adriagil
  • 135
  • 1
  • 8
0
votes
1 answer

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 clear the buffer and insert the correct fragments…
jamie
  • 89
  • 4
  • 11
0
votes
1 answer

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 the video display fullscreen. What params should I…
Teo Choong Ping
  • 12,512
  • 18
  • 64
  • 91
0
votes
1 answer

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 instead of downloading it? My code is: var…
user1307863
  • 75
  • 1
  • 9
0
votes
1 answer

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 in a different tab, or you don't have enough…
evilpenguin
  • 5,448
  • 6
  • 41
  • 49
0
votes
2 answers

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 content requires swf verification. Is that the…
Vicky
  • 1,379
  • 6
  • 18
  • 29
0
votes
1 answer

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.
buda
  • 2,372
  • 1
  • 18
  • 23
0
votes
1 answer

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 server. Any idea what's going on or what I am not…
Ronnie
  • 11,138
  • 21
  • 78
  • 140
0
votes
2 answers

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! import mx.core.UIComponent; import…
Justin
  • 1,249
  • 1
  • 15
  • 37
1 2 3 4 5 6
7