Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
projects:vlc_powered_streaming [2016/10/04 22:28]
dron
projects:vlc_powered_streaming [2017/02/10 20:27]
over23 [HTTP streaming]
Line 2: Line 2:
  
 ====== HTTP streaming ====== ====== HTTP streaming ======
 +
 +=== Stream as mosaic ===
 +  * background image [FPS must be same as in video]
 +<​code>​
 +  vlc ~/​Dropbox/​Public/​Wallpapers/​GITS.png --image-duration=-1 --image-fps=10
 +</​code>​
 +  * run mosaic
 +./vlc --color -I telnet --vlm-conf --mosaic-width=360 --mosaic-height=288 --mosaic-keep-picture --mosaic-rows=2 --mosaic-cols=2 --mosaic-position=1 --mosaic-order=1,​2,​3,​4 ../​mosaic.vlm.conf --ttl 12 --udp-caching 800
 +Other examples
  
 ===== Stream in HTTP: ===== ===== Stream in HTTP: =====
Line 13: Line 22:
  
   vlc http://​server.example.org:​8080   vlc http://​server.example.org:​8080
 +  ​
 +  * server side, HTTP, from file
 +
 +  /​Applications/​VLC.app/​Contents/​MacOS/​VLC -vvv ~/​Movies/​Bio\ Nano\ Technology-New\ Frontiers\
 +  in\ Molecular\ Engineering\ -\ Andreas\ Mershin\ at\ TEDxAthens-sjV7NNwm1GU.mkv --sout
 +  '#​standard{access=http,​mux=ogg,​dst=127.0.0.1:​8080}'​
  
 ===== Transcode and stream in HTTP =====  ===== Transcode and stream in HTTP ===== 
  • projects/vlc_powered_streaming.txt
  • Last modified: 2017/06/13 19:56
  • by over23