Konfiguration Host PC / Configuration Host PC
IPv4 Eigenschaften im Netzwerkadapter auf
▪
feste IP 192.168.0.150 setzen
(Standardzieladresse der Kamera)
Aktive Firewall und
▪
Antivirenscanner
deaktivieren!
RTP Stream
VLC Player
Stream via sdp file with the following settings
H264
▪
v=0
m=video 5004 RTP/AVP 96
c=IN IP4 0.0.0.0
a=rtpmap:96 H264/90000
MJPEG
▪
v=0
m=video 5004 RTP/AVP 26
c=IN IP4 0.0.0.0
a=rtpmap:26 jpeg/90000
Beim ersten Start des VLC-Players in der Fire-
▪
wall Zugriff auf alle privaten und öffentlichen
Netzwerke zulassen!
GStreamer
Kommandozeile für H264
▪
gst-launch-1.0 udpsrc port=5004 ! application/
x-rtp,payload=96 ! rtph264depay !
avdec_h264 ! autovideosink
Kommandozeile für MJPEG
▪
gst-launch-1.0 udpsrc port=5004 ! application/
x-rtp,payload=26 ! rtpjpegdepay ! jpegdec !
autovideosink
Für den parallelen Betrieb von mehreren Kameras
muss jede Kamera auf eine eigene IP-Adresse und
einen eigenen Ziel-Port konfiguriert werden.
26
Set IPv4 properties in the network adapter to
▪
fixed IP 192.168.0.150 (camera default destina-
tion address)
Disable active firewall
▪
and antivirus scanners
VLC Player
Stream via sdp file with the following settings
H264
▪
v=0
m=video 5004 RTP/AVP 96
c=IN IP4 0.0.0.0
a=rtpmap:96 H264/90000
MJPEG
▪
v=0
m=video 5004 RTP/AVP 26
c=IN IP4 0.0.0.0
a=rtpmap:26 jpeg/90000
Allow access to all private and public networks
▪
when the VLC player is first started in the fire-
wall!
GStreamer
Command line for H264
▪
gst-launch-1.0 udpsrc port=5004 ! application/
x-rtp,payload=96 ! rtph264depay !
avdec_h264 ! autovideosink
Command line for MJPEG
▪
gst-launch-1.0 udpsrc port=5004 ! application/
x-rtp,payload=26 ! rtpjpegdepay ! jpegdec !
autovideosink
For parallel operation of multiple cameras, each
camera must be configured to its own IP address and
destination port.
!