Stream not found. Apache access_log: 404

Hi,
im trying to setup f4fmodul, but i get always "Stream not found" in OSMF-Player when i load my vod/test.f4m
I created the test.f4m , testSeg1.f4f, testSeg1.f4x with the f4fpackager on my local PC and copy all files to the vod-folder.
When i start the OSMF-Player with the test.f4m in apache access_log i see this lines:
"GET /vod/test.f4m HTTP/1.1" 200
"GET /:///vod/:///vod/testSeg1-Frag1 HTTP/1.1" 404
Is that a problem of the packager on windows or is the config of f4fmodule wrong?
LoadModule f4fhttp_module                    /usr/lib64/apache2/mod_f4fhttp.so
<Location /vod>
    HttpStreamingEnabled true
    HttpStreamingContentPath "/srv/...vhosts.../htdocs/vod"
</Location>
Many thanks for your help.

Hi, thanks for the quick response.
i have changed the HttpStreamingContentPath location in apache httpd.conf  form
<Location /vod>
    HttpStreamingEnabled true
    HttpStreamingContentPath "/srv/www/vhosts/domain.xy/httpdocs/vod"
</Location>
to
<Location /vod>
    HttpStreamingEnabled true
    HttpStreamingContentPath "/srv/www/vhosts/domain.xy/httpdocs"
</Location>
and all files are in the vod folder. But after opening   /vod/test.f4m in the OSMF player the player.swf tryed to open:
"GET /:///vod/:///vod/testSeg1-Frag1 HTTP/1.1" 404 1324 http://www.domain.de/player.swf"
Is this URL-Part "/:///vod/:///vod/testSeg1-Frag1" generated from the module or from the player.swf with the f4m-File?

Similar Messages

  • Stream not found. access_log: GET /:///vod/:///vod/testSeg1-Frag1

    Hi.
    i want to setup up the f4fmodule but i always get the error "stream not found" in OSMF Player
    in apache access_log i found GET /:///vod/:///vod/testSeg1-Frag1 HTTP/1.1" 404
    is there somthing wrong with the config of the f4fmodule
    LoadModule f4fhttp_module                    /usr/lib64/apache2/mod_f4fhttp.so
    <Location /vod>
        HttpStreamingEnabled true
        HttpStreamingContentPath "/srv/..vhosts.../httpdocs/vod"
    </Location>
    i used the f4fpackager on my desktop pc an copy all files  to the vod-folder (test.f4m, test.f4f, test.f4x)
    where must i search the problem? in the module or in the packager?
    Many thank for help.

    Hi,
    i found the mistake:
    To play a video in OSMF Player, request an F4M file, also called a manifest file. The request syntax for on-demand streaming is:
    http://<server-name>/<location-tag-alias>/<manifest-file-name>.f4m
    Note: The syntax is the same for all on-demand use cases.
    I tryed to load the test.f4m - File in OSMF - Player with: "vod/test.f4m"
    But the correct syntax is with the total URL.
    Thanks!

  • Stream not found in OSMF player

    Hi..
    This is ramesh,
    I installed adobe zerri server in my local server and using f4f packager i created manifest files with different bitrates and moved that files to /opt/adobe/fms/webroot/vod .
    using osmf player iam giving request as http//:www."local server ip"/vod/filename.f4m ,its playing contents fully and no problem with this........
    i created one delivery service in CDSM page , content origin as this zerri server ip  ,assigned service engine with some domain name and i prepositioned the files  in delivery service content origin. using osmf player iam giving request as http://www.domainname/vod/filename.f4m but contents are playing up to some fragments and throwing error as "STREAM NOT FOUND" in OSMF player...
    can anyboby suggest me that why the contents are not playing while giving request with domain name?
    problem with zerri code in service engine ?
    thanks,
    Ramesh

    Hi, thanks for the quick response.
    i have changed the HttpStreamingContentPath location in apache httpd.conf  form
    <Location /vod>
        HttpStreamingEnabled true
        HttpStreamingContentPath "/srv/www/vhosts/domain.xy/httpdocs/vod"
    </Location>
    to
    <Location /vod>
        HttpStreamingEnabled true
        HttpStreamingContentPath "/srv/www/vhosts/domain.xy/httpdocs"
    </Location>
    and all files are in the vod folder. But after opening   /vod/test.f4m in the OSMF player the player.swf tryed to open:
    "GET /:///vod/:///vod/testSeg1-Frag1 HTTP/1.1" 404 1324 http://www.domain.de/player.swf"
    Is this URL-Part "/:///vod/:///vod/testSeg1-Frag1" generated from the module or from the player.swf with the f4m-File?

  • Live MBR, Stream Not Found on Switch

    I am trying to gain a better understand of how a stream not found is handled when you are dealing with live mbr. If the player attempt to switch to a different bit rate and gets a stream not found what is the event from the play2? Does the player itself fire a event as well for this? How does OSMF respond? Does it go back to the previous bit rate or attempt the next bit rate up or down depend on the direction it was going?

    Hi, thanks for the quick response.
    i have changed the HttpStreamingContentPath location in apache httpd.conf  form
    <Location /vod>
        HttpStreamingEnabled true
        HttpStreamingContentPath "/srv/www/vhosts/domain.xy/httpdocs/vod"
    </Location>
    to
    <Location /vod>
        HttpStreamingEnabled true
        HttpStreamingContentPath "/srv/www/vhosts/domain.xy/httpdocs"
    </Location>
    and all files are in the vod folder. But after opening   /vod/test.f4m in the OSMF player the player.swf tryed to open:
    "GET /:///vod/:///vod/testSeg1-Frag1 HTTP/1.1" 404 1324 http://www.domain.de/player.swf"
    Is this URL-Part "/:///vod/:///vod/testSeg1-Frag1" generated from the module or from the player.swf with the f4m-File?

  • Stream not found null error

    Hello everybody,
    I am able to embed the strobe player on a web page and play flv videos. However, if I don't let the videoplay through and refresh my web page, then I am getting  "We are unable to connect to the content you've requested" error.
    When the video is played all the way to the end, I can replay it without any issues.  
    When I set the verbose value to true, I am getting Stream not found null error instead,
    It seems to me that the strobe player can stream the video from server when it is not found in local cache. If the video is not cache completely in local machine, strobe player will display "We are unable to connect to the content you've requested" error.
    Is there a setting in Strobe can resolve this issue?
    The flv file is loaded on Windows Media Services 2008.
    Below is my embed code. It is very standard that generate from the strobe setup page
    <object width="470" height="320"> <param name="movie" value="myserver/strobe/flash101/StrobeMediaPlayback.swf"></param><param name="flashvars" value="src=http%3A%2F%2Fmy.domain.com%2Fnews%2Ftest.flv&optimizeInitialIndex=false"></par am><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="myserver/strobe/flash101/StrobeMediaPlayback.swf" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="470" height="320" flashvars="src=http%3A%2F%2Fmy.domain.com%2Fnews%2Ftest.flv&optimizeInitialIndex=false">< /embed></object>
    Any help would be greatly appreciated.
    Regards,
    Joe

    Hi,
    On what browser does exhibit this behavior?
    Can you provide a link to the video? You can PM it, if you want to keep it secret.
    You might want to raise an issue at http://bugs.adobe.com/jira/browse/ST . It will allow us to prioritize and investigate it easier.
    p.s. Optimize initial index works with MBR streams, you don't need it.

  • All website went "Not Found HTTP Error 404. The requested resource is not found." and the "Firefox cannot load websites but other programs can" page is not help

    ''dupe of https://support.mozilla.org/en-US/questions/928117''
    all website went "Not Found HTTP Error 404. The requested resource is not found." and the "Firefox cannot load websites but other programs can" page is not helping in any ways

    A possible cause is security software (firewall,anti-virus) that blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox and the plugin-container from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process and the updater process.
    See:
    *https://support.mozilla.org/kb/Server+not+found
    *https://support.mozilla.org/kb/Firewalls
    *http://kb.mozillazine.org/Error_loading_websites
    You can try to reset (power off/on) the router.

  • MP4 stream not found

    I'm running AMS 5 on Windows Server 2012. 
    Some of my VOD MP4 videos play just fine, while others will not play and return a "stream not found" error in the player.  All videos were recorded in the same way.
    The videos that do play tend to be smaller in size (<1MB), but small size doesn't guarantee that they will play.
    Any ideas?  Thanks!

    I'm running AMS 5 on Windows Server 2012. 
    Some of my VOD MP4 videos play just fine, while others will not play and return a "stream not found" error in the player.  All videos were recorded in the same way.
    The videos that do play tend to be smaller in size (<1MB), but small size doesn't guarantee that they will play.
    Any ideas?  Thanks!

  • RTMP Stream Not Found Error

    I am having difficulty with some RTMP streams and my OSMF implementation. I am attempting to play a series of RTMP streams, but for some reason, I cannot play them with OSMF (Stream not found). They play fine in JWPlayer, but I am unable to get them to play in Strobe or my OSMF Player. However, my OSMF player does play other streams. I cannot figure out what the difference is. Here is what I have:
    Demo streams:
    rtmp://cp67126.edgefcs.net/ondemand/mp4:mediapm/ovp/content/demo/video/elephants_dream/elephants_dream_768x428_24.0fps_408kbps.mp4
    rtmp://cp67126.edgefcs.net/ondemand/mediapm/strobe/content/test/SpaceAloneHD_sounas_640_500_short
    rtmp://cp67126.edgefcs.net/ondemand/mediapm/osmf/content/test/akamai_10_year_f8_512K
    Problem stream:
    rtmp://flash.delmar.cengage.com/DLvideo/00/03/32/33218.mp4
    OSMF and Strobe players CAN play the demo streams.
    OSMF and Strobe players CANNOT play the problem stream.
    JWPlayer CAN play the problem stream and the demo streams.
    I have tried setting the URLIncludeFMSApplicationInstance flag, I have tried removing the extension, and generally fiddling with the URL itself. I can change the protocol of the problem stream to 'http', and I get a progressive download which works in all players. Can anyone point me in a useful direction?

    http://osmf.org/dev/latest/debug.html?src=rtmp://flash.delmar.cengage.com/DLvideo/mp4:00/0 3/32/33218.mp4
    Lots of dropped frames and rebuffers. Is that a very high bitrate or wide ranging VBR? You might want to consider re-encoding.

  • [svn:osmf:] 14601: Fix bug where parsing of stream that gets passed to NetStream.play doesn' t take urlIncludesFMSApplicationInstance into account, resulting in stream not found error.

    Revision: 14601
    Revision: 14601
    Author:   [email protected]
    Date:     2010-03-05 09:47:28 -0800 (Fri, 05 Mar 2010)
    Log Message:
    Fix bug where parsing of stream that gets passed to NetStream.play doesn't take urlIncludesFMSApplicationInstance into account, resulting in stream not found error.
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/net/NetStreamPlayTrait.as
        osmf/trunk/framework/OSMF/org/osmf/net/NetStreamUtils.as
        osmf/trunk/framework/OSMF/org/osmf/net/dvr/DVRCastNetConnectionFactory.as
        osmf/trunk/framework/OSMFTest/org/osmf/net/TestNetStreamUtils.as

    I had a while ago similar problem with USB memory stick. At the end, I don't know why, just formatting it using WinXP helped me.
    S-
    Last edited by StenM (2011-07-22 17:56:32)

  • Telling which resource was not found on a 404 page

    Hello.
              I thought that it would be nice to have a 404 page that tells the user what
              he was trying to get but wasn't there.
              Full of hope I constructed the file error_404.jsp containing this:
              The requested document
              <%
              if ( null != request ) {
              out.println("<i>" + request.getRequestURI() + "</i>");
              %>
              could not be found.
              Unfortunately, this only tells the user that error_404.jsp could not be
              found, and that's not even true! =)
              How can I find out which resource was originally requested by the browser?
              Regards,
              Björn
              

    Hello,
    It looks like the classloader used to load TopLink cannot find your jar or sessions.xml. Have you tried using the SessionManager api that takes in a specific classloader, for instance:
    (DatabaseSession)SessionManager.getManager().getSession("default", yourPersistenctClass.class.getClassLoader() );
    Best Regards,
    Chris

  • Photo Stream not found in 'Recents' on sidebar.

    Should there not be a photo stream folder under the Recents section in iPhoto? 
    I do see one for Dec 2012 but should I not see the 'Photo Stream' that would contain all photos in the photo stream?
    I am running iPhoto 11 (most recent version)
    Thanks and I look forward to your reply.
    ...Bruce

    If you're referring to the palm tree icon under the Recents section it only reflects the last Event that was visited in the library.
    OT

  • File not found error (404) from web browser

    I installed 901 DB on different Oracle home and iAS 1.0.2.2 in a
    different Oracle home. The ifsconfig went thru fine.
    However I am unable to access the login page ( I executed
    ifsapachesetup ). I tried to access
    http://<machine>:<port>/servlet/files.
    I see the following error in Jserv.log
    ajp12: Servlet Error: NoClassDefFoundError:
    oracle.ifs.protocols.dav.impl.IfsDavServlet
    On the browser I get File not found error ( HTTP 404 )
    Do I need to perform additional steps on Solaris machine ( apart
    from executing apache setup script ).
    Please help me.

    Make sure you have started all the services:
    - ifsjservctl -start
    - ifslaunchdc
    - ifslaunchnode
    - ifsstartdomain
    all are in the iFS bin directory.
    Keith

  • Report export (CSV) results in page not found error

    Hello,
    I'm having this strange error which i cannot seem to figure out. I have enabled report export through CSV in a report (report attributes). When i click the link in the report i get a page not found error (http 404). At first i thought it was a problem with the http-server. But as other applications (on different databases) don't have this problem i'm thinking it has to do with this apex-instance. Till 2 days ago it did work on this instance too.
    I'm really out of ideas, so if anyone can push me in the right direction i would really appreciate!
    Apex 3.2
    DB 10.2.0.4
    Thanks,
    Patrick

    Does this compare to the same as the url for your page?
    Has your server changed?
    Have you changed the dad file recently?
    have you checked the Apache access/error logs right after the 404 error is encountered ?
    Gus..

  • Graceful File Not Found

    Does anyone have any suggestions on how to gracefully hand a
    "file not found" error in CF. I know with mod-rewrite you can
    handle all html files that are not found with ErrorDocument 404,
    but how do you do this in CF. I have removed a bunch of files from
    my server that indexing bots may be trying to find and I want to
    redirect them to my home page or to a graceful file not found page.
    Thanks.

    I have removed a bunch of files from my server that indexing
    bots may be
    trying to find and I want to redirect them to my home page or
    to a
    graceful file not found page.
    Thanks.
    If you have control of the server you can set the "Missing
    Template
    Handler" property in the CF Administrator to any template you
    would like
    to handle this situation, which could easily pass the user on
    to the
    home page.
    You can also create custom 404 error pages in the web server
    (IIS|Apache) that could relocate the user.
    If you are in a shared hosting situation you may need to
    contact
    technical support for how they will allow you to handle this.

  • Sorry, this page was not found.

    I've been getting the 404 error almost every day when navigating in the forums. There is no link in particular that causes it. It can happen in any forum and when clicking on any thread to read further.
    After I get the 404 page, I cannot get to any page that is not cached. After waiting anywhere from 15 minutes to 30 minutes, I can ususally get back into the forums.
    I sent an e-mail to the webmaster as suggested and received a form reply but nothing else. I wonder if the webmaster reads these or just deletes them because of the potential volume.
    A reply saying, "yeah, we know it's a problem, we're working on it" would be nice.
    Sorry, this page was not found. (ErrorDocument 404)
    This website is an ever-changing collection of information on Oracle products and technology, and we've either removed or relocated the document you requested.
    Please find your document using one of these resources below:
    1. Search Oracle.com
    2. Try our Product Index - a quick and easy-to-use list of all of Oracle's products.
    3. Email our webmaster and give us your feedback.
    -Tracy

    Still find this to be an every day problem. Yesterday, the times were 11:00, 1:47, and 3:00.
    As mentioned, it is never one link in particular. It happens while browsing the forums and reading threads. Once you get the error, you're done. You can't go to any other page in the forum that is not cached.
    -Tracy

Maybe you are looking for

  • Screen is unresponsive to touch !!

    Screen is unresponsive to touch !! Cant do anything. Irestored... It shuts down and starts fine, but when I try to unlock the slider it dose not move at... every thing is working but it cant reconize my fingers moving on the screen.. so I cant even u

  • Is there a way to password-protect the Mail app?

    I've looked through the Settings and didn't see anything. I know I can password-protect the entire device, but that seems like overkill. Is there something I'm missing or even an app that would let me password-protect just the Mail app?

  • How do I listen for change in the global position of a Node

    Hi there, I want to create a Wire/Connection node between two scene nodes. I want this Wire node to be updated when one of the nodes is moving. In the common scenario I would listen for change events in the target nodes position and update the Wire :

  • Iphoto 09 crash after reinstalling

    Hi, I´m getting this crash message when opening iphoto. This came after I reinstalled it. I reinstalled it since I upgraded to ilife 11, but then I got the message in iphoto saying I had to update... Anyway, Here is the message I get. please help!!!

  • Adding attendees?

    Hi, so this whole iCal server seems to be lacking a lot of clear documentation... I'm trying to add an attendee to an existing event and have so far not had any luck. I can create the event fine, and view the event on either a Mac running iCal/Sunbir