User Tools

Site Tools


vlc_streaming

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

vlc_streaming [2009/09/12 06:07]
k2patel
vlc_streaming [2020/08/10 02:35]
Line 1: Line 1:
-====== Vlc Streaming Server ====== 
- 
-This is awsome player with all the capability. 
- 
-This is simple On Demand Streaming Server Example. 
- 
-Following is my setup:\\ 
-Streaming server on - 5454 you can setup any port\\ 
-Protocol - RTSP\\ 
-Listening on All ip : 0.0.0.0 You can bind to single ip using real ip\\ 
- 
- 
- 
-Launching Streaming Server 
-<code bash> 
-vlc --ttl 12 -vvv --color -I telnet --telnet-password videoTest --rtsp-host 0.0.0.0:​5454 
-</​code>​ 
- 
-Now Setting up the Streaming Services\\ 
-you need to connect to the Server using Telnet 
-<code bash> 
-telnet localhost 4212 
-</​code>​ 
-Supply password - videoTest - if you are pasting command 
- 
-Create Stream name 
-<code bash> 
-new Luck vod enabled 
-</​code>​ 
- 
-Create Stearm file 
-<code bash> 
-new Luck input Luck/​Luck.2009.avi 
-</​code>​ 
- 
-Now you need to start your vlc player and provide following URL 
-<code bash> 
-rtsp://​localhost:​5554/​Test 
-</​code>​ 
  
vlc_streaming.txt ยท Last modified: 2020/08/10 02:35 (external edit)