V.I.O. Stream User Manual

Page 26

Advertising
background image

STREAM User Manual

26

For KM Player, after opening your player, you will want to right click your mouse over the player, select Open,
and then move to the right and select Open URL. Then enter the same URL as above
(rtsp://192.168.2.1:8554/stream), and click the open button at the bottom of the window – see the example
below:


The Web Programmable HTTP/XML interface may be used to select a new SSID and/or password, though once this
is completed, the connection may be lost, and so it is recommended to make changes to the wireless settings
through the USB end cap.

There are several commands in the Web Programmable HTTP/XML interface that allow control of the access point
interface (auto-enable, SSID, password, channel, encryption type, ip address). More information can be found on
these in the Settings section or the Integrators API guide.

Client mode

To operate in Client mode, some settings must first be changed in the Wi-Fi setup. The default settings are for
Access point mode. Using the Web Programmable HTTP/XML interface, modify the SSID and password for the
network you wish and enable the Wi-Fi Client mode.

An example command set may look like this:
1. Scan :

http://172.16.197.197/api/wificlient/scan

2. Setup SSID :

http://172.16.197.197/api/wificlient/ssid=

YOUR_NETWORK

3. Setup password:

http://172.16.197.197/api/wificlient/password=YOUR_PASSWORD

4. Setup encoder type:

http://172.16.197.197/api/wificlient/enctype=YOUR_WIFI_ENCODER_TYPE

5. Setup Auto Connect:

http://172.16.197.197/api/wificlient/autorun=1

6. Save Settings:

http://172.16.197.197/api/system/settingssave

7. Connect: http://172.16.197.197/api/wificlient/connect
8. Check Status until you see connected:

http://172.16.197.197/api/wificlient/status

9. Force IP refresh:

http://172.16.197.197/api/wificlient/iprefresh

10. Extract Wifi IP address:

http://172.16.197.197/api/wificlient/ipaddress

11. Use wifi IP on your browser to access API:

http://<insert IP_ADDRESS

> (e.g. http://192.168.2.1)

12. To access the stream over wifi, use your viewer to connect to rtsp://ip address:8554/stream

Advertising