Hej William WM
var skriver man alla dessa inställningar Kommando **xxxxx**
som jag förstår så är det windows dos kommando
kan man ge sådan kommando i mac os x
första delen är vlc
och den andra delen är i qtss
samma fråga om QTSS Darwin delen
ett skämt=det är enklare med kinesiska kanske= säger jag (lol)
**You can use vlc to take a feed from a webcam, and encode it, and stream it either to QTSS or DSS.
Here is a sample command line which takes a feed from a virtual webcam.
call “C:\\Program Files\\VideoLAN\\VLC\\vlc.exe” -vvv –reset-config –no-audio –sout “#transcode:rtp” –sout-transcode-vcodec=”mp4v” –sout-transcode-vb=64 –sout-transcode-scale=1.0 –sout-rtp-dst=”207.44.132.215″ –sout-rtp-ttl=”127″ –sout-rtp-sdp=”file://C:/Users/smithj/fromvlc.sdp” dshow:// :dshow-vdev=”" :dshow-adev=”" :dshow-size=”"
QTSS delen
to make this work you need Darwin installed and configure a relay in the form:
Source: IP (Wait for announced stream)
Destination: 127.0.0.1 Accounced UDP webcamstream.sdp
and put this in the sdp file in the movies directory:
v=0
o=- 18456571000 1 IN IP4 127.0.0.1
s=NONE
t=0 0
a=tool:vlc 0.8.6d
c=IN IP4 207.44.132.215
m=video 1232 RTP/AVP 96
b=AS:64
a=rtpmap:96 MP4V-ES/90000
a=fmtp:96 profile-level-id=3; config=000001b001000001b58913000001000000012000c48d8800cd0a041e1463000001b24c61766335312e32382e30;
for SL you then point to rtsp://ip/webcamstream.sdp
**