TheTimeWalker / wallpanel-android

WallPanel is an Android application for Web Based Dashboards and Home Automation Platforms
https://wallpanel.xyz
Apache License 2.0
418 stars 43 forks source link

[BUG] camera stream inaccessible on network #106

Open Tzundoku opened 10 months ago

Tzundoku commented 10 months ago

Describe the bug So as the title suggests, I'm having trouble accessing the camera stream through LAN (http://192.168.88.47:2971/camera/stream). HTTP listening port is set to 2971, MJPEG Camera Streaming is enabled, Camera is enabled. I can successfully view the stream on the tablets localhost via 127.0.0.1:2971/camera/stream. Attempting nmap through Windows returns the following: Failed to resolve "2971". Nmap scan report for 192.168.88.47 Host is up (0.0034s latency).

Other LAN services and camera streams (from static cameras, not Wallpanel) from other devices work with no issue. Any idea on how I should continue troubleshooting?

To Reproduce As above.

Smartphone (please complete the following information):

NodeJSmith commented 4 months ago

@Tzundoku Not sure if you're still dealing with this, I found this while working on the same thing. For me I found that I couldn't access the stream in my browser but if I added the camera to go2rtc it worked as expected