chatop2020 / AKStream

AKStream是一套全平台(Linux,MacOS,Windows)、全架构(X86_64,Arm...)、全功能的流媒体管理控制接口平台。集成GB28181,RTSP,RTMP,HTTP等设备推拉流控制、PTZ控制、音视频文件录制管理、音视频文件裁剪合并等功能与一体
MIT License
1.16k stars 324 forks source link

couldnt connect thru MNVR auto register #76

Closed gopinathz closed 9 months ago

gopinathz commented 10 months ago

when i tried to connect 4g sim based MNVR with direct static ip with port, its not connected. can you help whether auto-register method enabled in this version? Add_Device_Auto_Register - Hikvision/Dahua

chatop2020 commented 10 months ago

Is the device of the 4g network accessed using the gb28181 protocol?

gopinathz @.***>于2023年11月28日 周二00:04写道:

when i tried to connect 4g sim based MNVR with direct static ip with port, its not connected. can you help whether auto-register method enabled in this version? Add_Device_Auto_Register - Hikvision/Dahua

— Reply to this email directly, view it on GitHub https://github.com/chatop2020/AKStream/issues/76, or unsubscribe https://github.com/notifications/unsubscribe-auth/APPECH4UXM2Z46O7PEAQEB3YGS2ZDAVCNFSM6AAAAAA74IXDQSVHI2DSMVQWIX3LMV43ASLTON2WKOZSGAYTENRQHA3DSMY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

gopinathz commented 10 months ago

Is the device of the 4g network accessed using the gb28181 protocol? gopinathz @.>于2023年11月28日 周二00:04写道: when i tried to connect 4g sim based MNVR with direct static ip with port, its not connected. can you help whether auto-register method enabled in this version? Add_Device_Auto_Register - Hikvision/Dahua — Reply to this email directly, view it on GitHub <#76>, or unsubscribe https://github.com/notifications/unsubscribe-auth/APPECH4UXM2Z46O7PEAQEB3YGS2ZDAVCNFSM6AAAAAA74IXDQSVHI2DSMVQWIX3LMV43ASLTON2WKOZSGAYTENRQHA3DSMY . You are receiving this because you are subscribed to this thread.Message ID: @.>

hi @chatop2020,

im using WL-HD-HL-C model cameras with Vehicle 4G NVR.

enabled auto register in all my Vehicles 4G DVR and pointing to my server static ip + 9500 default port + device id of my 100 cameras.

for more info, im sharing this link

https://cctvcamerachina.en.made-in-china.com/product/BXzxJCbEbyVR/China-Vehicle-Mounted-100m-Night-Vision-IR-PTZ-CCTV-Camera.html

https://www.dahuawiki.com/images/thumb/9/94/2._Enable_Register.PNG/400px-2._Enable_Register.PNG

thanks

chatop2020 commented 10 months ago

when i tried to connect 4g sim based MNVR with direct static ip with port, its not connected. can you help whether auto-register method enabled in this version? Add_Device_Auto_Register - Hikvision/Dahua

If Hikvision/DAHUA Monitor Devices uses the GB28181 protocol to connect AkStream. When the SIP client connect to Akstream for the first time, Akstream will only record its existence and will not automatically enable it. You need to call it through the API interface.(look about GetWaitForActiveVideoChannelList & ActiveVideoChannel)

chatop2020 commented 10 months ago

I found that the device description you gave does not support gb28181 protocol, so you can only access AKStream through rtsp stream. The rtsp stream address in the camera needs to be asked by the device supplier, and you need to Get to know to the AddStreamProxy and StreamLive interfaces in the interface

gopinathz commented 10 months ago

can you give some idea to use AddStreamProxy? received RTSP stream url from supplier with auto zoom, ptz + bitrate changes

On Tue, Nov 28, 2023 at 6:08 PM chatop2020 @.***> wrote:

I found that the device description you gave does not support gb28181 protocol, so you can only access AKStream through rtsp stream. The rtsp stream address in the camera needs to be asked by the device supplier, and you need to Get to know to the AddStreamProxy and StreamLive interfaces in the interface

— Reply to this email directly, view it on GitHub https://github.com/chatop2020/AKStream/issues/76#issuecomment-1829761251, or unsubscribe https://github.com/notifications/unsubscribe-auth/BAKWEVPQB7DAWH6A5SOUELTYGXLNJAVCNFSM6AAAAAA74IXDQSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMRZG43DCMRVGE . You are receiving this because you authored the thread.Message ID: @.***>

chatop2020 commented 10 months ago

PTZ can use the onvif protocol, but Akstream is not implemented. You can find StreamNode in github. This is also my project that implements the onvif's PTZ function.In addition, as long as there is an RTSP address, you can connect to the form of ADDSTREAMPROXY to AkStream. You can take a look at the front end of AkstreamNVR.

chatop2020 commented 10 months ago

Sorry, I wrote wrong, onvif's PTZ control was realized in https://github.com/chatop2020/srsmanager, you can see this project this project