mcfarlandorama@gmail.com wrote:[color=blue]
> Hello,
> How do I play a DVD from a website? I am starting with zero knowledge
> of media but have HTML Experience.[/color]
A browser will only do something with content that it understands. If
it doesn't know what to do with content, it will either give an error,
download it and just leave it on your HDD or or do nothing.
There are two ways to play video in a browser:
1. provide a link to a file e.g. an mpg, mov, wmf or similar. If
the browser knows what to do with the file (either display it
itself or use a plugin) it will do it - otherwise, it will
probably just download the file to your HDD and let you deal
with it.
2. provide a link to a data stream. If the browser doesn't know
what to do with it, it will show an error and some default
"I can't show the content" image.
In both cases, the browser must understand the data format to know what
to do with it. You need an application that takes the data stream from
your DVD player and converts it to something that can be delivered to a
browser.
Which means that in order for people to watch your video content, you
must convert it to either a stand alone file that can be downloaded as
in 1. above, or a data stream (which will require a streaming server) as
in 2.
[color=blue]
> I found out that Windows Media Player won't play the DVD. Do I suggest[/color]
I don't think there are any DVD players that will stream DVD content
over the web. I'm pretty sure sharing commercial DVDs like that is not
permissible because it's in breach of copyright - and probably the DCMA
and a zillion anti-terrorism laws. :-)
[color=blue]
> everyone download Real Player for free?[/color]
That won't make any difference unless you intend serving .rm files (or
whatever Real use for file extensions lately).
[color=blue]
> or can I put a realplayer plug in on the server?[/color]
Yes, but is your content in the right format? Do you have permission to
stream it? Is it any better/cheaper than streaming servers that use WMF
or QuickTime formats?
[color=blue]
> Is it possible to check if they have DVD playing
> software and use that.[/color]
It's possible to check, but it won't do you any good. DVD players
expect the DVD to be in a drive physically connected to the machine.
[...]
--
Zif