Description:
I am trying to parse the H.265 RTSP stream from two Bosch cameras:
DINION IP 3000iIR (CPP7.3), commercial model NBE-3502-AL
DINION IP 4000i IR (CPP7.3), commercial model NBE-4502-AL
These cameras are configured in the BVMS management software to stream via RTSP on port 554 with H.265 video encoding.
Despite extensive testing, I am unable to properly parse the stream using:
VLC software
FFmpeg software
Custom programs
None of these methods seem to work. The stream does not parse correctly or is not displayed at all.
We have tried various stream URLs including:
rtsp://user:[email protected]:554/h265/ch1/main/av_stream
rtsp://user:[email protected]:554/h264/ch1/main/av_stream
rtsp://user:[email protected]:554/h265/ch1/sub/av_stream
rtsp://user:[email protected]:554/h264/ch1/sub/av_stream
Additionally, when testing other models with BVMS configured to use H.264, we can successfully retrieve the video stream.
Has anyone experienced similar issues or have any insights on how to resolve this? Any help would be greatly appreciated.
Pirlo Zhang is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.