Flash Player 11.2.202.228 no longer plays my audio flv either

Audio flvs that previously would play fine no longer play. I get "NetStream.Play.Failed". This occurs when progressively playing over HTTP, i.e. starting NetConnection.connect(null) and then NetStream.play("http://url_of_my_flv");
Regular RTMP playback still works.
So, I've seen two posts with similar issues in the last day or so:
http://forums.adobe.com/message/4307125
http://forums.adobe.com/message/4308222
However the fix mentioned in one is not useful since I don't use FLVPlayback component.
Any ideas?

Hello,
This issue was resolved using Adobe Media Encoder, see this forum post for more infromation.
Please let us know if you still see issues.
Regards.
Suhas Yogin

Similar Messages

  • Flash Player 11.2.202.228 no longer plays my audio flv

    After updating to the new flash player (version 11.2.202.228) audio only flv files no longer play.
    air3.2 update too.
    In the source code below:
    red5 server is used for audio recording and playback
    ns.play() does not run.
    But, there is no problem with recording [ns.publish()]
    /**NetConnection**/
    private function setupNC():void{
       myServer = "rtmp://ip";
       nc = new NetConnection();
       nc.connect(myServer);
       nc.client = this;
       nc.addEventListener(NetStatusEvent.NET_STATUS, netStatus1);
       nc.addEventListener(AsyncErrorEvent.ASYNC_ERROR, asyncErrorHandler);
       nc.addEventListener(SecurityErrorEvent.SECURITY_ERROR, securityErrorHandler);
       nc.connect(myServer);
    /*** ns.publish ***/
    private function record_start():void{
       tbSoundFile = rndSoundFile(); //sound file
       initMic("0xff0000");
       ns = new NetStream(nc);
       ns.addEventListener(NetStatusEvent.NET_STATUS, netStatus2);
       ns.attachAudio(myMic);
       ns.publish(tbSoundFile, "record");
    private function record_play():void{
       var myClient:Object = new Object();
       ns = new NetStream(nc);
       ns.addEventListener(NetStatusEvent.NET_STATUS, netStatus3);
       ns.bufferTime = 5;
       ns.client = myClient;
       myClient.onMetaData = function(myMeta:Object):void {
           myDuration = myMeta["duration"];
        myClient.onPlayStatus = function(myPBstatus:Object):void{
            if(myPBstatus["code"] == "NetStream.Play.Complete"){
                recordingState = "idle";
         mySoundFile = tbSoundFile;    //sound file
         ns.play(mySoundFile);     
    private function netStatus3(event:NetStatusEvent):void {
         trace(event.info.description);   <<<<<<< (1)
          switch (event.info.code){
                case "NetConnection.Connect.Success" :
                    ns = new NetStream(nc);
                    ns.attachAudio(myMic);
                    nc.removeEventListener(NetStatusEvent.NET_STATUS, netStatus);
                    break;
                case "NetStream.Play.Failed" :     <<<<<<<<<<< (2)
                     record_stop();
                     break;
    Trace results for event.info.description (1):
      playing and resetting <file_name>
      Started playing <file_name>
      undefined
      undefined
    Trace results for event.info.code (2):
    Netstream.Play.Failed

    Ok, here is my ugly perl script I used to re-encode my flvs so that they work.  You need to have ffmpeg and ffprobe in your current dir, specify the directory that you want to re-encode, and create a dir 'processedaudio' where it will put the processed files, and also have an image button_blue_play.png in your local directory.  Basically, it makes a video out of the png of a few seconds longer than your audio (I found that necessary, to prevent cutting off), then adds the stream to your .flv. (it skips files that already have a video in them, and writes a list of those to 'videolist.txt')
    use File::Copy;
    $dir = $ARGV[0];
    opendir LOCALDIR, $dir;
    @dirlist = readdir LOCALDIR;
    close LOCALDIR;
    open(VIDEOSFILE,">videolist.txt");
    foreach $file (@dirlist) {
    if ($file =~ /flv/) {
    print "got file $file\n";
    $thisfile = $dir . "\\" . $file;
    $newfile =  "processedaudio\\"  . $file;
    `ffprobe $thisfile 2> test.txt`;
    open(INFILE,"test.txt");
    $havevideo = "false";
    while ($line=<INFILE>)
    if ($line =~ / Duration:/) {
    #print "line $line";
    $duration = $line;
    $duration =~ s/.*Duration: //g;
    $duration =~ s/,.*//g;
    @myarray = split(":",$duration);
    #print "minutes $myarray[1] seconds $myarray[2]\n";
    $durationseconds = $myarray[1] * 60 + $myarray[2] + 6;
    if ($line =~ / Video:/) {
    $havevideo = "true";
    close INFILE;
    print "duration $durationseconds\n";
    if ($havevideo =~ /false/) {
    unlink("tempvideo.mpeg");
    `ffmpeg -loop 1 -vframes 60 -r 29.97 -t $durationseconds -i button_blue_play.png -qscale 5 -an tempvideo.mpeg`;
    `ffmpeg -i tempvideo.mpeg -i $thisfile -sameq $newfile`;
    } else {
    print VIDEOSFILE "$thisfile\n";
    close VIDEOSFILE;

  • Why is adobe flash player 11.2.202.228 not working on any of my computers or browsers?

    I try to go on youtube, or any other online video, and the player screen is always black or non-existent. I try this on two different types of macs, and a dell. I tried on IE, Chrome, Fire Fox, and Safari. I right click on where the play screen should be, and it gives me two options: Movie not loaded... (in grey text), and, About Adobe Flash Player 11.2.202.228. How can I fix this?

    Chris,
    I followed your URLs, The Rainbird site now functions after I disable and enable Flash and I checked and uncheck Active-X.  The UTube site still displays a green picture area.  The ad displays without a problem and pictures display (thumbnails) as I slide the along the time status bar.  From your first URL my system is running 235 not 228, if that makes a difference.
    Thanks for your time and I hope this helps you.  Reading your text the images that I am getting from your URL, do not match the text.  The images look like screen shots from an audio application.
      I do not see a white box with a red X.

  • TinyChat audio issues with Flash Player 11.2.202.228

    I recently installed the debug version 11.2.202.228 of Flash Player.  After the installation, I noticed that the audio for TinyChat.com no longer worked well.  It would continually cut in and out.  I tried clearing cache, cookies, and Flash shared data to no avail.  I restarted my router but that did not help either.  I downgraded to debug version 11.1.102.55 and the audio now works perfectly.  Any ideas why this is happening?
    I run Firefox 11.0 on Windows XP SP3.

    Could you both take a minute and visit the following bug report and cast a vote for this to be fixed?
    Bug 3154302

  • Where can I find the direct download for Flash Player 11.2.202.228 for Vista 32 bit?

    I use to be able to get the direct link like for the previous version 11.1
    But when I look I do not see that anymore for the newest version (11.2.202.228)

    We typically recommend that you grab the latest version from get.adobe.com/flashplayer.  However, if you need stand alone installers you can either download from here:
    Install in a firewall proxy server environment
    or you can get a zip of all of the players here:
    Archived Flash Player versions
    Chris

  • Does the new silent update feature in Flash player 11.2.202.228 need adobe air installed to update??

    This is for IE8 on a Vista 32 bit machine.
    Also, when it automatically updates does it add things like the promotional Google toolbar and such?

    AIR is not required for the new silent update feature.  You also won't ever have third party applications added without first being allowed to opt out.
    Chris

  • Installed Adobe Flash Player 11.2.202.228 - to NO avail!!

    trying to see Randy's hype1 example at http://www.randytroppmann.com/hype-examples/hype1.html
    am getting the GetAdobeFlashPlayer icon, i go get it, install, restart, go to randy's to see hype1 example, get the GetAdobeFlashPlayer icon, i go get it and so on and so forth.
    HELP!!

    Seems to be a coding problem with the page. This is what you're supposed to see I think: http://www.randytroppmann.com/wp-content/uploads/2010/11/Comet.swf
    But the W3 validator reports these errors: http://validator.w3.org/check?uri=http%3A%2F%2Fwww.randytroppmann.com%2Fhype-examples%2Fhy pe1.html

  • Flash Player 11.2.202.235, IE9 64-bit, Windows 7 64-bit, HP laptop - objects do not display-seevideo

    Flash Player 11.2.202.235, Internet Explorer 9 64-bit, Windows 7 64-bit, HP laptop - Flash objects do not display properly in browser; right-click Settings window does not display properly either; i have to scroll down and back up to see parts of the Flash object but it disappears anyway when i mouse over.
    I took video of the issue and have now linked to it.  In the video, I show two browser tabs - one from this site and one from a Bank of America (BoA) site with a flash object.  You can see how the BoA flash object disappears when I make that tab active.
    Please help!
    Link to video:
    http://www.youtube.com/watch?v=PCLJcxmzPkI&feature=youtu.be
    Message was edited by: Jleon21612012

    Thanks for the reply and the link.  The driver update did not work because it says I have the latest one installed - even though the driver date is 10/8/2009.  It's the Intel(R) Graphics Media Accelerator HD, version 8.15.10.1968.
    Can you believe that...the latest is from 2009?!  I tried to install an updated version anyway - first by going to the Intel site.  I found a driver update from Jan 2012 that matches my system, but the install aborts with the error message "A customized computer manufacturer driver is installed on your computer. The Intel Driver Update Utility is not able to update the driver."
    So, I searched through the HP support site and finally found a link to my computer:
    http://h10025.www1.hp.com/ewfrf/wc/product?product=4121236&lc=en&cc=us&dlc=en&task=&lang=e n&cc=us
    And I downloaded and installed the "same" driver anyway:
    Intel Graphics Media Accelerator HD Driver ►
    2009-12-04 , Version:8.15.10.1968 B, 29.91M
    This package contains the driver for the Intel Graphics Media Accelerator HD in the supported notebook/laptop models.
    But it does not correct the problem.
    Maybe this problem is because of an old graphics driver - but this is apparently a dead end for me.
    Is there any possibility it is caused by something else?

  • Where can I get the direct download for flash player 11.2.202.233 for Vista 32 bit?

    I will uninstall the previous flas player 11.2.202.228 and do a clean fresh install.

    Your waisting your time, still does the same as 228, not fixed anything on video viewing side of things, i still get pauses after each frame on some sights right to the end, but before 11.2 i was fine, still get green screens, popping sound, degrading picture when i move the slider at the bottom, still picture but sound still carries on, ive tried 11.2 on all nvidia drivers, its the same. Ive had to cancel subscriptions becazuse the player doesnt work with there sights, i just get a smooth running picture untill the next frame then it stops and starts after each damn frame, so annoying, if it was my OS then the previous player to 11.2 wouldnt work either, the beta was exactly the same.

  • I have a Max osx desktop and the other day adove flash player 11.2.202.235 appeared on my screen so I tried to download it.  Nothing really happened so I went back to playing my games which were website games and now I have missing plug ins.  What's this?

    I have a Max OSx desktop and the other day Adobe Flash Player 11.2.202.235 appeared on my screen so not knowing any better, I downloaded it with no luck.
    After that, I went back to playing my website game- Squircircle jigsaw puzzle and a tiny box appeared saying I was 'missing plug in'.  What can I do about this?
    I know very little about this computer.  This computer was given to me used and I don't know if it is Leopard, Lion, etc.
    I really hope you can help because as I said before, I know zip.
    Thanks alot.

    Hello, is this an IntelMac or a PPC Mac?
    So we know more about it...
    At the Apple Icon at top left>About this Mac, then click on More Info, then click on Hardware> and report this upto but not including the Serial#...
    Hardware Overview:
    Model Name: iMac
    Model Identifier: iMac7,1
    Processor Name: Intel Core 2 Duo
    Processor Speed: 2.4 GHz
    Number Of Processors: 1
    Total Number Of Cores: 2
    L2 Cache: 4 MB
    Memory: 6 GB
    Bus Speed: 800 MHz
    Boot ROM Version: IM71.007A.B03
    SMC Version (system): 1.21f4

  • Still no sound in Flash Player 11.7.202, I surrender

    I have been dealing with no sounds & videos freezing for a month.  I have Windows Vista 32 bit Internet Explorer.  I have uninstalled & reinstalled, followed all the FAQ suggestions, cleared cache, etc.  Flash Player 11.7.202 was a required update for my online language class.  My computer would crash when connecting with meeting & sound would disappear.  Sometimes sound would come back the next day.  This time it has been gone for over a week.  The class website was shut down due to problems with Adobe Connect. I can finally watch videos on PBS website without freezing but no sound.  I surrender.  I submitted a bug report. Good luck everyone.

    Thanks for your reply. I tried to connect again after the crash but it crashed again.  After that restart I had video that didn't freeze and sound.  That lasted until I shut down.  Today no sound.  I know in my class others have talked about the no sound problem.   It is a Cherokee language class & most of us are senior citizens so we're not tech savvy.  There are 4 different classes (www.cherokee.org/onlinelanguageclass). The sessions are archived. I can get into the archive & have the video but no sound.  This is the troubleshooter at the Cherokee Nation that I contact [email protected] Wado (that's Cherokee for thanks a lot).

  • Missing plug-ins after downloading adobe flash player 11.2.202.235

    Hello again:
    I sent a request the other day for help regarding my downloading Adobe Flash Player 11.2.202.235 and losing the ability to play my games( they were bookmarked from the web) because of missing plug- ins.  I mentioned that I know very little about this computer.  I did get a reply saying that he needed more information about my computer which I sent and I have not heard anything back.  I probably did not send the message correctly therefore I am sending the info again and I hope I don't screw it up this time. My computer is as follows:
    iMac4,1 Version 10.6.8
    Intel core duo
    2GHz
    # of processors 1
    Total # of Cores 2
    L2 Cache 2MB
    Memory 1.5GB
    Bus Speed 667 MHZ DDR2SDRAM
    BootRom Version 1M41.0055.B08
    SMC Version(system) 1.1F5
    I hope you can help me in the simplest way possible so I can understand your instructions.
    Thanks again,
    Margaret

    It's confusing when a single poster starts two threads on the same topic and it divides the replies or has duplicate replies for those that are unware of the other thread.  You should post the above in the thread you originally started after my post which asked for some clearification on the problem.

  • No sound after installing flash player 11.3.300.262, have mozilla 13.0.01, working fine with flash player 11.2.202.233

    Have no sound after installing flash player 11.3.300.262. Working fine with flash player 11.2.202.232

    hello, unfortunately this seems to be a bug in adobes flash plugin 11.3. please refer to the following forum entry on how to handle the issue or report the problem with your system details to adobe.
    http://forums.adobe.com/message/4483563
    https://bugbase.adobe.com/index.cfm?event=bug&id=3210964

  • Is Flash Player 11.2.202.235  in conflict with Internet Explorer 9 ?

    I am using Windows Vista 32-bit in Dell Desktop. I have recently upgraded the Internet Explorer from Version 7 to 9 via 8. I have installed Flash Player 11.2.202.235 compatible with Windows Vista 32-bit pack 2. But I am experiencing that IE9 cannot function smoothly. I am apprehending IE9 is in conflict with Flash Player 11.2.202.235. If that is so, please advice me about necessary settings that I need to carryout to solve the problem.

    Bhaisona wrote:
    IE9 cannot function smoothly
    Sorry, I cannot understand what that means; can you elaborate?
    IE9 works very well with Flash Player 11.2.202.235 on my machines (Windows 7).
    Maybe you should revert to IE8?

  • Flash Player 11.2.202.233 will not update. "Encountered Error" .

    I am attempting manual update of Flash Player 11.2.202.233 on XP, Firefox 8, IE 5.5. "Encountered Error" screen pops up. No previous issues with installs or updated of the flash player.
    Thanks

    I'm also unable to load video on either Mac or Win with the www.tvnz.co.nz/video site.  However, I suspect I might be running into a content protection issue based on my location.
    As for the orcon.net.nz page, does any part of the page load for you?

Maybe you are looking for

  • Need to edit erroneous entries in iTunes Info autofill lists (artist, genre)

    Bad entries in iTunes appear (autofill feature) when i am filling in artist, composer, genre, etc.  Need to correct and clear out these bad entries. TIA for all your help. Regards, Allan.

  • Best way to split 3D project with constantly moving cameras

    I created a 1 minute project in which the camera travels between 3 sets, while there is an animated 2D background. The background consists of overlaying .psd files which move around. The camera sweeps each set and then zooms to the next. Within each

  • Upgrading from 6.0.2 to 6.5 or 6.7

    I have a process running on Windows XP using version 6.0.2. It uses various methods of communication including dial up, serial radios, and ethernet (internet) for data transfer. This data is logged in the citadel 5 database which we currently access

  • Fetching un-matching data

    Hi, From the below code snippet, I want to fetch the non-matching data from table "T1". DROP TABLE T1; DROP TABLE T2; CREATE TABLE T1 F1 INTEGER, F2 VARCHAR2(100 BYTE), F3 CHAR(1) CREATE TABLE T2 FLD1 INTEGER, FLD2 VARCHAR2(100 BYTE) begin      inser

  • Reports from JTable

    Hallo, I got dates from Sql Server and I puted them into an JTable. I want to generate reports (like in MS Access 2000) bsed on these dates. Can give someone some advices how could I do this? Is there some open souce code for doing this? I found on t