Re: To Ravi - ERROR when using Wrapper Playlists
From: Ravi Raman (ravira_at_Online.microsoft.com)
Date: 02/22/05
- Next message: Pedro Gil Morales: "Re: To Ravi - ERROR when using Wrapper Playlists"
- Previous message: Pedro Gil Morales: "Re: Anonymous is okay but only when on my website!?"
- In reply to: Pedro Gil Morales: "Re: To Ravi - ERROR when using Wrapper Playlists"
- Next in thread: Pedro Gil Morales: "Re: To Ravi - ERROR when using Wrapper Playlists"
- Reply: Pedro Gil Morales: "Re: To Ravi - ERROR when using Wrapper Playlists"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 22 Feb 2005 08:58:05 -0800
Sorry. Probably did not read the question right.
When you say Flash file, does it mean a file stored in
Flash format? The server only supports streaming of ASF
and MP3 files, so the issue here is that server does not
support Flash streaming (local file or from remote
server).
If you copy the flash file to your local file system and
try to stream it, does it stream? Or am I once again
misunderstanding your question?
Thx,
Ravi
-- This posting is provided "AS IS" with no warranties, and confers no rights. >-----Original Message----- >Hi Ravi, > > Thanks for your answer, ;-).. > > Yes, i can reach the page trough port 1090 ( the server is in the same >lan-segment without routers and proxyes in the middle of both machines ( >there is no problem for that ). > > > Actually what i have been able to do is to stream a .wmv file stored >locally which is called from an asp page ( like the first example i >posted ), > > but when changing from the local video file to a remote flash file ( in >the test.asp code ) it does not work and the server gives me this message: > >Error 0xc002dee8 > >The publishing point '/' is unable to stream from >'http://10.22.245.209:1090/ad.swf', referenced in >'httpd://10.22.245.209:1090/test.asp'. > > >Don´t know where can be exactly the problem because the test.asp page >that contains the flash movie looks like this: > ><% OPTION EXPLICIT %> ><smil> > > <media src="http://10.22.245.209:1090/ad.swf" /> > ></smil> > >and when it works with a local file it looks like this: > ><% OPTION EXPLICIT %> ><smil> > > <media src="c:\wmpub\wmroot\ad1.wmv" /> > ></smil> > > >Please if you have any idea about where can be my problem i will >appreciate it a lot. > >Thanks for your time > >Pedro Gil Morales > > > >Ravi Raman escribió: >> Few things pedro: >> Can you actually reach the file .ASP through port 1090 >> using other means (like Internet Explorer)? For example, >> do you have to go through a proxy to get to the webserver? >> Your player proxy settings won't work for the server. >> >> Also, you might want to try to make your ASP File output a >> valid WSX file (i.e, including the SMIL Tags etc). There >> is an "ASP Page Sample" section on the Windows Media SDK >> that explains this. The sample playlist in one goes like >> this: >> <% OPTION EXPLICIT %> >> <smil> >> >> <media src="c:\wmpub\wmroot\ad1.wmv" /> >> <% >> ' Declare variables. >> ' Some more code here >> Response.Write(" <media >> src=""c:\wmpub\wmroot\ad4.wmv"" />") >> >> %> >> <media src="c:\wmpub\wmroot\movie1.wmv" /> >> >> </smil> >> >> Hope this helps. >> Ravi >> -- >> This posting is provided "AS IS" with no warranties, and >> confers no rights. >> >>>-----Original Message----- >>>Hi, it´s me again, >>> >>> the errors I am receiving from the server in the >> >> event viewer are: >> >>>Server gives the following warning information: 'The >> >> publishing point >> >>>'/' is unable to stream >> >> from 'httpd://10.22.245.209:1090/test.asp', >> >>>referenced >> >> in 'file://C:\WMPub\WMRoot\Default_wrapper.wsx'.'. >> >>>the wrapper playlist is like this: >>> >>>--------------------------------- >>> <?wsx version="1.0"?> >>><smil> >>> <media src="httpd://10.22.245.209:1090/test.asp"/> >>> <media src="%requestedUrl%"/> >>></smil> >>> >>>----------------------------- >>>and the test.asp file is like this >>> >>>------------------------------- >>><% OPTION EXPLICIT %> >>><% >>>Response.Write("mms://10.22.245.209/test2.wmv") >>>%> >>> >>> >>>----------------------------- >>> >>>Please any help will be much appreciated. >>> >>>Thnks in advance >>> >>> >>>Pedro Gil Morales escribió: >>> >>>>Hi, >>>> >>>>I am trying to set up a publishing point with >> >> advertisement features, >> >>>>using for that a "wrapper list", >>>>What i need is to serve a flash movie the url for that >> >> flash movie is >> >>>>obtained trough an asp page. >>>>I have been trying to set this but i have not been >> >> success, the >> >>>>requested clip is played ( because the second tem in >> >> the wrapper list is >> >>>>%requestedurl% ) but the first item, which is the asp >> >> page doesn´t work. >> >>>>I have even tried to insert a static flash movie into >> >> the wrapper list >> >>>>but with the same result, no flash played, just the >> >> movie. >> >>>>Please this is very important to me, i have used .asx >> >> files to serve >> >>>>flash movies statically but no success with wrapper >> >> lists, any idea or >> >>>>suggestion will be much appreciated. >>>> >>>>Thanks to all. >>>>Pedro Gil >>> >>>-- >>>------------------------------- >>>*Pedro Gil Morales * >>>www.specializa.com >>>Open forums for IT Community >>>Webmaster & Site Administrator >>>------------------------------- >>>. >>> > >-- >------------------------------- >*Pedro Gil Morales * >www.specializa.com >Open forums for IT Community >Webmaster & Site Administrator >------------------------------- >. >
- Next message: Pedro Gil Morales: "Re: To Ravi - ERROR when using Wrapper Playlists"
- Previous message: Pedro Gil Morales: "Re: Anonymous is okay but only when on my website!?"
- In reply to: Pedro Gil Morales: "Re: To Ravi - ERROR when using Wrapper Playlists"
- Next in thread: Pedro Gil Morales: "Re: To Ravi - ERROR when using Wrapper Playlists"
- Reply: Pedro Gil Morales: "Re: To Ravi - ERROR when using Wrapper Playlists"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|