Org.osmf.media::MediaPlayer could not be found

Hi all,
I'm using Win 7, Flash Builder 4 with Flex 4.5 SDK (manually upgraded).
I'm creating a video viewer, which streams from a Flash Media Server. Sometimes, when you reload the app, the video is not showed: audio is fine, duration, seek, everything. It's random, no error... MediaPlayerState is normal, Buffering + Playing.
I'm using the default VideoDisplay component.
So my conclusion was to upgrade the OSMF library to the latest one.
I downloaded the 1.6 (tried also with the 1.5) from the website, put the OSMF.swc in my project/libs and removed the default osmf.swc from the build path. No compile error. Moreover, I have forced to use Flash Player 10.2 in the Compiler section of the project.
When I run, I have this exception, and the application doesn't work.
Error #1014: Class org.osmf.media::MediaPlayer could not be found.
But the OSMF.swc is there and also looking in org.osmf.media I can see the MediaPlayer class.
I guess it is because VideoDisplay is using something removed in the new library, could be this the problem?
I would like to resolve this problem, that sometimes the video is not showed, using the VideoDisplay component.
Any idea? Something wrong in my steps?
Thank you

Thank you for your answer, but I didnt resolve (I read many times the release notes, not helping). So I tried from the beginning, I describe here.
I'm using Flex 4.5, Adobe Flash Builder 4.
Created a new project, empty, only with a VideoDisplay component and a source.
Verified that with the default library it works, and it works.
Downloaded the latest OSMF from the link you put above.
Removed the old osmf.swc from ProjectProperties/Flex Build Path. removed also phisically from the framework folder.
Changed the Flash Player version required to 10.2. The additional command line option in the ReleaseNotes don't work: if a try to put them, I cannot press the Apply button in the window, is disabled. (see the screenshots)
ERRORS with compiler arguments
Tried with the notation -define=CONFIG::LOGGING,true and -define CONFIG::LOGGING true
Added the new osmf.swc lib to my libs:
No compile error.
I can also use new settings like OSMFSettings.enableStageVideo = false;   so it means the lib is ok.
But when I run my app, I have the runtime error above!!!
I tried also to download the globalplayer.swc for the version 10.3, and force this in the project settings, same error.
My guess it that the VideoDisplay component cannot use a newer library osmf.
Did I do any mistake? Suggestions?
Thank you!

Similar Messages

  • OSMF 1.5 - VerifyError: Error #1014: Class org.osmf.media::MediaFactory could not be found.

    Hi
    I'm compiled osmf 1.5 player - OSMFPlayer project for http streaming, using chromeLlibrary and OSMF.swc. I generated OSMFPlayer.swf without any errors, but when I'm trying to use this file I get a lot of errors with the player
    VerifyError: Error #1014: Class org.osmf.media::MediaFactory could not be found.
    VerifyError: Error #1014: Class ILayoutTarget could not be found.
    VerifyError: Error #1014: Class org.osmf.layout::LayoutTargetSprite could not be found.
    etc..
    Can anyone please explain anything I need to do at compile time to get these errors fixed.
    Vishal

    this has been answered here: http://forums.adobe.com/message/3297456

  • Definition org.osmf.layout:AbsoluteLayoutFacet could not be found

    Can anyone please guide me how to fix this error, I am using FlexBuilder 4.5
    Thanks

    Thank you for your answer, but I didnt resolve (I read many times the release notes, not helping). So I tried from the beginning, I describe here.
    I'm using Flex 4.5, Adobe Flash Builder 4.
    Created a new project, empty, only with a VideoDisplay component and a source.
    Verified that with the default library it works, and it works.
    Downloaded the latest OSMF from the link you put above.
    Removed the old osmf.swc from ProjectProperties/Flex Build Path. removed also phisically from the framework folder.
    Changed the Flash Player version required to 10.2. The additional command line option in the ReleaseNotes don't work: if a try to put them, I cannot press the Apply button in the window, is disabled. (see the screenshots)
    ERRORS with compiler arguments
    Tried with the notation -define=CONFIG::LOGGING,true and -define CONFIG::LOGGING true
    Added the new osmf.swc lib to my libs:
    No compile error.
    I can also use new settings like OSMFSettings.enableStageVideo = false;   so it means the lib is ok.
    But when I run my app, I have the runtime error above!!!
    I tried also to download the globalplayer.swc for the version 10.3, and force this in the project settings, same error.
    My guess it that the VideoDisplay component cannot use a newer library osmf.
    Did I do any mistake? Suggestions?
    Thank you!

  • Definition flash.media:StageWebView could not be found ?(help)

    how to fix Definition flash.media:StageWebView could not be found.using adobe flash cs5 v11

    Target one of those in the screenshot:

  • Error #1014: Class flash.media::MicrophoneEnhancedOptions could not be found.

    Hi,
    I'm trying to build a mobile app, that is using a webcam, text/audio chat. The web cam and the text chat is working fine with me, I even tried the whiteboard and it was working. Once I tried to add the Audio part I got this error:
              "Error #1014: Class flash.media::MicrophoneEnhancedOptions could not be found.
              at com.adobe.rtc.clientManagers::MicrophoneManager/get selectedMic()[/Users/smagee/flashfarm/connect/cocomomobile/src/com/adobe/rtc/clientManage rs/MicrophoneManager.as:169]...."
    I tried several swc file but still getting the same error. Any help or tips how to solve this issue?
    Is there a Mobile SDK version will be release soon?
    Many thanks
    Suha

    Hi, Suha
    As the release notes state, you must be compiling to AIR 2.7. I believe that
    the error you are seeing is a result of targeting AIR 2.6.
    Please see the instructions helpfully provided here:
    http://forums.adobe.com/message/3847495#3847495
    (also note that you must add the following to your Flex Compiler settings:
    -swf-version=12
    Thanks
    sasha

  • VerifyError: Error #1014: Class flash.media::MicrophoneEnhancedOptions could not be found.

    Hi
    In the adobe help there is much talk about AEC and sample codes for AEC.
    I  have downloaded flex sdk 4.5 ,AIR SDK 2.6 which are most recent  builds.Installed Flash player 10.3 and AIR runtime 2.7 release  candidate.
    While using the following code for echo supression:
    var mic:Microphone = Microphone.getEnhancedMicrophone();
    mic  = Microphone.getEnhancedMicrophone(0);
    var options:MicrophoneEnhancedOptions = new MicrophoneEnhancedOptions();
    options.mode = MicrophoneEnhancedMode.FULL_DUPLEX;
    options.autoGain = false;
    options.echoPath = 128;
    options.nonLinearProcessing = true;
    mic.enhancedOptions = options;
    the following error occurs both in Web version as well as AIR version.
    I have included the playerglobal.swc in both the version of applications in the folder frameworks\libs\player\10.3
    In both case it is giving the following error:
    [SWF] AudioChatClient_1.swf - 2,683,701 bytes after decompression
    typecheck AudioChatClient_1/startPubishing()
       outer-scope = [global Object$ flash.events::EventDispatcher$  flash.display::DisplayObject$ flash.display::InteractiveObject$  flash.display::DisplayObjectContainer$ flash.display::Sprite$  mx.core::FlexSprite$ mx.core::UIComponent$  spark.components.supportClasses::SkinnableComponent$  spark.components.supportClasses::SkinnableContainerBase$  spark.components::SkinnableContainer$ spark.components::Application$  spark.components::WindowedApplication$ AudioChatClient_1$]
                           [AudioChatClient_1~[O] *[A] *[A]] {} ()
      0:debugfile "D:\ECLIPSE_WORKSPACE\FLASH_BUILDER\AudioChat\src;;AudioChatClient_1. mxml"
                           [AudioChatClient_1~[O] *[A] *[A]] {} ()
      2:debugline 54
                           [AudioChatClient_1~[O] *[A] *[A]] {} ()
      4:getlocal0
                           [AudioChatClient_1~[O] *[A] *[A]] {} (AudioChatClient_1~[O])
      5:pushscope
                           [AudioChatClient_1~[O] *[A] *[A]] {AudioChatClient_1~[O]} ()
      6:pushnull
                           [AudioChatClient_1~[O] *[A] *[A]] {AudioChatClient_1~[O]} (null[O])
      7:coerce flash.media::Microphone
                           [AudioChatClient_1~[O] *[A] *[A]] {AudioChatClient_1~[O]} (flash.media::Microphone[O])
      9:setlocal1
                           [AudioChatClient_1~[O] flash.media::Microphone[O] *[A]] {AudioChatClient_1~[O]} ()
      10:pushnull
                           [AudioChatClient_1~[O] flash.media::Microphone[O] *[A]] {AudioChatClient_1~[O]} (null[O])
      11:coerce flash.media::MicrophoneEnhancedOptions
    VerifyError: Error #1014: Class flash.media::MicrophoneEnhancedOptions could not be found.
        at AudioChatClient_1/__pub_btn_click()[D:\ECLIPSE_WORKSPACE\FLASH_BUILDE R\AudioChat\src\AudioChatClient_1.mxml:144]
    My system specifications are:
    OS: Microsoft Windows XP SP3
    Intel Core 2 duo Processor with 2 GB RAM
    Flash Builder 4.0
    If possible could you provide the information of AIR SDK 2.7
    Thanks
    Sudhansu Sekhar Rana

    Hi
    me to...
    While using the following code for echo supression:
    var options:MicrophoneEnhancedOptions = new MicrophoneEnhancedOptions();
    VerifyError: Error #1014: 无法找到类 flash.media::MicrophoneEnhancedOptions。
    OS: Microsoft Windows XP SP3
    Intel Core 2 duo Processor with 2 GB RAM
    Flash Builder 4.5
    Adobe Flash Player 10.3
    Adobe Flash Media Server 3.5.2
    10.3 playerglobal.swc
      If who have already solved the method, please point out bottom.
         Thanks
    QQ:52275313
    Email:[email protected]

  • Error #1014: Class flash.media::H264VideoStreamSettings could not be found

    Hi,
    I am developing application for recording the video in mp4 format with h.264 codec and I am able to record video in mp4 format with h.264 codec, but when I am compiling the Swf by "CTRL+Enter" at that time I am facing error "VerifyError: Error #1014: Class flash.media::H264VideoStreamSettings could not be found" and when I am publishing Swf by "ALT+Shift+F12" then I am not facing any error, so please suggest me that, what step I need to do for removing the error.
    Thanks
    Ram

    Hi,
    Check out here : http://www.adobe.com/support/flashplayer/downloads.html
    and the download the playerglobal.swc to target the 11.1 APIs
    then in Flash, do :
    1 - Go to Edit menu
    2 - Preferences (new window)
    3 - ActionScript category
    4 - At the bottom, ActionScript 3 Settings (new window)
    5 - At the bottom, Library path
    6 - Add a new path
    7 - Browse to the swc file that you'v download.
    That's all !
    Good luck,

  • Class flash.media::CameraRoll could not be found

    I'm working on an iOS app using AIR3.3 and Flash Professional. I've been editing class files in Flash Builder 4.6, but debugging in Flash Builder. Now I want to try profiling the app from FB, but when I try to do so, I get the error Main Thread (Suspended: VerifyError: Error #1014: Class flash.media::CameraRoll could not be found.)
    I'm guessing I need to link to a library or something, but I'm not sure what or how.   The application compiles and runs correctly from Flash Pro, and the CameraRoll functionality works fine when I publish the IPA from FP and run it on the device.

    Still wondering...

  • Flash.media::H264VideoStreamSettings could not be found

    hi,everyone
    All of my efforts to load H264 class inside flash has been failed.
    I did all instruction to load this class , but this error occur at runtime:
    " VerifyError: Error #1014: Class flash.media::H264VideoStreamSettings could not be found. "
    Adobe flash plyer 11(incubator), not run inside flash!!
    Is there anyone to help me?
    Thanks.

    I find out that , H264 class can not be load and run in plash player 11 inside debuger mode in flash CS5.5.
    It should be run in flash 11 stand alone player or inside HTML out put of project.
    In the other words, Adobe has offered a browser plugin for plash player 11 not a stand alone player.
    So testing H264 class and other new features in incubator player, is available inside web browser.
    It's the easiest and quick way.
    Another idea?

  • StageWebView could not be found

    I found an example of stagewebview in help. I just put the code on the first frame. I'm getting an error saying flash.media.StageWebView could not be found. How do I use this?
    using Flash Pro CS5
    import flash.display.MovieClip;
    import flash.media.StageWebView;
    import flash.geom.Rectangle;
    import flash.events.KeyboardEvent;
    import flash.ui.Keyboard;
    import flash.desktop.NativeApplication;
    var webView:StageWebView = new StageWebView();
    function StageWebViewExample()
         webView.stage = this.stage;
         webView.viewPort = new Rectangle(0,0,stage.stageWidth,stage.stageHeight);
         webView.loadURL( "http://www.adobe.com" );
         stage.addEventListener( KeyboardEvent.KEY_DOWN, onKey );
    function onKey( event:KeyboardEvent ):void
         if (event.keyCode == Keyboard.BACK && webView.isHistoryBackEnabled)
              trace("Back.");
              webView.historyBack();
              event.preventDefault();
         if (event.keyCode == Keyboard.SEARCH && webView.isHistoryForwardEnabled)
              trace("Forward.");
              webView.historyForward();

    Thanks OMA2K,
    I put it in AIK2.7.1, and pointed the Actionscript library to it. It's found it, but the TwitterWidger thing doesn't want to do it as in for iPhone, so now at least I can experiment with it and hopefully get it working.
    I'm actually trying to get a really simple thing going here. only the Twitter auth bit is really a handfull.
    Pseudo code:
    app is running.
    user taps [send] button
    .... first time, user validates login to Twitter. this is stored so not necessary any successive time.
    ... pre-built message (tweet) is sent to twitter users timeline.
    return and wait till user presses [send] again
    I have another version of this TwitterWidger running on the iphone, which uses the PIN authorization method. However, when the web page opens to set and retrieve the authorization pin, the app closes, thus closing the page that is waiting for the pin to be entered.
    This second version, the PINLESS version - doesn't work at all. It actually just keeps looping.
    I'm beginning to think it just can't be done on the iPhone, which is a pain.
    both TwitterApp and TwitterWidget are from http://www.flashmobileblog.com/examples/
    thanks for the help. Much appreciated.

  • When trying to transfer book thru overdrive media console it says the selected portable player could not be found. Have set to manually manage don't know what to do

    I don't know if I already asked the question so here I go again. I have previously downloaded public library audiobooks thru overdrive media console successfully hundreds of times on old ipod touch.  I just got another Ipod touch and I must have pushed wrong button somewhere because when I try to transfer the title from overdrive media to ipod a box pops up saying...
    The selected portable player (ipod) could not be found.  I have set my new ipod to manually manage music and videos which is required.  Don't know what to do at my wits end.  Went to local apple store but they couldn't help me because third party is involved please help before I hurt someone lol
    I have downloaded all available update ie media player, overdrive media, itunes 

    Hi boonstra,
    Welcome to the Support Communities!
    The article below may be able to help you with this issue.
    Click on the link to see more details and screenshots. 
    iTunes: Finding lost media and downloads
    http://support.apple.com/kb/ts1408
    Cheers,
    - Judy

  • "! The song [...] could not be used becuz the org'l file could not be found

    ERROR MESSAGE: "! The song [...] could not be used because the original file could not be found. Would you like to locate it?"
    Uh, YES. The song is already there and why are you not recoginizing it, iTunes? What automation can I possible enable to get rid of this message so that iTunes actually sees my MPEGS and does not require me to manually browse to the file which is already there?

    You'll need to help iTunes locate the files for you then reacquaint your library with your files. Here are some articles that can help you:
    No content shows up in iTunes after updating
    http://support.apple.com/kb/TS1967
    This article may also be helpful:
    Instructions for finding missing music and video downloads
    http://support.apple.com/kb/TS1408

  • "iTunes Library could not be found" question

    This is for iTunes 10 running Snow Leopard on an LED iMac.
    I created a new Library and my old one won't open. Both are in an external drive.
    When I option, open it I get the "an iTunes Library could not be found" message. All of the music is still in there, I can see it. I'm not sure what's going on but I'm wondering if I could import the songs (about 2000mp3's), artwork, etc., to a new Library. I don't care about playlists and such.
    Any other ideas?
    Thanks.

    My immediate thought is if it has to do with the naming of the files.  I haven't tested this but I wonder if you kept the name of the actual library file the default name instead of adding "Niki" if it would then work just selecting the folder. In other words, if iTunes has instructions if you select a folder to then check for a specific file inside that folder, and by your renmaing the file it no longer sees exactly "iTunes Library.itl" and doesn't know to search about inside that folder for a library file with any other name.
    Somewhere in my references (not sure where) I recall something about library file naming conventions.  I'm not sure if they are in:
    What are the iTunes library files? - http://support.apple.com/kb/HT1660
    More on iTunes library files and what they do - http://en.wikipedia.org/wiki/ITunes#Media_management
    iTunes 9: Understanding iTunes Media Organization - http://support.apple.com/kb/ht3847
    Image of iTunes folder structure Dec. 2011 - https://discussions.apple.com/message/16923545
    see also:
    Image of folder structure and explanation of different iTunes versions (turingtest2 post) - https://discussions.apple.com/message/13025536
    What are all those iTunes files? - http://www.macworld.com/article/139974/2009/04/itunes_files.html

  • AE CS6 won't export MP4. "Some of the required components could not be found."

    After Effects CS6 (from Production Premium) running on 64-bit Windows 7 Enterprise SP1.
    Processor: Intel Core i7-3930K CPU @ 3.20GHz
    AMD Radeon HD 7900 Series video card
    64 Gb Corsair Ram (DDR3)
    Quicktime 7.7.4 Installed
    Currently attempting to export a short (2 second) video based on the predefined "H.264" preset with the only alterations being that I want the VBR 1 Pass to target 3.5Mbs (though I've changed this with no difference in outcome) and I want the video to multiplex as MP4. I immediatley get the error prompt: "Some of the required components could not be found."
    *Just tried using the 3GPP multiplexer and received the same error message. If I try to use the MPEG4 format I get an "unknown exception" error.*
    I've exported literally hundreds of items as H.264 with a MP4 multiplexer on this machine with current hardware and software. And now...no dice. After Effects boots correctly (or at least it seems that way) though I think it takes a little longer than it used to (not sure if the system cache just needs to be rebuilt).
    After Effects CS6 has all available Adobe updates. Quicktime 7.7.4 is also up-to-date. Video Card driver is up-to-date.
    What could be going on? I'd prefer to skip re-installing this program. I've had to do this numerous times already with this suite throughout the past 12 months; really getting sick of the down-time during reinstall. Worth noting that I have closed the program, closed all programs, restarted computer multiple times.
    I am currently going through my Adobe program files for After Effects. I am specifically looking through the 'Support Files' directory. A couple interesting things: 1. My 'MediaIO->Codecs' directory was last updated on 11/8/2013 (perhaps an AE update??) but each of the files within said directory have a last modified date of late September. Did something get wrongfully deleted in the hypothetical update? 2. In 'Media Core plugins->Common' I again have a last modified date of 11/8/2013, but again each of my files within the common directory were last modified late September. I have many expected .prm files but NO ImporterMPEG4.prm; should I have a MPEG4 specific importer file, or does the MPEG importer file do all of the work. Also, I have no ExporterMP4 (or anything of the MPEG, MPEG2, MPEG4 flavor). Should I have one of these?
    Don't know if this last paragraph helps at all but my fingers are crossed.

    Thanks Katrina for all your help.
    I talked to an Apple tech support person. Actually, my call had to be elevated to the next support level. Joy. You are correct, there are multiple listings of the files in the error report even though there is only one copy.
    The support person had me do a few things. Here is what eventually seems to fix things:
    1) For the mp3's that DID copy but were listed as not found... Some files were duplicated so deleting the duplicate with the "!" was an easy fix. I found one file that I could search by song name in iTunes but could not find it by song name search on the iPod. Looking at the iPod playlist I found the file listed by the filename (not song name) and the file played fine. Then in iTunes I double clicked on the song name ("!" showing) and selected locate. I then pointed to the location on the NAS. Resync and now the name of the song on the iPod changed from filename to song name. The file was no longer listed in the error report.
    2) For the m4a files that didn't sync... the problem songs appeared three times in a search in iTunes. Two of the listings showed the "!" next to the name. I deleted these two for each song that didn't sync and all transferred fine afterward.
    Perhaps there is an issue with ID3 tags since I use filenames more than tags in organization. Still, I would think that iTunes would not get so confused or be a little more friendly with its errors, especially considering how long its been around.
    Thanks again for your help. Looks like I have a manual way to correct this issue.

  • There are about 8 songs in a playlist on itunes that are listed in the playlist but cannot be transferred to my ipod because it states: "..the original file could not be found." When I try to locate the song I get a list of the different music librar

    There are about 8 songs on a playlist that are listed in the playlist library but when I try to transfer them to the playlist, it states that they can't be transferred because the original file could not be found. Then it asks, do you want to locate the file but when I try that I get a few libraries but am not sure how to locate the particular songs. Some of the songs were purchased and some were transferred from a CD. I have seen the same question asked on the help page but haven't found an answer.
    Thanks.

    Hi dones49,
    It sounds like your issue here is that iTunes can not find the files for some of the songs you have brought into it. This happens occasionally even if the songs have not been moved from the location that iTunes places them on import or purchase. When you try to use the song, iTunes prompts you to find the file, as you have seen.
    To find the file, use the information in this article to navigate through the iTunes media folders -
    Locate and organize your iTunes files
    If you are still unable to locate the files, you may need to download them from the iTunes store again, or rip them from your CDs. See this article for assistance with downloading your past purchases -
    Download past purchases
    Thanks for using Apple Support Communities.
    Best,
    Brett L 

Maybe you are looking for

  • Using Airport Express to Communicate a Mac & a PC

    Hi, I have a MacBook, a Vista PC Laptop and an Airport Express (AE) 802.11n. I already had a wireless router and connected my AE to "join an existing wireless network". Since my wireless modem is on the other end of the room, and my AE is on the othe

  • VO using WS as datasource ?

    I'd like to use webservice as datasource for static VO deployed locally. Trying to implement datasourse methods like shown in the article http://radio.weblogs.com/0118231/stories/2003/03/03/gettingAViewObjectsResultRowsFromARefCursor.html , I've foun

  • Posting In FB05 Through BAPI

    Hi Experts,   Can you pls suggest whether there is any standard BAPI available for posting in FB05 . There is a FM 'FM_FB05_POSTING_WITH_CLEARING' . But my requirement is to use a suitable BAPI. Awaiting your soonest replies With Rgds Pradipta Ku. Mi

  • Slow boot, 3 min. of blue screen

    Sirs I have read many slow boot, and blue screen issues here. I have re-installed SL. I have removed the LaunchDaemons, ran /sbin/fsck -fy (no repair needed). I did repair permissions and received this message: Warning: SUID file "System/Library/Core

  • Production State of SWCV

    Hi all,     Can someone please throw some light on 'Production State' of SWCV(General tab) in SLD.     I can't find any documentation. Don't know the impact of these different states..Please help. cheers danus