bdtinc / maskcam

Jetson Nano-based smart camera system that measures crowd face mask usage in real-time.
MIT License
243 stars 83 forks source link

rtsp error #19

Open dihitha opened 2 years ago

dihitha commented 2 years ago

When I pasted the rtsp url and tried to run on a VLC media player on another system, It is not displaying the faces but the time is progressing what could be the reason for that? It is sometimes showing me an error message as follows. Screenshot (262)

RunningModelsUntilDawn commented 2 years ago

it was happening to me until I found the correct IP address to broadcast, i used ifconfig in Terminal then I tested one by one each possible IP address

DonBraulio commented 2 years ago

Hello @dihitha, as @RunningModelsUntilDawn mentions, it could be that the IP of your jetson nano is incorrect (how are you getting it?). You may try running ping 192.168.1.57 to check that the device is reachable. If the device is reachable, maybe your router is blocking traffic through port 8554? Are you in your home or a company network?