The mobile client has two modes of operation: RTSP server and RTMP. The mode is selected in the mobile client settings.
To transfer video from the Android device camera to the Intellect/Axxon Next server in the RTMP mode, do the following:
Download and install the livestream_setup.exe distribution kit with the Livestream and rtmp2rtsp services. The default services installation directory is C:\Program Files (x86)\Livestream.
The Livestream service creates several virtual ONVIF cameras that are added to the Intellect/Axxon Next server configuration. The rtmp2rtsp service receives the RTMP stream, then converts it to RTSP and directs it to the server's virtual ONVIF camera. |
After you install the services, you can set the following parameters using the Windows system variables:
LIVESTREAM_ONVIF_COUNT \\ number of virtual ONVIF cameras, default = 5 LIVESTREAM_ONVIF_PORT \\ port of the first virtual camera. All other cameras receive the port in order, default = 1961. |
|
After you start the services, the livestream.out.log file will appear in the installation directory. This file contains url for each camera to send and receive video from the Android device, for example:
onvif device started at port 1961 onvif device url = http://host:1961/onvif/device_service push video to url = rtmp://host:1935/TOKEN/1961 video url = rtsp://localhost:1937/TOKEN/1961 |
Port - the camera port number from the "onvif device url" string in the livestream.out.log file.
For details about configuring IP cameras in Axxon Next see Adding and removing IP devices, in Intellect see Configuring IP devices. |
To transfer video from the Android device camera to the Intellect/Axxon Next server in the RTSP server mode, do the following:

button.
in the Token field (2), leave the default value TOKEN .
The application is authorized on the server with the default parameters: User=1, Password=1. |
Set the Force direct pushing checkbox (3) to disable interaction with the livestream service and use the default ports.
This can be useful in case of problems with video streaming. |
To ensure the correct operation of the application, make sure the time on the Android device and the Intellect/Axxon Next server is synchronized. |