Changes between Version 14 and Version 15 of Internal/VirtualPL/IntegratedExpt


Ignore:
Timestamp:
Sep 20, 2006, 4:00:04 PM (18 years ago)
Author:
rmahindra
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/VirtualPL/IntegratedExpt

    v14 v15  
    8989  4. The different commands for the vlc are:
    9090       -> Streaming server: vlc <local_filename> --sout #standard{access=udp,mux=ts,url=192.168.13.7:1234}. But in the demo, the server was set up as an Apache.
     91
     92
     93
    9194   
    9295       -> Relay: vlc -d 'http://.....' --sout #standard{access=http,mux=ts,url=192.168.13.7:1234}. This will stream in the video from the Apache using http and stream it to the client using udp protocol.