Skip navigation
Currently Being Moderated

Weird Error with imported (streamed) FLV

Feb 28, 2012 9:18 AM

Tags: #video #3.0 #actionscript #flvplayer

The error being thrown is "The video player is in the connection error state. It enters this state when a video stream attempted to load but was unsuccessful. There are two possible reasons for the error: no connection to the server or the stream was not found."

 

The reason it's weird is that the video plays just fine when the program is run.

 

The error only pops up at random, generally when I'm doing other things (editing objects, drawing, selecting objects, navigating the timeline) and not when I'm actually compiling or running the application.

 

The video is being streamed locally, so there's no issue connecting to a server, and the file exists, so it's not missing.

 

WTH?

 
Replies
  • Currently Being Moderated
    Feb 28, 2012 9:34 AM   in reply to Draco18s

    Can you clarify if you are using an actual RTMP streaming video (from Flash Media Sever, Red5, etc. installed on your local machine) or are you simply loading a .flv file stored on the local machine.

    How is the video being played? FLVPlayback or NetStream?

    Adninjastrator

     
    |
    Mark as:
  • Currently Being Moderated
    Feb 28, 2012 10:37 AM   in reply to Draco18s

    If you are not using a streaming media server like FMS or Red5, then you are not "streaming" the video, you are progressive downloading the .flv.

    I think you may have checked the wrong box in the import wizard. You selected "Straming server" when you really needed "Progressive Download" or "Play video from your computer".

    The reason for the error is that the video player is attempting to connect to a streaming media sever and is not able to.... hence the error message.

    Best wishes,

    Adninjastrator

     
    |
    Mark as:
  • Currently Being Moderated
    Feb 28, 2012 1:16 PM   in reply to Draco18s

    How was this step done... exact details please:

    Reimported video.

     
    |
    Mark as:
  • Currently Being Moderated
    Feb 28, 2012 1:24 PM   in reply to Draco18s

    Now sure where is location is (library, external folder, etc) or how the "drag from location" works

    I dragged the file from it's location to the stage

    please walk me thru exact steps.

     
    |
    Mark as:
  • Currently Being Moderated
    Feb 28, 2012 1:45 PM   in reply to adninjastrator

    Ok, this time thru the post I see you were dragging from desktop...OK

    The error message you are seeing is because Flash is reading that the video file is coming from a streaming server and Flash is unable to connect to the server..... that's the cause of the error.

    Exactly why you are seeing that error message if you did not select between local or remote streaming, I don't know.

    I can not reproduce the import wizard actions you are seeing, I am always given the option to choose between remote stream on FMS or file on local folder.

    Drag and drop is not your only option.

    So how about you just place the FLVPlayback on the stage (from Menu/Window/Components) and then highlight the component "Params" down in the property panel and set the "contentPath" to the video file there.

    Adninjastrator

     
    |
    Mark as:
  • Currently Being Moderated
    Feb 28, 2012 1:57 PM   in reply to Draco18s

    Hey I'm just trying to help!

    In my experience of producing thousands of Web videos (both progressive download as well as streaming video), I have never done a drag/drop.... not even once, nor have I ever used the FLVPlayback component for any of my own videos.

    All the video players I use are hand coded NetStream players, most with xml playlists. I'm just coming from a little different background.

    So how about this.... I won't give you a hard time about not knowing the difference between streaming video and progressive download video and you don't give me a hard time when I ask about exactly how you "drag and drop, etc"?

    Adninjastrator

     
    |
    Mark as:
  • Currently Being Moderated
    Feb 28, 2012 3:25 PM   in reply to Draco18s

    Not sure exactly who the blind leading blind is here.

    I answered a post titled "Weird Error with imported (streamed) FLV".... which of course it wasn't really a streamed video.

    I described what the cause of the error message was.

    I also offered a work around rather than using the drag and drop method (the least recommended... if it's even recommended at all)... of implementing video in Flash.

    Review implementing video in Flash here:

    http://help.adobe.com/en_US/flash/cs/using/WSb03e830bd6f770ee-70a39d61 2436d472f4-7ff8.html

    http://help.adobe.com/en_US/flash/cs/using/WSb03e830bd6f770ee-70a39d61 2436d472f4-8000.html

    Adninjastrator

     
    |
    Mark as:
  • Currently Being Moderated
    Feb 29, 2012 10:26 AM   in reply to Draco18s

    I didn't say I've never done a drag/drop.... After learning how to use that option many years ago, I've just never chosen to use that method for any of my Web videos. The drag/drop as well as the Import Video wizard are very "Flash 101ish" and often present problems for inexperienced users..... as you are seeing.

    When I trouble shoot problems posted here I try to recreate the exact steps used in an attempt to replicate the problem so it can be solved. While you might find that frustrating to describe... it often resolves the problem.

    So I would venture to say that I have a little more experience than you in all aspects of Flash video.

    You may have missed it in my earlier response but I said that I could not replicate your problem (following the steps you describe), I was always presented with the option to choose between streaming server and local file.... which the links above pointed out.

    I stick by the reason I gave for the error, Flash is assuming you are attempting to connect to a streaming server and because no RTMP URL is listed, the connection always fails... hence the error message

    There was also the suggesting to place the FLVPlayback on the stage manually and set contentPath.... bypassing any Import Wizard problems..

    If those offers/suggestions don't satify you... oh well, I'll move on

    Best wishes,

    Adninjastrator

     
    |
    Mark as:
  • Currently Being Moderated
    Feb 29, 2012 11:51 AM   in reply to Draco18s

    Now you might be getting some place. Same error with wizard and manual component add....that's trouble shooting...

    Oh and you can load external video just fine from a streaming server as well as from a local file... doesn't exclude anything.

    Are you on a Mac by any chance? Flash and Mac seem to have more than their share of problems.

    I don't believe there is any "Preference" setting to choose "load local file" over "remote streaming server"...

    So.....I'd say that since that error occurs both with/without wizard, you have something broken in the Flash. You may need to try the Adobe service line.

    While you wait, Google the error message, see what's out there.

    The video player is in the connection error state. It enters this state when a video stream attempted to load but was unsuccessful

    For example:

    http://www.justanswer.com/mac-computers/4hcxb-colleague-trying-put-tog ether-flash-package.html

     

    Adninjastator

     
    |
    Mark as:
  • Currently Being Moderated
    May 3, 2012 3:48 PM   in reply to Draco18s

    I registered after reading this. I came across the same error message from attempting the same thing; draging and dropping. Then I took the steps to import the flv file and all worked properly. Thanks!

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points