Regarding brodcasting of recorded session

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Vijay (Vijay_at_discussions.microsoft.com)
Date: 10/05/04


Date: Mon, 4 Oct 2004 23:05:02 -0700

Hi All

     I need to broadcost an Recorded windows media file but at the same time
i need to restrict clients to forward, pause, rewind the stream.

  Please can u help on this

Presently Iam follwing this steps

1. I recoreded one session using windows media encoder ( around 3 min session)
2. Installed Windows media services on Windows 20003 server
3. I have published the stream using as follows
     a) Selected content type as Single file ( useful for brodcast of an
archived file)
     b) Publishing point type as Brodcast publishing Point
     c) Delivery option as unicast
     d) selected the media file to which I want to stream

Iam able to view the above session in client machine using
mms://servername/test. users are able to control the session like forwarding,
rewinding.

  I need to disable these controls. Please suggest me something Iam missing
or my understanding is wrong or broadcasting concept

Thanks
Vijay



Relevant Pages

  • RE: Asynchronous Web Service Method Failure
    ... When a session begins, I create a folder for that session in a virtual ... When the user requests a report, sometimes a stream is opened to load some ... the URL of the file is returned by the web service method. ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • [TOOL] GreedyDog, Ethernet Packet Sniffer
    ... of each TCP session and writes to logfile. ... So, to make a session stream, ... administrated network, gdd can log all activities of cracker as one stream ... gdd have IDS function based on ...
    (Securiteam)
  • Re: Problems storing upload file in session (ObjectDisposedException)
    ... when the request completes, the stream is closed, so storing in session is useless. ... System.Web.TempFile.GetBytes(Int32 offset, Int32 length, Bytebuffer, Int32 bufferOffset) +35 ... System.Xml.XmlTextReaderImpl..ctor(Stream stream, Bytebytes, Int32 byteCount, XmlReaderSettings settings, Uri baseUri, String baseUriStr, XmlParserContext context, Boolean closeInput) +62 ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Problems storing upload file in session (ObjectDisposedException)
    ... I upload an XML file using the FileUpload object, store the stream in a session so the user gets the chance to confirm some options then pass the stream from the Session to an XmlReader. ... System.Web.TempFile.GetBytes(Int32 offset, Int32 length, Bytebuffer, Int32 bufferOffset) +35 ... System.Xml.XmlTextReaderImpl..ctor(Stream stream, Bytebytes, Int32 byteCount, XmlReaderSettings settings, Uri baseUri, String baseUriStr, XmlParserContext context, Boolean closeInput) +62 ...
    (microsoft.public.dotnet.framework.aspnet)
  • WebRequest : How to keep session open ?
    ... The way I solved it, I loose my session, and as a consequence my ... WebRequest req = WebRequest.Create; ... Stream respstream = response.GetResponseStream; ...
    (microsoft.public.dotnet.languages.csharp)