Ravi Raman
Guest
|
Posted:
Tue Jul 13, 2004 11:10 pm Post subject:
dynamic playlist |
|
|
Please check the "Downloading a playlist from a web
server" section of the WIndows media Services SDK.
In short, make your publishing point source from a
playlist file that refers to HTTPD URL. Ensure that the %
QueryString% is specified so that the query string coming
from the client will be passed onto the upstream HTTPD
URL.
Hope this helps.
Ravi
--
This posting is provided "AS IS" with no warranties, and
confers no rights.
| Quote: | -----Original Message-----
Hi,
I need to create a dynamic playlist but I'm not sure if I
understand the
working of right.
It should do the following:
A client connect to the Server and ask for the broadcast
of an encoder (like
mms://server/PPoint1?User=TestStream).
The server has now to get a dynamic smil file from a
script (maybe PHP:
httpd://.../encoder.php?User=TestStream)
to get the IP of the Encoder and starts to transfer the
broadcast to the
client.
I tried it out but my parameter (?User=TestStream) is
lost in space...
Does anybody know if there's a solution to make it work?
Thanks at all,
Andre
.
|
|
|