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

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…
Jacksonkr
  • 31,583
  • 39
  • 180
  • 284
1
vote
1 answer

OSMF Flex examples

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!
Tereno
  • 923
  • 1
  • 13
  • 20
1
vote
0 answers

Video Pixelation in OSMF

I have created a custom player using osmf plugin but I have an issue in OSMF while i am playing 200kbps bitrate RTMP video.I have set buffer size by 2 sec and OSMFSettings.enableStageVideo by false.I found that the video is pixelated but i play…
1
vote
2 answers

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…
redconservatory
  • 21,438
  • 40
  • 120
  • 189
1
vote
1 answer

Use Object Tag with JWPlayer and HLS

I have jwplayer set up with an hls stream, it works fine. I need to implement this on a page using the tag however. I cannot find documentation to support using JWPlayer as object for use with HLS streams. All combinations of variables I use seem…
user3408672
  • 23
  • 1
  • 4
1
vote
1 answer

Why is StrobeMediaPlayer.swf 253k in the "for Flash Player X" folder but 433k when compiled or in player/bin folder?

I have been trying to compile StrobeMediaPlayback from source; I've managed to compile the project using ANT with the Flex 4.5.1 or Flex 6 SDK and also successfully compiled using Flash Builder 4.5 (as recommended by the project). In all cases,…
potench
  • 3,802
  • 1
  • 28
  • 39
1
vote
2 answers

Playing flv files from Cloudfront/S3 with Strobe Media Playback

I'm using the OSMF's Strobe Media Playback player to try and play files from AWS Cloudfront/S3 The bucket is called ct.recorder. The cloudfront distribution is called 1dm7svtk8jb00c.cloudfront.net, and it's origin is ct.recorder. The video within…
user773737
1
vote
0 answers

How to add HLS support to Flex 4.6 project

guys. I want to add HLS video support to custom Flex based video player. I found OSMF plugin which adds HLS support to OSMF 2.0 based players. After adding plugin's swc to build path(I am using FlashBuilder) blank screen is shown no metter is it hls…
antomus
  • 11
  • 1
1
vote
1 answer

how to play second element in SerialElement?

I have a SerialElement with two MediaElements and I want to jump in second element after I click the next button.
dc_
  • 64
  • 2
1
vote
1 answer

OSMF self start playback after system sleep

I have an issue with OSMF player: in case you load a page with video, then send system to sleep - after system wakeup playback starts itself. This is valid if you are using f4m file or rtmp stream. Those issues are visible on OSMF demos:…
sab
  • 651
  • 8
  • 17
1
vote
1 answer

Caching issue with Flash Player 11.7

Short-version: Our Flash app is live-streaming video from our CDN, starting with the recent release of Flash Player 11.7 Background: We have a Flash app that runs in the browser. We see the problem with IE 8, 9, 10, on Windows XP and Windows 7. Both…
Michael Easter
  • 23,733
  • 7
  • 76
  • 107
1
vote
0 answers

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 with the classic NetStream and NetConnection…
1
vote
1 answer

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 mxml is loaded . I have added…
Pit Digger
  • 9,618
  • 23
  • 78
  • 122
1
vote
1 answer

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 received are h264 MP4s and are NOT streaming. Has…
Ronnie
  • 11,138
  • 21
  • 78
  • 140
1
vote
1 answer

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 I need the all things like it has Grab Player.…
NoWar
  • 36,338
  • 80
  • 323
  • 498