Azure / mec-app-solution-accelerator

Application Solution Accelerator for Multi-access Edge Compute (MEC)
MIT License
37 stars 10 forks source link

[P1] AMCREST Ethernet camera does NOT work on Control Plane cameras dashboard #133

Closed CESARDELATORRE closed 1 month ago

CESARDELATORRE commented 4 months ago

This is the AMCREST ethernet camera tested:

https://www.amazon.com/gp/product/B0BNM2SGPS/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&th=1

image

This ethernet camera works from VLC Player in my LAN from my laptop:

image

This is the RTSP string and how it was configured in the app:

rtsp://admin:Opensesame@172.30.1.155:554/cam/realmonitor?channel=1&subtype=0&unicast=true&proto=Onvif

image

In MEC-Accelerator app it works properly:

image

But it does NOT work in the control plane camera DASHBOARD:

image

Related issues:

https://github.com/Azure/mec-app-solution-accelerator/issues/134

https://github.com/Azure/mec-app-solution-accelerator/issues/123

https://github.com/Azure/mec-app-solution-accelerator/issues/123

https://github.com/Azure/mec-app-solution-accelerator/issues/132

3lcarry commented 4 months ago

This was related to a bug on the RTSP converter when camera id contains spaces. Its already fix.

CESARDELATORRE commented 1 month ago

Done