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
4
votes
1 answer

How to play flv formatted byteArray in OSMF?

I am developing an web application in flex which have a feature of recording the runtime by having a snapshot of each frames then encoding it into a ByteArray for video playback. I am currently using NetStream.appendBytes() for playing the ByteArray…
ginotria
  • 303
  • 2
  • 9
3
votes
2 answers

Flex VideoDisplay just flat leaks

And actually I found the solution myself, but as I searched Adobe forums and here previously and found the problem presented repeatedly but never resolved, thought I'd answer my own question here for the benefit of future google searches of…
Mark
  • 1,214
  • 10
  • 24
3
votes
2 answers

RTMP streaming with OSMF - AS3

New to OSMF and trying to play a streaming mp4 on our limelight server. According to this tutorial http://www.adobe.com/devnet/flash/articles/video_osmf_streaming.html, you simply pass the RTMP link to the URLResource. I've tried that and it isn't…
Ronnie
  • 11,138
  • 21
  • 78
  • 140
3
votes
1 answer

How to load a ByteArray FLV in OSMF?

I'm working on a local application ( it's not a website or nothing related ) and I have various FLVs with a very simple encryptation method by now (just like adding 10 at each byte). I can load/play them using NetStream.appendBytes() after…
Marcelo Assis
  • 5,136
  • 3
  • 33
  • 54
3
votes
1 answer

How to recycle(Garbage Collection) "static const Object" in Action Script 3.0?

When I use OSMF to develop a Player Module(Standalone SWF File) that I can load/unload it dynamically, I found that I can't recycle it completely. I have checked the variaties of OSMF,like MediaPlayerSprite, MediaElement, MediaContainer etc have…
3
votes
3 answers

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!
Denny J.
  • 249
  • 1
  • 2
  • 8
3
votes
1 answer

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…
Greg Hinch
  • 807
  • 2
  • 8
  • 23
2
votes
2 answers

OSMF pseudostreaming

Good day! I've recently found new release 1.6 of OSMF (http://www.osmf.org/) and it looks very promising. It seems to be more future proof than my own player code, but I haven't found one thing inside it -- does it supports HTTP Pseudostreaming for…
artvolk
  • 9,448
  • 11
  • 56
  • 85
2
votes
2 answers

Can Flash pause an RTMP stream immediately?

I can stream video RTMP just fine in JW Player by LongTail Media. The Pause seems to work, however using Windows 7's Resource Monitor I can see that the player continues to download data when the video is paused, it downloads for about 60 seconds…
CodeMonkey
  • 3,271
  • 25
  • 50
2
votes
1 answer

Problems creating a DynamicStream player with OSMF

I'm using OSMF Dev Guide to create some examples, like this. But my player is doesn't working, I don't even received any error message. There's my code: http://pastebin.com/EHySNRm0 I'm using data from a dynamic stream XML, generated by BitsOnTheRun…
Marcelo Assis
  • 5,136
  • 3
  • 33
  • 54
2
votes
1 answer

OSMF seek with Amazon Cloudfront

I've written a little OSMF player that streams via RTMP from Amazon Cloudfront. There's a known issue, the mp3 duration is not correctly readed from metadata and thus the seek function is not working. I know there's a workaround implying the use of…
giorrrgio
  • 502
  • 1
  • 4
  • 10
2
votes
1 answer

SMIL file xml isn't e4x friendly?

I'm loading in a smil file (follows the xml format) and it won't let me select properties via name (eg. xml.body) instead I can only access the data by xml.child(0). I've tried xml.child('body'), but still nothing. Anyone know a quick workaround? I…
Jacksonkr
  • 31,583
  • 39
  • 180
  • 284
2
votes
2 answers

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: / Simplified code is as…
redconservatory
  • 21,438
  • 40
  • 120
  • 189
2
votes
1 answer

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,…
PatrickS
  • 9,539
  • 2
  • 27
  • 31
2
votes
2 answers

MP4 video remains hidden on mobile Flex app

I'm currently struggling on my Flex mobile project using video player. Basically, the problem is that I don't seem to be able to play, or at least see, .MP4 videos at all (no video, no sound, the player view is simply empty) on a iOS mobile device.…
Cédric D
  • 412
  • 4
  • 18
1
2 3 4 5 6 7