Dynamic Streaming only can work in localhost.

Could anybody tell me why the dynamic streaming can only work in the host machine but not others?
Is it related to my setting?  I install the latest version of apache before the FMS4.  After the installation completed,
I copied webroot, applications and other files to the web sites home directory.  I also updated the FMS.ini file in the config
folder.  Because I am not familiar with FMS, I don't know whether the change is correct or not.  Can any expert share his/her
experience to me.  Thank you very much.

There is no such restriction that Dynamic Streaming would work only on localhost.
Are you saying after installing FMS4, you installed your own Apache and changed settings to point to this Apache? Also had you installed FMS4 with Apache or without Apache?
I copied webroot, applications and other files to the web sites home directory ??? - What do you mean by this - which applications and what was the reason for copying them to home directory of website - what is this website you are talking - is it same as your new apache installation?

Similar Messages

  • Only can connect in localhost

    Hi!
    I have developed an Asp.Net + Flash 8 with Flash Remoting
    application. When I open the syte with this url:
    http://localhost/MySyte/Default.aspx
    the works ok. But if I open the syte with this:
    http://192.168.1.101/MySyte/Default.aspx
    the connection between Flash and asp.net doesn't work.
    I use this code to create the connection:
    NetServices.setDefaultGatewayUrl("/MySite/Default.aspx");
    _global.GatewayConnection =
    NetServices.createGatewayConnection();
    DefaultNameSpace = "RominaSavastano.General";
    MainService =
    _global.GatewayConnection.getService(DefaultNameSpace, this);
    MainService.GetResources();//Call the function in Asp.Net.
    With "localhost" I receive answer, with "198.162.1.101" no.
    Thanks

    Graham_UK I may be having the same problem.
    Here's my situation.
    On my dev machine I can only get remoting to connect to the
    gateway.aspx page using the URL
    http://localhost/flashremoting/gateway.aspx.
    it connects and subsequent function calls work properly.
    However if I change localhost to the computer name it will
    not work.
    I'm using the trial version of flash remoting for .net and
    since I just downloaded it I don't think it's a licensing problem.
    I'm starting to think that despite the documentation the problem is
    centered around the developer version.

  • How to create a Dynamic UI that can work as a Graphic builder

    Hi Guys
    I have a requirement here
    There should be a Graphic Builder ...........like the way we see our Flex Builder
    But this should be a web application with the following functionality
    Lot of widgets on your left panel like say meter , cricle, chart, line graph etc. All this would be a different flex widgets(say compiled swf file loaded separately in the main application
    On the right Panel there would be dash board where they can drag and drop this above widgets and create a separate page like dragging a chart. user would be given option to configure the points for chart ....................and the data for the live chart would be feed from the backend
    Now I am little confused to how to go about ?
    Creation of separate widgets is ok ?
    Creation of applcation with this widgets is ok
    Giving an option to drag and drop , configure is ok ?
    But the main thing is that If we have to save the pages created by different user ? What is the best way to do that ? Do we use xml to save the customized widget pages including the UI layout information like widget Graph at coordinate x= 120 and y=56 etc etc then parse these xml to get the Layout back and putting the widget back to their location as the way the user created those pages
    Any suggestion ..................
    Regards
    Biswamit

    assign your library images each a class.  you can then use the "new" constructor to create instances dynamically.

  • Stream aliases and dynamic streaming

    My recent tweets (@flashfreaker) have centered around getting dynamic streaming via RTMP working with my Wowza EC2 implementation on the cloud. While I'm a big fan of FMS/FMIS (I wrote some of the first Flash Communication Server coverage after all. ), I needed a server tech that would enable me to stream to multiple platforms, not just Flash. (I really hope Flash Media Server becomes "Adobe Media Server" one day, and can pull off the same capabilities as Wowza!)
    I was running into Error #1009 a lot with the Strobe Media Player (any version, up to 1.5.1) because I'm using stream aliases with Wowza. After getting deeper into the OSMF docs, I found that DynamicStreamingResource 's internal method indexFromName uses:
    internal function indexFromName(name:String):int
         for (var i:int = 0; i < _streamItems.length; i++)
         // FM-925, stream name may be appended with parameters.
              if (_streamItems[i].streamName.indexOf(name) == 0 ||
                   _streamItems[i].streamName.indexOf("mp4:" + name) == 0
                   return i;
         return -1;
    But, my F4M manifest files use stream aliases, which are then converted to full paths in server-side Java for streaming. For example, a stream name of "R3R21/Inception_Trailer_2700K.mp4" is listed in the manifest, but the server looks up authentication/etc on the id, and then returns a stream from "mp4:amazons3/s3.videorx.com/R3R21/Inception_Trailer_2700K.mp4". It seems that the indexFromName() method wants the streamName to be EXACTLY the same as that specified in the manifest. Once I discovered this, it was easy enough to fix with:
    internal function indexFromName(name:String):int
         for (var i:int = 0; i < _streamItems.length; i++)
              // FM-925, stream name may be appended with parameters.
              if (_streamItems[i].streamName.indexOf(name) == 0 ||
                   _streamItems[i].streamName.indexOf("mp4:" + name) == 0 ||
                   _streamItems[i].streamName.substr(_streamItems[i].streamName.lastIndexOf("/") + 1) == name.substr(name.lastIndexOf("/") + 1)
                   return i;
         return -1;
    Here, I'm just using the actual filename part of the stream path instead of the whole path in the comparison. I consider this bug, but only if stream aliases are used. I know FMS can use stream aliases too, but I'm not sure they're implemented the same as Wowza's implementation.
    Has dynamic streaming in OSMF been tested using stream aliases in FMS?
    Also, I'm not well versed yet in plugin authoring for OSMF. Can I write a videoRx.com plugin for OSMF that overrides this method so the lookup behaves correctly?
    Many thanks in advance for anyone's suggestions.

    Hi Robert,
    we're tracking your bug at https://bugs.adobe.com/jira/browse/FM-1187 . It will be prioritized by the team and you will see any change on it.
    > Has dynamic streaming in OSMF been tested using stream aliases in FMS?
    No, since the majority of the users do not use this setup. (http://forums.adobe.com/thread/532611?tstart=1 )
    > Can I write a videoRx.com plugin for OSMF that overrides this method so the lookup behaves correctly?
    I think that if someone needs this kind of redirection, the change should be done in the framework or player. A plugin might be an overengineering.

  • Can someone help me with HTTP Dynamic Streaming?

    I have been googling the crap out of this. I am a video producer for a Non-Profit and in the next couple of weeks we are launching an online training, half of which requires watching multiple different video clips – for this particular training around 50 deferent online videos. I’m a bit experienced with encoding video for the web (FLV, H.264) but would love to know more about HTTP Dynamic Streaming. As of now we just use a progressive download type of playing.  We recently hired a web dev and knows servers a bit but didn’t seem like he knew anything about HTTP Dynamic Streaming – said maybe we should search the internet for an auto detecting flash player? Anyways, is this something that I should be looking into for our organization if we do a lot of online video? If we purchased Flash Media Server would this be all we need? Is there like a Dummies book on this subject? Thanks for any help
    -Pat

    Thanks Saeroner for showing interest in HDS. This is definetely a new era technology.
    As I said in my earlier post, I would like you to encourage to download the developer version of the FMS. In case of HDS, this version restricts you to 30 minutes of viewing time.
    So for example, once you have installed the FMS, go to <installation-dir>/samples/videoPlayer/videoplayer.html. Open the player and yourself evaluate the HDS vs progressive HTTP
    For progressive HTTP, you may play http://localhost/vod/sample1_150kbps.f4v
    For HDS, you may play http://localhost/hds-vod/sample1_150kbps.f4v
    Though, video quality may not be different, but you may find buffering happening in case of progressive, while HDS will be instant delivery.
    Other than this, the main point that I feel you might be really interested as online training company is that you may not like to freely distribute the content to the subscribers.. In case you can win the trust of training content creater that his/her content will be completely protected and can be viewed only to those having rights to view it, it will encourage content creater to host their content on your solutions. Today when premium content creation is so expensive, one would not like it to be get pirated by progressive downloads..
    FMS within HDS provides you facility to completely protect your content. Though that's a bigger step..
    Other than this, in today's world.. Desktops are not the only medium to watch the content.. Tablets, mobiles are replacing the desktops for day to day purposes like video watching, social site browsing etc... Though tablets and devices may not be attached to high bandwidth network all the time, but HDS provides you flexibility to host streams with different bit-rates and do an adaptive bit rate switching... In such case, progressive download may not at all give you that seamless experience and would require hell lot of time for video to first completely download and start..
    You only need client side management in flash for the HDS. HDS requires OSMF player that you either download or build yourself as per your customisation.

  • Dynamic Streaming - not working as expected

    I've been experimenting with Dynamic Streaming while in the process of writing a tutorial. The documentation is quite clear on a few points:
    The keyframe interval in the various encodings should be short
    The bufferlength should be at least 2x the keyframe interval
    The player should sense a bandwidth change, by default, within the 4-second sampling interval and call for a switch. Then, the switch could take as long as 2x the keyframe interval after that.
    What I'm finding is wildly different behavior than this.  It takes anywhere from 10-15 seconds for the player to notice the change and call for a switch, then another 20-40 seconds for the switch to happen. When switching up to a higher bitrate stream, this just means the user gets low bitrate video for longer than they ought to. But when switching down due to falling bandwidth, the buffer runs out and the user stares at the rebuffering sign for a lengthy time - long enough to give up on watching the video, for sure.
    I've encoded an H.264 MP4 file at 64, 384, and 768 kbps, at 30fps and an "every 60 frames" keyframe interval.  I've streamed it rtmp via two different CDNs that use FMS 3.5, into two different Flash video players (JW Player and Flowplayer). I've restricted my bandwidth on Windows XP with Netlimiter 2.0; and on the Mac with 'ipfw'. I've set bufferlength between 4 and 10 seconds.
    I've tested switching up and switching down. For up, I start with a 200kbps bandwidth limit. The video starts OK with the correct stream, then at 5 seconds I open up the bandwidth to unrestricted. For testing down, I do the opposite: start at unrestricted and then at 00:05 restrict to 200kbps.
    My test page, with both players and sample code is at http://www.learningapi.com/streamingmedia-articles/dynamic-streaming-in-flash-bitrate-swit ching/  I also have a couple of screen recordings there showing the behavior of the whole process, both switching up and switching down.
    I thought I've done everything right here - paid attention to every documented detail, but it works rather poorly. Can someone explain whether this is expected behavior, if the players have implemented dynamic switching poorly, or if I'm doing something wrong?
    Thanks,
    Larry

    Thank you so much for your help!  To answer your questions:
    In regard to switching up case - which is the stream that you start out on?
    I'm starting with the bandwidth throttled to 200kbps, so the stream chosen is 64kbps. I've tried both VP6 and H.264 files, encoded at 64, 384, 768kbps.
    Is RTMPT involved in this case or no tunnelling?
    There is no tunneling, at least there shouldn't be. I did try a test explicitly calling for rtmpt. I get an error from the Flowplayer's bwcheck when I do this. "no live hosts to connect to"
    Is FMS Edge/Origin streaming involved?
    I don't know. Most of the testing I've done with Cloudfront, although I've tried Limelight as well and the results are identical.
    Are you seeing the QoS bandwidth measures yourself, and if so are they adjusting slowly or suddenly after a period of time being incorrect?
    JW Player does show the detected bandwidth updating every few seconds. There's a good 10 second delay (or more) before the value starts to change, and then it will show the bandwidth value gradually shifting from the old value to the new - takes about 15-30 seconds to ramp down from the unrestricted bandwith (~ 8-12Mbps) to 200kbps.  Occasionally, the bwcheck number simply does not change, as if the player is not checking at all.  I don't know if that's because the reading is averaged, or if that's really what it thinks it's measuring. But by the time it's reading about 200kbps, the stream has already been buffering for 10 seconds or more.  If I increase the bufferlength to 25 seconds or more, it just delays the point where the stream will start buffering. It's inevitable that there's always a break in playback when I restrict to 200kbps while streaming.
    For Flowplayer, I can't get its bwcheck numbers as easily. Looking at the logs, it almost appears that it's not checking (or not getting a response) very often. What's interesting is that the behavior - the actual outcome for streaming - is pretty much exactly like JW Playe - which is what makes me wonder if this is a platform issue.
    Thanks,
    Larry

  • Http dynamic streaming for audio only ( radio channeles content)

    fms HDS audio only streaming (no video input) only audio in fms

    Hi,
    Thanks for using the HTTP Dynamic Streaming.
    As you mentioned, you are hitting the missing crossdomain.xml error itself (the error code 2048 confirms this). Attached is a sample all-allowing (and hence risky for non-testing purposes) crossdomain.xml that you can use.
    Thank you !

  • My IPad cannot download live Tv from skygo. I have no problem with my lap top so I assume the broad band is okay. Can anybody suggest why the live streaming will not work on my iPad one.

    My IPad cannot download live Tv from skygo. I have no problem with my lap top so I assume the broad band is okay. Can anybody suggest why the live streaming will not work on my iPad .

    Are you using the Sky Go app to try and watch it ? If so are you logged in with your Sky account ?
    If you are using the app then you could try closing the app completely and see if it works when you re-open it : from the home screen (i.e. not with Sky Go 'open' on-screen) double-click the home button to bring up the taskbar, then press and hold any of the apps on the taskbar for a couple of seconds or so until they start shaking, then press the '-' in the top left of the Sky Go app to close it, and touch any part of the screen above the taskbar so as to stop the shaking and close the taskbar.
    If that doesn't work then you could try a reset : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.

  • My iPhone was stolen last night and I'm trying to recover all my photos from that phone and get them on my mac laptop. The iCloud photo stream only imported 1,000 photos from my stolen phone. How can I retrieve all of my other photos?

    my iPhone was stolen last night and I'm trying to recover all my photos from that phone and get them on my mac laptop. The iCloud photo stream only imported 1,000 photos from my stolen phone. How can I retrieve all of my other photos?

    You have to reset the device to Factory Settings in order to restore it from an iCloud backup. You probably want to back it up as is before you do this.
    To do the reset after you have backed up the current device, go to Settings>Reset>Reset all Content & Settings. This will erase the device. If you are signed onto iCloud with Find My iPhone turned on, go to Settings>iCloud and scroll to the bottom to sign out of iCloud before you do the reset.
    Once you have reset your device, you will set it up like a new phone. When it asks if you want to restore it from an iCloud backup, select the backup you want to restore it from.
    Cheers,
    GB

  • Working with Outlook 2011 for Mac, my mails are slow and I can work only on-line, when off-line, mail cannot be opened because it is only partially downloaded. How to solve??

    working with Outlook 2011 for Mac, my mails are slow and I can work only on-line, when off-line, mail cannot be opened because it is only partially downloaded. How to solve??

    Try http://www.microsoft.com/mac/support.

  • I can't see any video website like youtube, vimeo, even facebook. My flash player is installed and it's work because I still can see the video in IE, only on Firefox it only audio work, the video is all blank(black), anyone can help me?

    I didn't update or download anything, then today I can't see any video website like youtube, vimeo, even facebook. My flash player is installed and it's work because I still can see the video in IE, only on Firefox it only audio work, the video is all blank(black),
    when I restart my PC again the video can work just first video, then when I see another website video it all black...... (but sound still work)
    anyone can help me?

    Try to disable the hardware acceleration in the Flash Player.
    See:
    * https://support.mozilla.org/kb/Cannot+view+full+screen+Flash+videos
    * http://www.youtube.com/swf_test.html (right-click the player: Settings)
    Flash "Display settings" window:
    * http://www.macromedia.com/support/documentation/en/flashplayer/help/help01.html
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • I purchased an I pad giving my macbook to my husband.  His photo stream doesn't work but mine still goes onto macbook .  How can I stop that ?

    I purchased an I pad giving my macbook to my husband.  His photo stream doesn't work but mine still goes onto macbook .  How can I stop that ?

    Another item to consider is do you and your husband have your own iTunes accounts?  If so then log out of iTunes on your old Macbook and log back in with your husbands ID and password.  If not this post will self destruct in 10, 9, 8, ......
    OT

  • Can Contacts be set to display only enterprise (work) email contacts upon first opening?

    I have installed my personal Yahoo Mail on my 9810 Torch; as a result, the Contacts list now includes a mix of work and personal when first pulled up.  I can then change it to display only one of my contacts lists (work or personal), but that requires several thumb fiddles every time.  Is there a way to have the Contacts display default to only my work contacts displayed upon opening?

    Hello forrest103 and welcome to the BlackBerry® Support Community Forums.
    Thanks for your question regarding the contacts on your BlackBerry® Torch™ 9810 smartphone.
    By design, the BlackBerry will display all contacts when you launch the Address Book.
    You would need to use the Filter option to view your personal separately from your work contacts.
    Hope this answers your question.
    -HMthePirate
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • Can FFmpeg produce f4f, f4x and f4m files instead of Adobe's File Packager for HTTP Dynamic Streaming?

    I need a command tool to produce f4f , f4x and f4x files. And I know Adobe's File Packager. But I'd like to use FFmpeg(Because it's opensource) to produce those files. I am not sure whether FFmpeg can produce f4f , f4x and f4x files for HTTP Dynamic Streaming or not. My goal is to achieve HTTP Dynamic Streaming in Linux with opensource tool instead of Adobe Flash Media Server.

    Isn't the packager part of Flash Media Server?
    http://help.adobe.com/en_US/HTTPStreaming/1.0/Using/WS9463dbe8dbe45c4c-c126f3b1260533756d- 7ffc.html#WSaeac10ab694095a12a9a3a7d12823cda643-7fff
    HTTP live media streaming software | Adobe Media Server 5 Professional
    Adobe Media Server Help | Install Adobe Media Server

  • Can I disable photo stream only on specific WIFI connection?

    Hi,
    I just purchased a mobile router with a data limit 50MB/day for my old iPhone 4.
    This iPhone 4 only connects to WIFI network.
    I like photo stream and want to keep using it with my unlimited family WIFI network, but, the problem is when I connect it to my mobile route through WIFI, the photo stream won't stop working.   That cause my 50M/day plan runs out in a minute.
    So, is there a way to disable photo stream only on specific WIFI connection?
    I tried iPhone Configuration Utility and it seems not have a function like that.
    Thanks in advance!

    Welcome to the Apple Community Katie.
    It is the purpose of photo stream to sync all photos to all devices, the only way to remove the photos from the computer without affecting other devices is to turn photo stream off.

Maybe you are looking for

  • I want to create a Ajax based Chating application using java .

    hi . I want to create an chating Application , and ajax based chatting application using java as my server side language ..i have some idea about it .. but one thing that i m not understanding is that how i will communicate with other users because e

  • [solved]printing from Windows 7 to ArchLinux server.

    I have read https://wiki.archlinux.org/index.php/CU - er_sharing but cannot recognizing my printer from Windows 7 machine. I have added the workgroup in smb.conf but i don't know if  should i put the password and where, i can go from w7  to archLinux

  • What charger do I need for my 2008 macbook pro 15"

    what charger do I need for my 2008 macbook pro 15"?

  • PDF reading problems

    I can't open a read a PDF file I copied to my curve8250  from my laptop so I emailed it to my phone as an attachment and my phone has a little question mark in the little box in my email header when it arrives and if I try to open it I get then messa

  • Error "Nothing in SQL buffer to run"

    Hi All, I am facing an error while running sql script (names.sql) " Nothing in SQL buffer to run" . The sql file contains insert and update statements. I don't understand why it is giving that error. i tried changing the directory where the file is k