|
Posted by cwdjrxyz on 12/03/06 06:44
cwdjrxyz wrote:
> a human person wrote:
> > hello, i am soon going to be putting some (streaming) video files on a
> > website i am building but i am having trouble with
> > either
> >
> > a - my redirector file
> > b - my browser configuration
> >
> > ive got a (test) wvx redirector file to work in IE (by telling my download
> > manager to ignore such files)
> > but in opera and firefox clicking on the link just opens the wvx file in a
> > new page
> >
> > i followed spartanicus' (from his why embedding is wrong page) words
> > exactly - or i hope i have
> >
> > anyway the link is http://www.207g.karoo.net/langan/php/afghan.php and it is
> > down at the bottom
> > - korean test stream -
> >
> > would it be possible for any of you to go and have a try tell me what
> > happens and maybe make some suggestions.
>
> At http://www.207g.karoo.net/langan/php/afghan.php you have:
>
> <div class="content">
> <div class="mediatitle">Film clips.</div>
> <div class="mediadetails">
> korean test stream (wmv - 6.5mb) → <a
> href="../korea.wvx"type="video/x-ms-wmv">Stream</a> / Download
>
> The above line seems to be missing a space between " and type.
>
> Also, sometimes using the full url is best, but a relative one usually
> works.
>
> <br />
> afghan ladies' driving school (quicktime - 33mb) → Stream /
> Download
>
> <br />
> afghan ladies' driving school (real - 33mb) → Stream / Download
>
> </div>
> </div>
>
> ______________________________________________________________
>
> I usually use an embedded video, because I can control the video size,
> and a full screen video on the WMP often is too grainy unless a very
> high speed broadband video file is used. Your wvx and wmv files seem to
> be correct and working, because I can get them to work using my method.
> See http://www.cwdjr.info/temp/NGdriving.php .
You have something very strange going on. First see my page at
http://www.cwdjr.info/temp/NGdriving2.php . Since this video streams at
about 2 Mbps, it will only start streaming without much buffering on a
very good broadband connection. Here the essential video code of the
type you are using is working just fine on IE6, Mozilla family, and
Opera. Everything is on my domain. However if I substitute the url for
your wvx file, the code does not work right. However when I use my
embedded player with reference to your wvx file it works in the
mentioned browsers. Besides the missing space I mentioned, the type
should be type="video/x-ms-wvx" since you are using a wvx file here,
but this is not the problem.
I can think of a few things that could cause this strange behavior. The
proper mime types might not be installed on all of the servers you are
using. There could be a security problem. Opera and Mozilla family
might be set not to allow transfer to a url in another domain in some
cases. If you can control the server you are using, my first stop would
be to check mime types and be sure the correct ones for .wmv and .wvx
are set; set them if not. Then I would install the .wmv video that is
on another server on your server. I would put all of the files in the
same directory to make things as simple as possible.
Navigation:
[Reply to this message]
|