HDS streaming not working on FMS 4.5. HLS is!

Hi. I would appreciate someone's help with this problem. I am streaming from FME to FMS a live stream. The streams plays fine on iOS and Android devices, but on a web based flash player, it does not.
The web test I'm doing is on http://www.osmf.org/configurator/fmp/# with the URL: http://127.0.0.1/hds-live/livepkgr/_definst_/liveevent/videostream02.f4m
The URL I use for iOS is: http://127.0.0.1/hls-live/livepkgr/_definst_/liveevent/videostream02.m3u8
What could be the problem?
Thanks.

Here's what I got from the error log:
[Thu Dec 20 14:41:01 2012] [error] mod_f4fhttp [400]: Mjc5NTUwMDY2NA=.stream is an invalid file.Bootstrap path incorrect in stream file.
[Thu Dec 20 14:41:01 2012] [error] [client XXX.XXX.XXX.XXX] File does not exist: C:/Program Files/Adobe/Flash Media Server 4.5/webroot/hds-live, referer: http://www.osmf.org/configurator/fmp/
Here's the config:
<Location /hds-live>
    HttpStreamingEnabled true
    HttpStreamingLiveEventPath "../applications"
    HttpStreamingContentPath "../applications"
    HttpStreamingF4MMaxAge 2
    HttpStreamingBootstrapMaxAge 2
    HttpStreamingDrmmetaMaxAge 2
    HttpStreamingFragMaxAge -1
    Options -Indexes FollowSymLinks
</Location>

Similar Messages

  • Photo stream not working after upgrading to maverick please help?

    have upgraded to Maverick from osx lion
    sooo much trouble ......memory low
    photo stream not working
    everything slow
    any ideas?

    On your Mac disable Photo Stream in the System/iCloud preference pane
    and in iPhoto's Photo Share preference pane.
    Reboot and reenable both respectively. That should jump start Photo Stream.
    OT

  • Photo Stream not working today!

    Photo Stream not working today!
    I turn off all devices (iPhone, iPad, iMac), i reset iCloud.com -> Photo Stream, but not working.
    Is Photo Stream service down? (all other services in iCloud is working)

    Hi..
    Try deselecting the box next to:   Automatic Import
    in iPhone > Preferences > Photo Stream
    Then try deselecting Photo Stream in System Preferences > iClould then reselect to reset.
    iCloud: Photo Stream FAQ

  • Why does photo stream not work on 4g

    Hi, I have a iPhone and a Mac and an iCloud account, but why does photo stream not work on 4g, but as soon as I connect to wifi, it send photos to photo stream, can please tell why it does not send photos to photo stream when on 4g, thanks.

    The data requirements for sending potentially many photos can be too taxing/costly on a carrier's data plan.

  • Apache not working  with FMS 4.5 on Windows 2008

    FMS 4.5.1 Windows 2008 SP2 (64bit).
    I've searched everywhere for a possible solution to this, so my apologies if this has been asked before and my thanks for any potential help that anyone can offer to help resolve this.
    We are deploying Adobe Flash Media Server 4.5.1 on a new server but Apache does not work (does not serve html files or stream Quicktime H.264 files).
          Assorted Problems & Error messages:
    1.  The webroot/index.html page loads locally, but the HLS/HDS streams result in a 2032 error.
    2. The webroot/index.html page does not load from  external locations:
         http://63.116.232.5/index.html (does not load externally).
         http://63.116.232.6/index.html (our old server, FMS 4.0 and Windows 2003). Everything on this server works, the 2 major differences being that it is running FMS 4.x on Windows 2003.
    Some RTMP streaming works externally and internally (f4v files):
    http://www.librarymedia.net/flash/player.html?source=rtmp://63.116.232.5/vod/mp4:sample1_1 50kbps.f4v
    FMS does not stream Quicktime H.264 files even though f4v files work.
       New server (does not work): http://www.librarymedia.net/flash/player.html?source=rtmp://63.116.232.5/vod/mp4:Basketbal l.mov
                                  (f4v works): http://www.librarymedia.net/flash/player.html?source=rtmp://63.116.232.5/vod/mp4:sample1_1 50kbps.f4v
    Old server (Quicktime/H.264 file works): http://www.librarymedia.net/flash/player.html?source=rtmp://63.116.232.6/vod/mp4:Basketbal l.mov
    Apache does not serve Quicktime/H.264 files: I made sure that Apache had all of the correct mime types specified.
        Error messages and attempted solutions:
    Apache's erro_log file:
           a. httpd.exe: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
    2. FMS master.log file
          a. FMSHttpd -k start returned 1:
    Solutions: http://wiki.apache.org/httpd/CouldNotDetermineServerName
    1a:  Edited httpd.conf file to include ServerName 63.116.232.5
    1b: The presence of this error message also indicates that Apache httpd was unable to obtain a fully-qualified hostname by doing a reverse lookup on your server's IP address.
    In order for the server to accept external connections a reverse DNS lookup needs to be created. I created a reverse DNS lookup and  edited the /etc/hosts file to include the IPaddress, Fully Qualified Domain Name (FQDN), shortname.
    This is the format suggested by the article:
    127.0.0.1       localhost.localdomain   localhost       foo.example.com
    Running the nbtstat -a 63.116.232.5 command on the machine results in the following:
    WIN-8AIHI2J0524<00>  UNIQUE      Registered
    THS-LIBRARY-VOD<00>  GROUP       Registered
    THS-LIBRARY-VOD<1C>  GROUP       Registered
    WIN-8AIHI2J0524<20>  UNIQUE      Registered
    THS-LIBRARY-VOD<1B>  UNIQUE      Registered
    So the FQDN = WIN-8AIHI2J0524.Ths-library-vod.local
    I edited the /etc/hosts to the following (with versions using the local host ip 127.0.0.1 and the external ip address, IPv4 is being used):
    63.116.232.5 WIN-8AIHI2J0524.Ths-library-vod.local
    # The following lines are desirable for IPv6 capable hosts
    ::1 localhost ip6-localhost ip6-loopback
    fe00::0 ip6-localnet
    ff00::0 ip6-mcastprefix
    ff02::1 ip6-allnodes
    ff02::2 ip6-allrouters
    ff02::3 ip6-allhosts
    I've also read Adobe's port configuration articles and  changed the ports that Apache and FMS use as specified in the conf/fms.ini file, but nothing has worked so far. I restored everything to the original settings until I can find out exactly how to fix this.
    Thank you.

    Ms. Apurva ,
    I changed the files back as you suggested (the failure was occuring with the default settings) and our admin assured me yesterday that the ports that I inquired about were open. I'll ask him again.
    The telenet command for both ports 80 and 1935 result in Connect failed for me. I'll check Windows Firewall (turned off)  and McAfee to see if there is anything there blocking ports.
    Confirm that external connections are blocked: 63.116.232.5/index.html (does not open outside of localhost). No problem accessing with our old server (63.116.232.6/index.html).
    I ran this command in nmap and here are the results (11 ports closed): nmap 63.116.232.5 -Pn80
    Starting Nmap 6.01 ( http://nmap.org ) at 2012-07-06 08:29 Eastern Standard Time
    Nmap scan report for 63.116.232.5
    Host is up (0.00092s latency). nmap -p 80 says that the host is down (for both ports).
    Not shown: 988 filtered ports
    PORT     STATE  SERVICE
    1720/tcp open   H.323/Q.931
    6000/tcp closed X11
    6001/tcp closed X11:1
    6002/tcp closed X11:2
    6003/tcp closed X11:3
    6004/tcp closed X11:4
    6005/tcp closed X11:5
    6006/tcp closed X11:6
    6007/tcp closed X11:7
    6009/tcp closed X11:9
    6025/tcp closed x11
    6059/tcp closed X11:59
    Nmap done: 1 IP address (1 host up) scanned in 5.72 seconds
    Host status: up
    open ports: 1
    filtered ports:988
    Closed ports:  11
    ipv4:63.116.232.5
    ipv6: not available
    MAC: not available.
    Master log file:
    2012-07-06
    09:22:41
    6712
    (i)2581173
    FMS config <NetworkingIPv6 enable=false>
    2012-07-06
    09:22:41
    6712
    (i)2581173
    FMS running in IPv4 protocol stack mode!
    2012-07-06
    09:22:41
    6712
    (i)2581173
    Host: WIN-8AIHI2J0524 IPv4: 10.250.10.1
    2012-07-06
    09:22:41
    6712
    (i)2571011
    Server starting...
    2012-07-06
    09:22:46
    6712
    (i)2581413
    H:\Program Files\Adobe\Flash Media Server 4.5\Apache2.2\bin\httpd -f ./conf/httpd.conf -d "H:\Program Files\Adobe\Flash Media Server 4.5\Apache2.2" -n FMSHttpd -k start returned 0:
    2012-07-06
    09:22:46
    6712
    (i)2581224
    Edge (1508) started, arguments : -edgeports ":1935" -coreports "localhost:19350" -conf "H:\Program Files\Adobe\Flash Media Server 4.5\conf\server.xml" -adaptor "_defaultRoot_" -name "_defaultRoot__edge1" -edgename "edge1".
    2012-07-06
    09:22:46
    6712
    (i)2571111
    Server started (H:\Program Files\Adobe\Flash Media Server 4.5\conf\server.xml).
    edge log:
    2012-07-06
    09:22:46
    1508
    (i)2581173
    FMS detected IPv6 protocol stack!
    2012-07-06
    09:22:46
    1508
    (i)2581173
    FMS config <NetworkingIPv6 enable=false>
    2012-07-06
    09:22:46
    1508
    (i)2581173
    FMS running in IPv4 protocol stack mode!
    2012-07-06
    09:22:46
    1508
    (i)2581173
    Host: WIN-8AIHI2J0524 IPv4: 10.250.10.1
    2012-07-06
    09:22:47
    1508
    (i)2631174
    Listener started ( _defaultRoot__edge1 ) : localhost:19350/v4
    2012-07-06
    09:22:48
    1508
    (i)2631174
    Listener started ( _defaultRoot__edge1 ) : 1935/v4
    2012-07-06
    09:22:49
    1508
    (i)2631174
    Listener started ( _defaultRoot__edge1 ) : 10.250.10.1:19350 (rtmfp-core)/v4
    2012-07-06
    09:22:49
    1508
    (i)2631174
    Listener started ( _defaultRoot__edge1 ) : 127.0.0.1:19350 (rtmfp-core)/v4
    2012-07-06
    09:22:49
    1508
    (i)2631509
    Public rtmfp-core addresses for listener _defaultRoot__edge1 are: 10.250.10.1:19350;127.0.0.1:19350
    2012-07-06
    09:22:49
    1508
    (i)2631174
    Listener started ( _defaultRoot__edge1 ) : 10.250.10.1:1935 (rtmfp)/v4
    2012-07-06
    09:22:49
    1508
    (i)2631174
    Listener started ( _defaultRoot__edge1 ) : 127.0.0.1:1935 (rtmfp)/v4
    Not sure what to do.
    Thanks.

  • Photo Stream not working under IOS 7 and Aperture 3.4

    Since updadting to iOS 7, no matter what I do, my iPod Touch (latest generation) does not work with Photo Streams that I shared via Aperture. Friends who are subscribed still see the streams but I do not.
    My device no longer accepts new invitations so I cannot resolve it via an invitation to myself.
    This does NOT have to do with a 30 day window that photos stay in the cloud. Even very recent photos shared do not show up. I cannot even locate the shared streams on the device.
    Troubleshooting in support is NOT applicable where it says to turn off the cloud sharing & delete photos. That only restarts "My Photo Stream" and nothing else. Shared streams from Aperture 3.4 are still NOT accessible.
    This has to be an iOS 7 issue!

    You could certainly be out of storage on your iPad.  Now that you've added even more photos, see how much space is left on your iPad.

  • Photo Stream not working on the Mac

    Photo Stream is working on my iPhone, iPad and MBP but can not get to work on my iMac. Everything is turned on. Any suggestions?

    On the iMac open System Preferences > iCloud.
    Switch Photo Stream off then back on then restart your iMac.
    If that doesn't help, try here > Resetting your Photo Stream

  • HT201317 Photo stream not working on all photos

    Why does the iPhone not always send photos I ve taken to iCloud or to my iPad ? Does iCloud/photo stream really work? Never worked properly for me..... Some do and most of time don t . Both have been in the same room to pick up wifi for over 48 hours and still not all photos sync

    PhotoStream will only upload newly taken pictures. All older pictures or pictures that existed before adding/enabling photostream will not be affected/uploaded. Also PhotoStream will not function if the devices battery is under 20% battery. To troubleshoot, open the task manager and exit photos/gallery and then re-open/recheck.

  • HT201317 photo stream not working on windows laptop

    I have recently bought a new laptop running windows 7 and photo stream & upload will not work! Never had any problems on old pc. I have tried turning photo stream off in icloud and back on but still doesnt work. Any ideas please?

    Welcome to the Apple Community.
    Have you tried turning photostream off and on again on the phone.

  • HT4906 Photo Stream not working

    I have iphoto 9.  Suddenly Photo Stream is not working...no photos taken are coming to my desktop from iPhone 4 or iPad 2.  In system preferences, iCloud, it says I need to update, but software update says everything is up to date.  I am confused.  Do I need to update to Life 11?

    IPhoto '09 does not support photo stream. You need iPhoto '11. Latest version is 9.2.3.
    From '09 to '11 in an upgrade not an update.
    LN

  • Oracle Streams not working after database restart

    Hi,
    I am new at this so hope that somebody out there can give me some guidance.. I have managed to setup the streams properly on both my 10g database as per the scripts given in StreamsAdminConfig.sql and StreamsSetup.sql.. It worked beautifully on both direction.
    However when i restarted DB1.. suddenly the replication become just one directional only, namely from DB1 -> DB2. I have tried to do DBMS_STREAMS_ADM.STOP_APPLY, STOP_CAPTURE, START_APPLY, START_CAPTURE many times on both DB1 and DB2 but still it works only in one direction.
    Later I tried to restart both databases and not it does not work at all (both direction).. Tried restarting the apply and capture process many times too but get no success. Any idea what I could check or try to find out what when wrong. Thanks.
    regards,
    thamch

    trying viewing the status and error messages in views
    dba_apply, dba_apply_error, dba_capture and dba_propagation at both databases.

  • HT201317 Photo stream not working after Mtn. Lion update

    Did upgrade to Mtn. Lion and now photo stream is not working. it is turned on in the phone.  when trying to turn on in iphoto it says it can not enable it.  went to system pref. and checked to enable it, but it keeps turning itself off. 

    Welcome to the Apple community.
    For the avoidance of doubt have you updated to iPhoto 9.3.2.

  • Streaming Not Working Well

    I have a Macbook Pro with OS 10.7.2 and wish to watch a missile launch.  When accessing the launch site, the only App that is activated on this machine is Flip4Macs.  I don't like it because the stream comes in in jurks and is excessively slow in doing that.  Even disabled Flip4Mac Add-on to no avail.
    My wife has a Macbook Pro as well but is using 10.6  and App Windows Media Player.  The streaming is great and fast.  Windows Maedia Player will not work in OS 10.7.  My wife will not use 10.7 feeling it is untrustworthy.
    I have also tried Quicktime, Realplayer, DVD Player, iMovie, & Microsoft Silverlight to name a few.  I know, most of them don't make sence but when you're trying thing, anything goes.
    Does nyone know of a good streamer like Windows Media Player for Mac OS 10.7?
    Bud

    Matthew, the problem is that your video card can't handle the video. I have a G3 700MHz iMac and the HD videos are unaccessible. Note that you should be able to view the Apple Expo 2004 event which was not formatted in HD. It's just time to upgrade if you want to watch the ever-increasingly data-intensive videos.

  • Streaming not working...

    Hi,
    Quick time player plays the file in the local system very well.But in case of Streaming from other machine its not working.any help?
    Thanx in advance for any help,
    poornima

    use Mozilla or netscape...it works fine there
    http://www.mozilla.com

  • Bluetooth Audio Streaming Not Working - Posts Started Many Months Ago, No Solution Provided

    Hello!
    I would like to join the group of those who experience re-connecting issues of Audio Streaming Bluetooth function. I have reviewed posts on several forums and I see the issue is not resolved. Just for back up - neither manual nor automatic (other than re-booting the phone each time) re-connection works with: two Mercedes-Benz cars, Alpine stereo, Sony stereo and Blackberry Music Gate device.
    It did work before upgrade to 10.2.1.3247 for Q10.
    It does work with my old 9700.
    It does work with my wife's and doughter's iPhones.
    It does not work with the state-of-the-art Q10.
    I think it is both annoying and should be embarrasing for BB. I see the posts showing up for many months now and no solution is provided yet. This is very basic functionality. I, actually, regret I bought Q10.
    Any chance BB would fix it?
    Is there anything new I missed?
    Pawel

    Well, good to hear.
    For me the problems started with the latest updates...
    I switched on another Q10 that I pulled out from the drawer, but did not allow updates. Everything works properly. But I cannot use many functionalities, including BlackBerry World as it asks for the OS update.
    So the issue stays...

Maybe you are looking for

  • BPM: How to return the total number of lines in Multiline Container Element

    Hi all: I am trying to follow the following blog to do message splitting: /people/narendra.jain/blog/2005/12/30/various-multi-mappings-and-optimizing-their-implementation-in-integration-processes-bpm-in-xi In the blog, total number of messages for Me

  • IMovie optimized video on windows

    Hello, A friend of mine had video that he imported from his camera on iMovie on his mac. He then gave the files to me to edit. I edit video with Adobe Premier CS4. When I began working on the video, I could not view the video. All I get when I open t

  • Why can't I get video call anymore?

    It's not highlighted anymore when I turn Skype on  Our Video Call has suddenly dropped out .Anyone know why and how I can get it back .

  • Bloc Party A Weekend In the City Digital Booklet only 1 page?

    Anyone else purchase the new Bloc Party album to find that the Digital Booklet only contains one page which is the album art cover? What's the deal? I contacted the iTunes Store support and they seem to think that's the way the file is and I should c

  • String containg "../" in InputText field fails

    Hi All, We have custom oaf page with input text filed for comments. When user types a sting which contains "../"  (Dot Dot slash) and hits submit page hangs. I tried to input a similar string in Oracle Seeded Pages to test and I get "HTTP:400 Web pag