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!

Similar Messages

  • 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.

  • 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?

  • 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.

  • 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?

  • [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)

  • 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?

  • 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!

  • 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

  • Not Found RTMP streams and Buffering Message

    I'd like to provide our clients with something that indicates that a VOD file isn't found when requested via RTMP.
    Using the Strobe player, the default behavior from FMS 4.5 is to throw up a continuous "Buffering" message when the file isn't found.
    When it's a live stream, we can control the return a response with FCSubscribe; so if it's not there, we can send back a response. HTTP (HDS/HLS) do return a file not found when requesting a missing file.
    I tried this from a stock version of FMS using the /vod directory and any time that I place in a vod rtmp location that doesn't exist I get a buffering message.
    I know that I could add a timeout to the client side - but I'm trying to stick to stock OSMF and make it work from the server side with multiple players.
    Is there server side actionscript /or c++ plugin that I can add that will check the presence of the file and return a "not found" when the play is requested?
    How/where would I exactly add that? Seems realitively simple, but not seeing any reference or information about how to set it up.
    Much thanks in advance.
    -Will

    Thank you for the response.
    Not getting that response from the stock version of FMS 4.5:
    1320069319931: *** NetConnection.Connect.Success ****)
    1320069319936: Manual switching enabled
    1320069319936: buffer length: 5
    1320069319937: play() called. isLive = false, is multibitrate = false
    1320069319938:     PlayArgs:[object DynamicStreamBitrate]
    1320069319940: Set rate limit to 1 kbps
    1320069319940: Starting with stream index 0 at 1 kbps
    1320069319941: Transition complete to index 0 at 1 kbps
    1320069319942: ***_ NetStream.Play.TransitionComplete ***
    1320069320138: *** onNetStatus: NetStream.Play.Reset
    1320069320139: *** onNetStatus: NetStream.Play.Start
    This is using an OVP player base - the strobe player just spins as well.
    The issue appears with a stock version of FMS, and the stock OSMF Strobe Playback.
    So should I report this as an FMS 4.5 and OSMF issue?
    Thanks.

  • Wsdlc: Provider com.bea.xml.stream.XMLOutputFactoryBase not found

    So I'm trying to run wsdlc in Eclipse (and as a command line, both don't work). I want to run wsdlc without having to run setDomainEnv.cmd first (painful if i'm in eclipse). I've gotten previous commands (8.1 stuff) working w/o running this first. If I add weblogic.jar to the Ant runtime classpath it also works, but again, I want to avoid this because a) i've never had to do it in the past and b) it blows up my <junitreport> task because it tries to use weblogic's SAX stuff.
    The error I get is:
    javax.xml.stream.FactoryConfigurationError: Provider com.bea.xml.stream.XMLOutputFactoryBase not found
    Anyways, is there a way to set up the classpath within ant for just this task? I've tried adding weblogic jars into wsdlc classpaths but it doesn't seem to work.
    It seems that com.bea.xml.stream.* can't be found anywhere but weblogic.xml.stream is in there. Any way I can redirect the XStream stuff to point there? I've tried system properties but didn't seem to work.
    Any help would be appreciated.
    Andy O

    Hmm... so that works as long as i add all of those jars to the ANT runtime classpath which is what I want to avoid in the first place. I'm starting to think it's wsdlc that's not paying any attention to the classpathref's I'm giving it.
    Previous weblogic ant tasks never required the jar to be in the ANT runtime classpath and I could just pass it a classpathref to the my weblogic jars and thing worked fine.
    Any other help?

  • [HELP] "streaming JAR is not found" during MapReduce with ORCH

    After I upgrade my ORCH-1.1 to 2.0, I got an error like this when execute MapReduce via R:
    DBG: 11:12:00 [ER] streaming JAR is not found at "/home/hadoop/hadoop-0.20.2/contrib/streaming/hadoop-0.20.2-streaming.jar"
    Error: execution aborted
    BTW, I have specified environment variable "*HADOOP_STREAMING_JAR*" and the file */home/hadoop/hadoop-0.20.2/contrib/streaming/hadoop-0.20.2-streaming.jar* exists.
    Could you please give some advice?
    Thanks.
    Edited by: 819378 on 2013-1-29 下午10:01

    After reading source code, I got a w/a. Using assign function to modify initial environment "streaming.lib": assign("streaming.lib", <PATH_JAR> , ORCHcore:::.orch.env)
    The difference between 1.1 and 2.0 is they have different variable names. In ORCH-1.1 the name is ORCH:::.orch.env. It changed to ORCHcore:::.orch.env in ORCH2.0.
    Maybe it's useful for people in the same situation like me.
    Sorry for bothering.

  • [HELP] "streaming JAR is not found" during MapReduce with R

    After I upgrade my ORCH-1.1 to 2.0, I got an error like this when execute MapReduce via R:
    DBG: 11:12:00 [ER] streaming JAR is not found at "/home/hadoop/hadoop-0.20.2/contrib/streaming/hadoop-0.20.2-streaming.jar"
    Error: execution aborted
    BTW, I have specified environment variable "*HADOOP_STREAMING_JAR*" and the file */home/hadoop/hadoop-0.20.2/contrib/streaming/hadoop-0.20.2-streaming.jar* exists.
    Could you please give some advice?
    Thanks.
    Edited by: 819378 on 2013-1-29 下午9:49

    After reading source code, I got a w/a. Using assign function to modify initial environment "streaming.lib": assign("streaming.lib", <PATH_JAR> , ORCHcore:::.orch.env)
    The difference between 1.1 and 2.0 is they have different variable names. In ORCH-1.1 the name is ORCH:::.orch.env. It changed to ORCHcore:::.orch.env in ORCH2.0.
    Maybe it's useful for people in the same situation like me.
    Sorry for bothering.

  • TS2830 When my computer truns on it says Apple Sync notifer.exe entry point not found. I can not stream my pictures through icloud are these related and what should I do to fix it?

    When I turn on my computer an error message comes up that says Apple Sync Notifer.exe Entry point not found. The procedure entry point XMItextreadername could not be located in dynamic link library libxm12.dll
    What should I do to fix this?

    When I turn on my computer an error message comes up that says Apple Sync Notifer.exe Entry point not found. The procedure entry point XMItextreadername could not be located in dynamic link library libxm12.dll
    With that one, I'd try uninstalling your MobileMe control panel.

  • How to embed audio to my website using quicktime when I get "file not found

    hi,
    i've been trying to embed audio into my website all night and I get a file not found message even though I;ve checked 100 times and all files are where links say they should be..
    but even just linking to audio (mp4) files won't work...
    everything is o.k. with non-audio links on my website - only the mp4 audio can't be found.
    can anyone help me? or post the correct code?
    I've tried using these formats..
    <EMBED SRC="anymovie.mov" HEIGHT=176 WIDTH=136>
    <embed
    src="http://www.crossandthrone.com/.samples/qt/sample-reference2.mov"
    width="242" height="199" autoplay="false" loop="false"
    controller="true" bgcolor="#666666"
    pluginspage="http://www.apple.com/quicktime/"></embed>
    the pages that should play audio just have a quicktime file with a question mark on them
    help would be much appreciated!

    Start here:
    http://www.mediacollege.com/video/streaming/
    --Nancy O.
    Alt-Web Design & Publishing
    www.alt-web.com
    "subdued2u" <[email protected]> wrote in
    message
    news:gbg2th$r13$[email protected]..
    > Hello ,guys, i have a website,, and i would like to add
    upload vidoes on
    my
    > website i have tried but did not work can anyone please
    tell me how to
    embed my
    > videos in my website using dreamwever ?
    > thank so much
    >

Maybe you are looking for