V.I.O. Stream User Manual

Page 24

Advertising
background image

STREAM User Manual

24

LINUX Setup

1. Prerequisite: You must have a computer running a version of Linux with the USBnet driver

loaded and with support for RNDIS compiled into it. Most modern versions of Linux meet this
requirement.

2. Turn on the camera and plug it into a USB port.

3. Get a terminal open as root.

4. Run ifconfig –a and locate a USB Ethernet adapter.


[root@localhost Desktop]# ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:1C:42:C8:AA:BD
inet addr:10.211.55.6 Bcast:10.211.55.255 Mask:255.255.255.0
inet6 addr: fdb2:2c26:f4e4:0:21c:42ff:fec8:aabd/64 Scope:Global
inet6 addr: fe80::21c:42ff:fec8:aabd/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:4100 errors:0 dropped:0 overruns:0 frame:0
TX packets:2555 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:5728029 (5.4 MiB) TX bytes:148997 (145.5 KiB)

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:46 errors:0 dropped:0 overruns:0 frame:0
TX packets:46 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:4880 (4.7 KiB) TX bytes:4880 (4.7 KiB)

usb0 Link encap:Ethernet HWaddr AE:BE:24:BE:CB:F9
inet6 addr: fe80::acbe:24ff:febe:cbf9/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:9 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:1494 (1.4 KiB)

5. Assign an IP address and netmask to the USB Ethernet adapter identified in the previous step.


[root@localhost Desktop]# ifconfig usb0 172.16.197.198 netmask 255.255.255.252

6. You can now ping the camera at 172.16.197.197, use a web browser (e.g. Firefox) to get to the

HTML administration page at http://172.16.197.197, and use a video player (e.g. VLC) to access
the RTSP stream at rtsp://172.16.197.197:8554/stream

Advertising