Whatif The media server is running under NT enviroment and I dont want to type the uid and password again.
And any example given would be a good help for me THX.
Kirk Parker wrote:
If you want, you can hide almost everything under a single
url. The manual, or perhaps it was an article here, describes
how to give a certain php script access based on the url,
and the remaining parts of the path become parameters to
the script. In other words, everything request from e.g.
www.my.com/videos/nnnn.mpg runs the script my.php
with /videos/nnnn.mpg (or perhaps just the nnnn.mpg part)
being a parameter.
Non-streaming videos can served by simply sending the
appropriate headers and then use readfile() to send
the contents.
RealServer supports authentication via a text configuration
file or a msql database, your script could write the required
records (though IIRC the user will then have to reenter
their ID and password before gaining access to the
realvideo content.)