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

Does OSMF support embedded audio tracks in a video or only external audio tracks?

Does OSMF support embedded audio tracks in a video or only external audio tracks? As far as I've read it can only play external audio tracks that is mentioned in the manifest file. What if a video has embedded audio tracks? Can OSMF switch between…
Ruhi
  • 1
0
votes
1 answer

OSMF how to get screenshot

in normal screenshot like this: bitmapData.draw(video, new Matrix()); but how to get video object in osmf player? I've tried draw mediaPlayerSprite result in a blank image var pictureData:BitmapData = new BitmapData(width, height); var…
0
votes
1 answer

Capture or decode embedded CEA-608 captions in HLS MP4 video in Flash Player

Request In Flash/AS3 how do you decode or capture CEA-608 closed-captions embedded in an mp4? I can't seem to get even a hint of the caption data nor can I find any documentation that can point me in the right direction. Any documentation, examples,…
potench
  • 3,802
  • 1
  • 28
  • 39
0
votes
1 answer

OSMF uncaught Error

I am using the OSMF to play HDS videos, the player is hosted in a 'parent' player that removes the OSMF using unloadAndStop() which results with the following error: Error: Error #2154: The NetStream Object is invalid. This may be due to a failed…
Eran
  • 1,628
  • 16
  • 31
0
votes
0 answers

flex show a child item while parent item is unvisible

I'm working on a osmf player. my application covered my video when full screen.as: if(e.fullScreen) { m_mediaPlayerSprite.width = m_mediaPlayerSprite.stage.fullScreenWidth; m_mediaPlayerSprite.height =…
0
votes
0 answers

Error #2154 removing OSMF video player from stage

I am using osmf player to play HDS format videos. At a certain scenario I am stopping the video and removing it from stage. For some reason it throws the following error: Error: Error #2154: The NetStream Object is invalid. This may be due to a…
Eran
  • 1,628
  • 16
  • 31
0
votes
2 answers

Catch flashvars in custom plugin for OSMF

I'm creating a custom plugin for OSMF, and trying to set it to work in Strobe Media Player set up example: http://projects.stanislavstankov.com/nsa/index2.html var parameters = { src: "nsa", autoPlay: "false", …
0
votes
0 answers

OSMF serial composition with smooth streaming media element

I want to create serial composition for smooth streaming media element with some specific portion of media element from multiple or single manifest(.isml). I have try to create serial composition with isml contain that clip section start from 10…
0
votes
1 answer

how to set a custom NetLoader for a f4melement in osmf

I'm doing a custom osmf player using HDS with adaptive bitrate playing f4m content. and I've been having some problems with the adaptive bitrate algorithm, it doesn't index a lower bitrate once that it reaches the highgest bitrate. so I found that…
0
votes
1 answer

Google blocking Adobe Air network check at large scale

I have an Adobe Air desktop app that was used for an event recently that thousands of people used simultaneously started getting failed network checks when using google.com as a polling URL. Having each app checking every 3 seconds to that URL,…
nathanjosiah
  • 4,441
  • 4
  • 35
  • 47
0
votes
0 answers

OSMF Version: 2.0, error when unexpectedly broadcast is stopped

I'm using OSMF Version: 2.0, build: 2494. While I connect to a Live stream and stream stopped unexpectedly (broadcaster turn it off) I get error: Error: Error #2154: The NetStream Object is invalid. This may be due to a failed NetConnection. …
0
votes
2 answers

How do I access flashvars if I can't access the stage?

How do I access flashvars if I can't access the stage? I'm fiddling with the Open Source Media Framework's Strobe Media Playback player, and I'm trying to take a flashvar and put it in the package org.osmf.net.NetNegotiator. But the netNegotiator…
user773737
0
votes
1 answer

AS3 Error 1144: Method Implemented with Incompatible Signature

I'm working with the OSMF library REOPS [https://code.google.com/p/reops/]. Particularly the REOPS.zip project files. [https://code.google.com/p/reops/downloads/detail?name=REOPS.zip] When trying to compile the RE_Skin_Compiled.fla, I receive the…
Derek
  • 21
  • 3
0
votes
1 answer

How to build strobe media player?

I downloaded and installed strobe media player from http://osmf.org/strobe_mediaplayback.html in my MAC. I need to do some debugging using console log statements. How do I build this?
Anonymous
  • 4,133
  • 10
  • 31
  • 38
0
votes
1 answer

event.target.content.loaderInfo gives error if I am accessing image from external domain(SecurityError: Error #2123)

I am working on OSMF based player. I Have added logo image on top right corner of my player. Now I want to open a Link on click of logo image. I have writen a Action script code in onMain click event CODE: private function…
venkey
  • 1
  • 4