Raspberry Pi3 を使用していて、ワイヤレス IP カメラから RTSP ストリームを取得しようとしていますが、次のエラーが発生します。
pi@raspberrypi:~ $ alprd -f
INFO - Running OpenALPR daemon in the foreground.
INFO - Using: /etc/openalpr/alprd.conf for daemon configuration
Missing config value for company_id
Missing config value for pattern
INFO - Using: /home/pi/Database/pictures for storing valid plate images
INFO - country: br -- config file: /etc/openalpr/openalpr.conf
INFO - pattern:
INFO - Stream 1: rtsp://192.168.1.230:554/onvif1
INFO - Starting camera 1
INFO - Video stream connecting...
[rtsp @ 0x71700960] Nonmatching transport in server reply
WARN - Stream rtsp://192.168.1.230:554/onvif1 failed to open.
INFO - Video stream connecting...
[rtsp @ 0x71700840] Nonmatching transport in server reply
WARN - Stream rtsp://192.168.1.230:554/onvif1 failed to open.
INFO - Video stream connecting...
[rtsp @ 0x71700960] Nonmatching transport in server reply
WARN - Stream rtsp://192.168.1.230:554/onvif1 failed to open.
INFO - Video stream connecting...
[rtsp @ 0x71700840] Nonmatching transport in server reply
WARN - Stream rtsp://192.168.1.230:554/onvif1 failed to open.
INFO - Video stream connecting...
[rtsp @ 0x71700960] Nonmatching transport in server reply
WARN - Stream rtsp://192.168.1.230:554/onvif1 failed to open.
INFO - Video stream connecting...
[rtsp @ 0x71700840] Nonmatching transport in server reply
WARN - Stream rtsp://192.168.1.230:554/onvif1 failed to open.
私が使用している RTSP リンクは次のとおりです: rtsp://192.168.1.230:554/onvif1
または user:pwd の場合:
rtsp://2512398:123@192.168.1.230:554/onvif1
私のalprd.confにある方法:
; Declare each stream on a separate line
; each unique stream should be defined as stream = [url]
stream = rtsp://192.168.1.230:554/onvif1
;stream = http://192.168.1.36:8080/video
;stream = http://127.0.0.1/example_second_stream.mjpeg
;stream = webcam
VLC (私のコンピューターと RPI) を使用して問題なく接続できますが、コマンドalprd -fを使用してライセンス プレートのチェックを開始するために .conf ファイルで使用すると、そのエラーが発生します:/
私は本当にプログラミングの初心者なので、あまり具体的に言わないでください。おそらく理解できないでしょう。
みんなありがとう!みんな大好き <3