source: bin/kamera-knihovna.sh

Last change on this file was 539, checked in by chronos, 11 years ago
  • Aktualizace skriptů
  • Property svn:executable set to *
File size: 665 bytes
Line 
1#!/bin/sh
2#vlc -Idummy -vv rtsp://kamera-knihovna/live.sdp \
3#:sout=\#transcode\{vcodec=MJPG,vb=4000,scale=1,acodec=none\}:std\{access=http,mux=mpjpeg,dst=0.0.0.0:8080\}
4
5#vlc -Idummy -vv rtsp://kamera-knihovna/live.sdp \
6vlc -Idummy -vv http://centrala:mermomoci@kamera-knihovna/video2.mjpg \
7:sout=\#transcode\{vcodec=MJPG,vb=8000,scale=1,acodec=none\}:std\{access=http,mux=ts,dst=0.0.0.0:8080\}
8#:sout=\#std\{access=rstp,mux=mp4v,dst=0.0.0.0:8080\}
9#:sout=\#transcode\{vcodec=H264,vb=8000,scale=1,acodec=none\}:std\{access=http,mux=ts,dst=0.0.0.0:8080\}
10#:sout=\#transcode\{vcodec=mp4v,vb=8000,scale=1,acodec=none\}:std\{access=udp,mux=mp4,dst=0.0.0.0:8080\}
Note: See TracBrowser for help on using the repository browser.