Locally works - not online

I really hope someone can give me, at least hint...
My client switched to Akamai (OnStream Media) and I have serious problems to run our old osmf player, to work properly with rtmp MBR streaming (mp4 files).
To cut short, after first successful switch to next bitrate, streaming fails.
Log:
Tue Feb 7 2012 02:48:35 PM [DEBUG] [org.osmf.net.rtmpstreaming.SufficientBandwidthRule] Move up since avg dropped FPS 0 < 2 and bufferLength > 1
Tue Feb 7 2012 02:48:35 PM [DEBUG] [org.osmf.net.rtmpstreaming.SufficientBandwidthRule] getNewIndex() - about to return: 4, detail=null
Tue Feb 7 2012 02:48:35 PM [DEBUG] [org.osmf.net.NetStreamSwitchManager] checkRules() - Calling for switch to 4 at 1300 kbps
Tue Feb 7 2012 02:48:35 PM [DEBUG] [org.osmf.net.NetStreamSwitchManager] executeSwitch() - Switching to index 4 at 1300 kbps
Tue Feb 7 2012 02:48:44 PM [INFO] [org.osmf.net.NetStreamLoadTrait] NetStream.Failed
Tue Feb 7 2012 02:48:44 PM [DEBUG] [org.osmf.net.NetStreamSwitchManager] onNetStatus() - event.info.code=NetStream.Failed
Tue Feb 7 2012 02:48:44 PM [INFO] [org.osmf.net.NetLoader] Stream reconnect: onNetStatus: NetStream.Failed
And no matter what kind of plug ins, or different HDCore factories I've tried - it fails, same in all cases.
Then I switched to http streaming, and smil usage.
And after whole process of getting it to work properly for whole set of client's needs, it works superb locally (in flash IDE)
But tested online - it fails to start streaming.
Tracing mediaPlayer.state in this case gives following result:
loading,
ready,
playbackError.
Any hint?
Thanks in advance.

Hey Charles,
thanks for quick response.
Yes, I believe I put it confusingly first time, so to clear out...
RTMP:
First, encoding of video files isn't issue here, since we copied already used files from our old provider.
And yes, I've tried streaming any single bitrate - without any problem.
Problem exist only with MBR.
I'm using old, standard approach, adding single bitrates manually to DynamicStreamingResource, and then using that directly with video element or giving it to some factory.
I've tried all possible combinations of different factories, loaded plugins, or anything else that I could came up as possible solution.
But player runs same in all cases. Even simplest one, without anything - just basic code to get mbr streaming.
Also, there's no difference in testing it locally from IDE or online, from different locations.
HTTP:
I switched to this approach just because I had no solution for desired rtmp streaming.
After all, I end up with DefaultMediaFactory and Advanced Akamai Plugin, which works great in IDE (except it needs much more time to generate proper element and start streaming), so at least I had some result.
But putting it online, anywhere, brings mentioned problem.
I already checked crossdomain policy (http://origin-hdf.onstreammedia.com/crossdomain.xml) and it looks fine to me.
Also, I already contacted help desk of our new provider, but those guys aren't really into flash subjects - so I'm getting only general set of usual advices from them.
Thanks again, I really appreciate.

Similar Messages

  • Flash site works locally but not online (uploaded to server)

    We have bought a flash portfolio template and have customized it with our pictures, video, etc.
    When we test it locally on our computer (using different web browsers) it all works perfectly well. We have uploaded the finished website to our server and when you go to the address online, it doesn't work (a loader progress shows but it is stopped and nothing happens).
    We have however uploaded the original template we bought and it works perfectly online.
    The template consists of and index.html, various .swf, and various .xml that we have modified according to the template instructions (it also contains a java script folder we haven't touched).
    What is it wrong with our modified template - it works locally without problem…!
    Thanks for your help

    When a Flash file works locally but not on-line, it's almost always a pathing issue (provided you did upload ALL files and do not have something missing... as suggested by Ned).
    A "pathing issue" results when the main .swf cannot find one or more of the associated Flash files...like an xml file or images.
    It can be something as simple as using switching file names to all lower case. Local machine is not case sensative... most servers are. So "My Photo.JPG" is not the same as "my_photo.jpg". When naming files, best to use all lower case, no spaces in any file or folder names... use_underscore_instead.
    But the most common cause is that those associated files (xml, images, etc.) are not pathed relative to the Web page where the main .swf is embedded. Pathing to the .xml and image files should be as though the .swf was located in the same folder as the Web page... NOT the actual location of the .swf file.
    And that includes paths to the xml file and paths to image files coded into those xml files. Everything need to be coded relative to the Web page.
    This topic has been covered a number of times here:
    http://forums.adobe.com/message/4368273#4368273
    http://forums.adobe.com/message/4294529#4294529
    http://forums.adobe.com/message/4280086#4280086
    http://forums.adobe.com/message/4267408#4267408
    Best wishes,
    Adninjastrator

  • Flash Vidio plays locally, but not online - Help!

    I have a htm page that I have inserted a Flash Video. It
    plays locally, but not when I have it on the web. I get nothing -
    no skins, nothing. If I rt click, there are the settings for flash.
    I have the scripts in my scripts folder - double checked that. Can
    anyone see what I'm doing wrong?
    Here is the link.
    http://www.metuchen-edisonymca.org/video/test.htm

    "motomoto111" <[email protected]> wrote in
    message
    news:fmbc9v$l68$[email protected]..
    >I have a htm page that I have inserted a Flash Video. It
    plays locally, but
    >not
    > when I have it on the web. I get nothing - no skins,
    nothing. If I rt
    > click,
    > there are the settings for flash. I have the scripts in
    my scripts
    > folder -
    > double checked that. Can anyone see what I'm doing
    wrong?
    >
    > Here is the link.
    >
    >
    http://www.metuchen-edisonymca.org/video/test.htm
    Make sure your server is configured to serve .flv files. Ask
    your host if
    there is a mime type set up for that file extension.
    Al Sparber - PVII
    http://www.projectseven.com
    Extending Dreamweaver - Nav Systems | Galleries | Widgets
    Authors: "42nd Street: Mastering the Art of CSS Design"

  • Shared Object working locally but not online

    My game records your high score using the sharedobject and while testing it locally it works fine, but when the swf is published and played online, it is not recording the hi score. Is there some sort of new security issue with saving shared objects on people's hard drives now?

    In Frame 1 I have this code. The first is for game progress, the second is for the high score which is then passed to the text object
    var Progress:SharedObject = SharedObject.getLocal("progress", "/");
    var OwlHiScore:SharedObject = SharedObject.getLocal("owlhiscore", "/");
    hisc.mainScore.text = (OwlHiScore.data.HiScore).toString();
    Then on the last frame where the game is over I have this code:
    if (score > OwlHiScore.data.HiScore) {
              hiScoreWon = true;
      OwlHiScore.data.HiScore = score;
      OwlHiScore.flush();
              hiScoreHolder.hiScoreEffect.mainScore.text = (OwlHiScore.data.HiScore).toString();
    } else {
              hiScoreWon = false;

  • Flash works locally, but not online!...

    I put a .SWF on a blank web page. It launches and plays fine
    locally if I launch the page from my hard drive, but online I just
    get a blank white page. Here's the link:
    http://al-i.anixter.com/TEMP/flashTemplate/index.html
    Any ideas?! Thanks!...

    Just realized if you right-click on the page and click
    "forward", it advances and works. I'd think it was something in the
    preloader code, but maybe not, because if the preloader was messed
    up, then I'd think it wouldn't work locally either, right?...
    UPDATED:
    Nevermind - figured it out! Stupid coding error in the
    preloader!!!

  • Applet working on local but not online

    my applet working on local machine fine
    but when i upload applet on my website
    and access by my machine only interface
    show and when i click the button of applet
    no result produce....
    thankx

    It is only possible if you missed something for code or codebase attribute of Applet tag, I mean values for these attributes are fine for your local machine but not with the server you are using.

  • Spry Horizontal menu works locally but not online.

    Hi people I built a site in Dreamwever CS5.5 and used a spry widget menu. It works great in firefox when I run it locally, but when I try to access a page from the online server it's rubbish. I've uploaded all of the JS files a couple of times and even copied some to multiple locations but still no joy. Any advice would be appreciated, the website is to promote a very noble cause. website is www.stopthetoad.com.au

    Hi Gramps,
    Thanks for your help, from the look of the previous posts on this forum
    you may need to change your name to Altruistic Guru.
    This is actually a site that my 14 years old daughter (Jessica) has put
    together and I'm very proud of her for the effort that she is giving in
    her own time without possibility of reward (other than having our native
    species survive another generation).
    Any further advice you can offer will go a long way towards getting
    those feral toads out of our country.
    We've upload all files via cuteftp, Dreamweaver and even manually 1 file
    at a time!
    But it still wont work. When we try to load a page we get a series of
    messages such as
        SpryMenu.js requires SpryWidget.js
        SpryMenuBarKeyNavigationPlugin.js requires SpryMenu.js!
    All of the files that the messages refer to have been uploaded several
    times but we still get the messages.
    The spry Ui-1.7 folder with all relevanr folders/files is in my
    public_html folder on the server. Should I move all of the Spry folders
    contents into the public_html folder or somewhere else?
    I expected Dreamweaver to do all of this for her perfectly, we must have
    gone wrong somewhere.
    This is a screenshot of the cuteftp screen showing all of the files in
    the public_html folder. You'll notice that I've copied some spry files
    into this folder also (will this cause problems)
    Kind regards,
    David
    (on behalf of Jessica)

  • LoadMovie works locally, but not online...

    I have the following command on a frame:
    holder_mc.loadMovie("/NF/mp3player.swf");
    When independently launching the .SWF, or when testing the
    movie in Flash, the "holder_mc" loads the "mp3player.swf" just
    fine. But when posted online (or even testing locally inside a
    browser), it doesn't load at all. I have copied the directory
    structures from my local hard drive to my online server EXACTLY...
    Any ideas???...

    DIY_Lobotomy wrote:
    >
    quote:
    Originally posted by:
    Newsgroup User
    > This however will make it impossible to test locally,
    unless in shtml in
    > browser due
    > to the changes in path. You must mind these things while
    design movie, once
    > keeping
    > html and swf separately.
    >
    > I don't understand the statement above...
    Sorry, I can't explain it any better. Perhaps someone else
    will be able to
    help you.
    > This is the link to the page where I'm having a problem:
    >
    >
    http://www.shootingblanks.net/2media.shtml
    >
    > On that page (underneath the "Streaming Music" section)
    is the .swf. It is
    > coded on the webage to this path:
    >
    > audio/streamingAudio.swf
    >
    > Then, within that "streamingAudio.swf" is the following
    lines of actionscript
    > that happen when a button is pressed:
    >
    > holder_mc.loadMovie("WT/mp3player.swf");
    This is exactly what I'm telling you about. DO NOT USE PATHS
    from the perspective
    of flash file but the html file where the flash is. FLASH
    path is irrelevant
    here. It means nothing. IF the HTML is in the root of the
    server, the FLASH file
    thinks it is in the root of the server too so it will seek it
    files from that place
    not from its original location.
    You need to load your file using:
    audio/WT/mp3player.swf
    not
    WT/mp3player.swf

  • Shared database for family pictures (on local network, not online)

    Hi all,
    We recently purchased our first Mac and I am now looking into how we can use a shared photo database. We have a Macbook, a Windows 7 PC/server and a Media Center Extender connected to the PC.
    My plan is to use the individual files as the database, via rating (1-5 stars), tags (to create "albums") and time (photo capture date). This works for the PC (Windows Live Photo Gallery) and the Media Center Extender.
    Do you know of a Mac software that can do below?
    - Read pictures from a network share, cache info in a local DB to increase response time
    - Write tags back to the image file on a network share
    - Group photos based on rating, tags and capture date
    - Lightweight and convenient interface
    My planned budget is up to 100 USD.
    I have tried a few with no luck:
    - iPhoto (appears to only use it's own db)
    - Deep (appears to only use it's own db)
    - Photoshop Elements (writing back tags seem to require a manual click on each image)
    - Picasa (has no grouping of tabs, and Picasa local albums are not easily viewable by other computers (and not writable at all). I did make a PowerShell script to make a new folder for each Picasa local album containing shortcuts to the pictures in it, this works good for the Media Center Extender but no on the Mac).
    - BONUS: Offline sync of selected photos (e.g. 4+ stars or part of an album/tag)
    - I have read quite a few similar threads regarding "iPhoto server" etc but I found no solution
    If you have another success story, I would be happy to hear it. Other ideas:
    - Other options if I replace my PC with a Mac and the Media Center Extender with a PS3?
    - iPhoto server?
    - Windows Home Server?
    - Use a shared database (without corruption), e.g. using Picasa on both machines
    - Online service (however I hesitate to use this due to privacy and due to 27 000 images / 45 GB)
    Thanks in advance,
    Fredrik

    Your $100 budget is going to be tough. But generally you want a piece of software that does not have its own 'data base' ... rather it will store the tag info with the picture on a file system somewhere. A couple pieces of software that I have used may fit your needs (with some cavests):
    - Nikon ViewNX ... which came free with my Nikon will look into a file system for pictures and let you tag them with keywords and ratings etc. All of that is written back to the picture itself. Not sure if you can just download a free version from their site without a corresponding camera purchase
    - Photoshop Lightroom (which I currently use) would has lots of capabilities to help you organize the pictures. The key words, tags etc are also written back to your picture (or a separate 'side car' file). The caveat it is $300 ... but for that you get a lot of high end photo editing features as well
    Good luck

  • Published F4v video and html plays locally but not online...

    I am running Windows 7/64 and Master Collection. I've created a clip of DV NTSC footage to test F4V publishing. Done this many times with CS3 and flv files but this has me stumped. I can successfully view the video and web page locally in IE and Netscape but on upload to my server I have the menu and placement right but no video appears. I created the clip in Premiere Pro CS5 and exported to F4V/FLV best quality. Opened an Actionscript Media DV NTSC template in Flash Pro CS5 and imported the video which I had pre-placed in my root web folder locally. I then exported the swf and saved the fla. All files were then in my root folder and the scrpts in the scripts folder. In Live View in Dreamweaver CS5 all looked fine. In each browser locally the video played as expected. Once all files were uploaded the video was not visible.
    The file is located here...
    http://www.goodmangraphic.com/2010vid.htm
    in the root directory are... Sequence 01_1.f4v, minimaflatcustomcolorall.swf, 2010movie.swf, 2010movie.fla and in the scripts folder, expressinstall.swf and swfobject_modified.js.
    Thanks in advance for any guidance on what I may be doing wrong.
    John

    Ross,
    As you suggested I checked the fla and indeed the local path was there so I changed it to it's relative path, then re exported the swf and saved the fla, re-uploading the files. No luck on ability to see online or even local preview. So I then reset the file location to use the actual URL online and that would not work and even in fla showed an error it could not connect to the file. So I reverted to local naming of the file again to test and sure enough it previewed fine locally in both browsers but again reverting to a relative path or http, failed to sucessfully see the video.
    I am not having these issues with flv format, just the f4v. As an example here is the flv version using the url in the fla file attributes...
    http://www.goodmangraphic.com/2010vid_b.htm
    BTW - I simply renamed the extension after duplicatng the file for the video in this example.
    Appreciate the help.
    John

  • Flash appears locally but not online

    I've got a test document here:
    http://www.atlas-inspection.com/newsite/template.html
    There is supposed to be a flash animation in the center top
    banner area. It works great on my local computer and the file IS
    there on the remote server (
    http://www.atlas-inspection.com/newsite/flash/atlas.swf)
    but it's just blank for me and I can't figure out why.
    Help?
    Thanks!

    I solved my problem. Please consider this closed.
    Thanks!

  • Swf works locally, but not on server

    I have an issue with an xml-driven swf file. It plays fine when I test the site locally, but not when it's uploaded to a server. Here is a link to the page. There are many posts on this and other forums describing the same problem, though I can't find the right solution. The only thing it has convinced me of, is that it is probably a pathing problem. I purchased the file online, and instead of one swf and one xml there are about ten of each to make it work. In addition to this there are about 40 .as files. (all this to make it "easier" to customize).  Since I plan to use this banner rotator on multiple pages, it will be very unconvenient to upload all these files for every page I make. I checked with support for this product, and was told I could make a flash directory, only duplicating the xml-files for each new page and linking the xml back to the swf-files. Otherwise the support answer was very short and unhelpful. I have renamed every path in the xmls so that it should be right. As I said, the file works locally, so I'm not sure what I am doing wrong.
    I have posted in adobe forums before, and I have alwas found helpful and kind responses.
    Thank you,
    Siri

    They're all uploaded to the server, it is also possible for me to dowload them from there. When i run the main swf file through flash player debugger, I get this message:
    Error #2044: Unhandled ioError:. text=Error #2032: Stream Error. URL: file:///Users/Siri/Documents/gullstolen/hjemmeside/flash/produkter/deploy/xml/abrMain.xml
              at com.sQrt121.utils::CustomLoader/configureLoader()
              at com.sQrt121.utils::CustomLoader()
              at com.sQrt121.utils::LoadJob/initJob()
              at com.sQrt121.utils::LoadJob()
              at com.sQrt121.utils::ContentLoader$/addJob()
              at AbrMain/init()
    So I guess it can't locate the xml folder (since it is not there), but I don't know how to change the path. I can change it in the xml, pointing to the swf, but how do I do it the other way?
    This is the main xml-file:
    <?xml version='1.0' encoding='UTF-8'?>
    <abrMain
              width                              = "300"
              height                              = "250"
              pauseOnOver                    = "off"
    >
              <item          swf                    = "/Users/Siri/Documents/gullstolen/hjemmeside/flash/produkter/deploy/abrcontent.swf"                                    xml = "xml/abrContent.xml"                                        config          = "xml/config.xml"/>
              <item          swf                    = "/Users/Siri/Documents/gullstolen/hjemmeside/flash/produkter/deploy/abrbuttonscolor.swf"                               xml = "xml/abrButtonsColor.xml"                                        config          = "xml/config.xml"/>
              <item          swf                    = "/Users/Siri/Documents/gullstolen/hjemmeside/flash/produkter/deploy/abrpreloadercircle.sw f"               xml = "xml/abrPreloaderCircle.xml"                              config          = "xml/config.xml"/>
              <item          swf                    = "/Users/Siri/Documents/gullstolen/hjemmeside/flash/produkter/deploy/abrpreloaderline.swf"                               xml = "xml/abrPreloaderLine.xml"                              config          = "xml/config.xml"/>
              <item          swf                    = "/Users/Siri/Documents/gullstolen/hjemmeside/flash/produkter/deploy/abrplaypause.swf"                               xml = "xml/abrPlayPause.xml"                                        config          = "xml/config.xml"/>
    </abrMain>
    the abrMain.xml tells the swf what files it shold use, and where to find them, but where do I tell the abrMain.swf to find the xml? Maybe this is an issue for product support instead, though they only answer short and cryptic.
    Murray *ACP* wrote:
    None of your SWF files are found in the location where the page's code places them.
    For example:
    <param name="movie" value="../../../flash/produkter/deploy/abrmain.swf" />
    Did you upload them?

  • Javascript working locally but not on sever

    Hello,
    Since this is a javascript question I'm ont sure this is the right forum, but since I've always had great help here I thought I'd give it ago, and for all i know , it is DW related...?
    So i have a website that's been online for years, which using a javascript scroller that i found online, a long while ago.
    Yesterday i made some site edits, that didn't (so far as I'm aware) involve messing with any of the javascript or links to external CSS or script files, but suddenly the scroller isn't working any more.
    Oddly though, it works locally in Live Design view, and in all browsers previewed locally too (usinag MAMP server)... but just not online.
    Why did it suddenly stop working?
    Here is al link to a stripped down version of teh problem, and i'd be grateful of any help anyone can offer:
    http://tinyurl.com/scrollernotworking
    Thanks so much in advance,
    Katrina

    Turns out the one-line code was definitely the issue. Now as to why it was being compressed in that way is beyond me.
    Here is a link to a follow up discussion regarding why my code was being minifed (still unsure at time of writing):
    http://forums.adobe.com/message/5401932#5401932

  • 5.0 won't work - extensions message is "localized string not found".  When I force it to try to load a new window it shows a gray screen with the bookmarks on top then immediately closes and wants to report the error. Has been this way since 5.0 came out.

    I first tried downloading Safari when the 5.0 update came out last year.  When I choose the app in the dock, I get the blue top bar (Safari, File, etc) but nothing else loads.  I uninstalled the app and tried again several times, but no success. For over a year now I've used Firefox as a result.  Today I thought I'd try again, but same results.  When I choose "new window" in the file menu, I get a small gray window with my bookmarks on top, then in a few seconds, the app quits unexpectedly and the report an error screen appears.  I've unchecked all the languages in the information area for the app, cleared all history, cookies, and cache.  Still the extensions tab in the preferences area has "LOCALIZED STRING NOT FOUND" in 4 places.  It won't show what that means when I click the "?".  Will I ever be able to use Safari again?

    Perform the suggestions mentioned in the following articles:
    * [[Firefox is already running but is not responding]]
    -> Profile in use
    * [http://kb.mozillazine.org/Profile_in_use]
    Check and tell if its working.

  • Slideshow works on local but not remote server?

    Slideshow works on local but not remote server? The site is patriceclarkson.com.

    When I compare your:
    http://www.warpd.ca/SpryAssets/SpryWidget.js
    to this one:
    http://labs.adobe.com/technologies/spry/ui/includes/SpryWidget.js
    I do not see the same file. Try uploading the correct file and check again.
    Xav

Maybe you are looking for