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?

Similar Messages

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

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

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

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

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

  • 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

  • What does actionlist not found mean when downloading flash player??

    My computer tells me i need to add a plugin. I attempt to download flash player but during installation i get the message " actionlist not found" and flash player does not load. now what??

    Download the full installer from http://forums.adobe.com/thread/909550
    If you need more help, please specify your operating system and web browser.
    [moving topic to Flash Player forum]

  • FMS causes error 1009 in OSMF player

    Hi,
    I have written a program to publish the audio and video data to the FMS. I am publishing the video data to FMS in live mode and trying to play back via OSMF player.  When i start publishing video data in the livepkgr application folder of FMS files like .bootstrap, .control, .meta are getting created. But when i try to playback via OSMFplayer i will get error 1009 and one intersting thing what i have observed is after 7 minutes this error won't come and OSMF player starts playing properly. Can you please give the solution for error 1009 which comes only for first 7 minutes?

    Amit,
    I tried to playback my file as you suggested
    1. I tried to playback the file before publishing it. Player gave 2032 errror which was expected.
    2. I started publishing the my file then the player started saying "stream not found null" for 9-10 minutes.
    3. I was still publishing the video content. After 9-10 minutes the player started playing the contet that i was publishing.
    4. Same thing was happening with OSMF player also.
    One more thing is once the player starts playing the video content for a stream name, then the player never gives any error even i stop and start the publishing the video content.
    For Ex: I pubished video with stream name "rtmp_video_1". Above steps 1,2 and 3 happened. Then i stopped publishing. After some 2-3 minutes again i started publishing with same stream name  "rtmp_video_1". The player didn't give any error and started playing immediately.
    What i am thinking is that, FMS is taking some time (9-10 minutes) to make a stream available for video players to play. I have read some where that, when a player requests for a partucular stream with its stream name, the FMS does stream name to index conversion. When this conversion fails its sends error message to the player and player throws the error messages at the user. I don't know what is going wrong. Is something wrong with the way in which  i am publishing the video or something is wrong with the FMS? Please let me know.
    Thanks and Regards,
    Vishwanath

  • I am new to this. How do I get OSMF player to handle RTMP streams? It's not in the docs.

    Hello all,
    I want to stream RTMP or RTMPE using the OSMF player on my website and although the using_fmp_smp_post1.0.pdf file SAYS this player can be configured for RTMP, NOWHERE in this file does it say HOW to do so. Keep in mind, not all of us are software engineers. Some of us save every penny to buy software like FMIS (which I did) and I want to use OSMF player to deliver the goods.
    So...
    Tell us HOW to deliver the goods vis RTMP!!!
    Please.
    Cheers,
    wordman

    WriterDonna,
    Thank you for listening! As a tech writer myself, I am always finding places in documentation that miss some crucial point. I respect the fact that OSMF is in pre-release stage and I am grateful for all the work required to get such a project off the ground.
    All I ask, and what I believe should always be included in documentation is this: If you mention a feature, address it and explain it. That simple. For example, the page regarding the player's installation in one's htdocs folder on their web server is concise, but it's also too little. It tells us how to check that the installation works by playing the sample video, but it offers NOTHING about how to troubleshoot the installation if the sample does not play.
    Please keep in mind that not everyone is a software engineer and there are people out there who are struggling along to not only learn a new technology, but are also having to implement it, almost simultaneously, as well. I appreciate that ideally, we'd all read tutorials, take classes and get up to speed FIRST. But as a one-man developer shop, I often have to learn and implement simultaneously. I have no choice. (I did so with PHP and MySQL).
    If your documentation can be technically concise while speaking in a tone that is understandable to people of modest skill levels (this is where the REOPS docs fail miserably) then, in my opinion, you will have succeeded. In turn, the users will be empowered and become your greatest champions.
    Again, thank you for listening!
    Sincerely,
    wordman

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

  • Error loading player html5 player not found safari

    (Ipad Air Cellular 64gb)
    The problem is : it is impossible to read and run the streaming video ('KTO en direct') on the site  'http://www.ktotv.com/'  with the Safari or Google Chrome Web Browsers. The message error is as follows : ' Error loading player html5 player not found '.
    So, the problem is not depending on Web Brower used but it is due to the operating system (iOS 7).
    However, this streaming video is running very well with a PC equipped with the OS Windows 7 whatever the Web Browsers used (Firefox, Google Chrome, IE11).
    I think it is important to indicate this bug to Apple !
    Thank you in advance for your support.

    This sounds like a website bug possibly. What site?

  • Error message when installing Flash Player : List of actions not found

    I get an error message when trying to install Flash Player.
    I use Windows 64 bit with Internet Explorer 64x.
    I'm able to download, the installation starts but it stops before completing.
    I get this error message (loosely transalated) :
    Installation encountered errors
    List of actions not found
    How can I fix this ?
    Thank you
    Annie

    I solved my problem by installing the Flash Player from home.
    The network security at work prevented me from completing installation.
    Thanks for your help.
    Annie
    2012/9/26 Pat Willener <[email protected]>
       Re: Error message when installing Flash Player : List of actions not
    found  created by Pat Willener <http://forums.adobe.com/people/pwillener>in
    Installing Flash Player - View the full discussion<http://forums.adobe.com/message/4728064#4728064

Maybe you are looking for

  • Voice Memos app on 3.0

    The voice memos app works great, and is very easy to use. I hate to nitpick, since it is so cool, but it would really be great if it could be accessed from within Mail to Reply to an e-mail. As it is now, I read an e-mail, close that, open Voice Memo

  • My friend can't sign-up for Apple Forum

    I just came back from my friend's house. While there, I tried repeatedly to enter her into the Apple Discussions Forum, but every time I clicked on CREATE ACCOUNT, nothing happened, except that I was asked to complete the same blanks again. What's wr

  • Who can give me precise size of an iPhone 4??

    Hey Guys, first of all sorry for my english, I'm italian, and it's easier to speak in a good way, then to write right. I hope you can understand what I need.... So: I want to design an iPhone 4 Skin with the Zagg tool. I do that with photoshop. The p

  • CAL Instance missing all the times I login (region EU)

    I've created the instance and all seemed fine. I suspended and logged off. I logged in again and the instance was missing. Created again, logged out automatically by the system after some time. Logged again and the instance is missing again !!! Any i

  • Dual G5 hangs while booting from internal hard-disk

    Hi, When I switched my Dual G5 (2x2.5GHz around 15 months old, 1.5GB ram, 160GB hard disk, OS 10.4.6) on yesterday, it wouldn't boot from the internal hard disk. The spinning "wheel" (under the Apple logo) didn't show up and after a couple (5? 10?) o