...
The service receives video streams from mobile devices via RTMP and sends the video to the server in the form of RTSP streams.
The service indicates the ports it uses, for example:
Code Block |
---|
2023/06/19 15:52:29 INF MediaMTX v0.23.5 2023/06/19 15:52:29 INF [RTSP] listener opened on :8554 (TCP), :8000 (UDP/RTP), :8001 (UDP/RTCP) 2023/06/19 15:52:29 INF [RTMP] listener opened on :1935 2023/06/19 15:52:29 INF [HLS] listener opened on :8888 2023/06/19 15:52:29 INF [WebRTC] listener opened on :8889 (HTTP) |
Specify the URL address to send the video to, for example:
Code Block |
---|
rtmp://192.168.1.1:1935/streamId |
where:
instead of 192.168.1.1 address, specify the IP address of the computer where the mediamtx service is running;
instead of port 1935, specify the same port that is used by the service to receive RTMP streams;
streamId is an arbitrary unique identifier for the video stream from this mobile client.
On the receiving side, use an URL address in the following form:
Code Block |
---|
rtsp://192.168.1.1:8554/streamId |
where:
instead of 192.168.1.1, specify the IP address of the computer where the mediamtx service is running;
instead of port 8554, specify the same port that is used by the service to send RTSP streams;
specify the same streamId that was set in the mobile application.
Add an RTSP device and 1_channel_device to Axxon PSIM/Axxon One, set the parameters as described in step 4. For example:
Code Block |
---|
IP address 192.168.1.1/streamId, Port 8554. |
Ports and other settings can be changed in the mediamtx.yml configuration file located next to the mediamtx service executable file. The devices on which the mediamtx service is running, the video server and the mobile client must be within the same network.
Info | ||
---|---|---|
| ||
For details about configuring IP cameras in Axxon One see Adding and removing IP devices, in Axxon PSIM see Configuring IP-devices. |
...
...
In the mobile client, you can configure the resolution, frame rate and bitrate of the transmitted video.