Hi all,
I want get live video from Milestone XProtect by using RTSP protocol.
I don’t know Milestone XProtect support this function (RTSP streaming) or not.
Hi all,
I want get live video from Milestone XProtect by using RTSP protocol.
I don’t know Milestone XProtect support this function (RTSP streaming) or not.
Hi Hong Thai,
You can use the free Open Network Bridge from Milestone or the licensed Streaming Engine by ORBNET for this.
ORBNET support Audio, RTMP and have an API to control PTZ.
The ORBNET solution can be customized if required.
or
Thanks, I will try.
Yes, with Open Network Bridge, i can play rtsp stream from Milestone XProtect. But seem Open Network Bridge only support 1 stream from camera ? How can i get both main stream and sub stream ?
I am not very familiar with the ONB, but I know the Streaming Engine does support multiple streams in parrallel for each camera.
Thanks,
I am trying camera with dual streams, but ONB only created 1 stream.
my camera support dual streams:
but in ONVIF device manage, only 1 stream:
Please see below Administrator Manual page 8, it says “If a camera supports multiple streams, only the default stream is sent. “, so this is by design.
Actually this concerns how configuration information is returned on the ONVIF interface.
In the RTSP service you can refer to the different streams by adding “/<stream_index>” at the end of the RTSP address.
For example:
rtsp://<server_address>:554/live/<camera_identifier>/1
to gen the second stream.