Changes between Version 13 and Version 14 of Internal/VirtualPL/IntegratedExpt
- Timestamp:
 - Sep 20, 2006, 3:57:03 PM (19 years ago)
 
Legend:
- Unmodified
 - Added
 - Removed
 - Modified
 
- 
      
Internal/VirtualPL/IntegratedExpt
v13 v14 89 89 4. The different commands for the vlc are: 90 90 -> 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 -> 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.91 92 -> 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. 93 93 94 94 -> Client: vlc udp:@:1234.  
