Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rtsp stream not working #1205

Open
1 of 3 tasks
adamswm92 opened this issue May 16, 2024 · 5 comments
Open
1 of 3 tasks

rtsp stream not working #1205

adamswm92 opened this issue May 16, 2024 · 5 comments

Comments

@adamswm92
Copy link

adamswm92 commented May 16, 2024

Describe the bug

Provide a clear and concise description of the issue and include logs if applicable.

upgraded to 2.9.1 and everything broke. tried rtsp stream in VLC and home-assistant, neither work. both timeout. HLS stream works fine. My end goal is to create a generic stream entity in home-assistant. These are outdoor cameras therefore i would prefer to bypass security if it will be a hassle.

ENV:

WB_AUTH | FALSE
WB_PASSWORD | *********
WB_RTSP_URL | rtsp://******:8551/
WB_USERNAME | ********

Logs:

  • Running on http://127.0.0.1:5000
  • Running on http://172.17.0.4:5000
    [WyzeBridge] Press CTRL+C to quit
    [WyzeBridge] 24.207.144.86 - - [16/May/2024 15:49:06] "GET / HTTP/1.1" 302 -
    [WyzeBridge] 24.207.144.86 - - [16/May/2024 15:49:06] "GET /login HTTP/1.1" 200 -
    [WyzeBridge] 24.207.144.86 - - [16/May/2024 15:49:06] "GET /static/site.css HTTP/1.1" 304 -
    [WyzeBridge] 24.207.144.86 - - [16/May/2024 15:49:06] "GET /static/bulma.css HTTP/1.1" 304 -
    [WyzeBridge] 24.207.144.86 - - [16/May/2024 15:49:06] "GET /static/bulma-toast.js HTTP/1.1" 304 -
    [WyzeBridge] 24.207.144.86 - - [16/May/2024 15:49:16] "POST /login HTTP/1.1" 200 -
    [WyzeBridge] 💾 Saving 'auth' to local cache...
    [WyzeBridge] 🔍 Could not find local cache for 'user'
    [WyzeBridge] ☁️ Fetching 'user' from the Wyze API...
    [WyzeBridge] 💾 Saving 'user' to local cache...
    [WyzeBridge] 🔍 Could not find local cache for 'cameras'
    [WyzeBridge] ☁️ Fetching 'cameras' from the Wyze API...
    [WyzeBridge] [API] Fetched [1] cameras
    [WyzeBridge] 💾 Saving 'cameras' to local cache...
    [WyzeBridge] [+] Adding Driveway Cam [WYZE_CAKP2JFUS]
    [WyzeBridge] starting MediaMTX 1.1.1
    [WyzeBridge] 🎬 1 stream enabled
    [WyzeBridge] 24.207.144.86 - - [16/May/2024 15:49:21] "GET / HTTP/1.1" 200 -
    [WyzeBridge] 24.207.144.86 - - [16/May/2024 15:49:22] "GET /static/site.css HTTP/1.1" 304 -
    [WyzeBridge] 24.207.144.86 - - [16/May/2024 15:49:22] "GET /static/bulma.css HTTP/1.1" 304 -
    [WyzeBridge] 24.207.144.86 - - [16/May/2024 15:49:22] "GET /static/site.js HTTP/1.1" 304 -
    [WyzeBridge] 24.207.144.86 - - [16/May/2024 15:49:22] "GET /static/bulma-toast.js HTTP/1.1" 304 -
    [WyzeBridge] 24.207.144.86 - - [16/May/2024 15:49:22] "GET /static/loading.svg HTTP/1.1" 200 -
    [WyzeBridge] 24.207.144.86 - - [16/May/2024 15:49:22] "GET /api/sse_status HTTP/1.1" 200 -
    [WyzeBridge] 🎉 Connecting to WyzeCam V3 - Driveway Cam on 192.168.1.167
    [driveway-cam] 📡 Getting 180kb/s HD stream (H264/20fps) via LAN mode (WiFi: 80%) FW: 4.36.11.8391 🔒
    [driveway-cam] WARNING: Skipping wrong frame_size at start of stream [frame_size=1]
    [WyzeBridge] ✅ '/driveway-cam stream is UP! (3/3)
    [WyzeBridge] 📖 New client reading from driveway-cam
    [WyzeBridge] 📕 Client stopped reading from driveway-cam
    [WyzeBridge] 24.207.144.86 - - [16/May/2024 15:49:28] "GET /img/driveway-cam.jpg HTTP/1.1" 200 -
    [WyzeBridge] 24.207.144.86 - - [16/May/2024 15:49:28] "GET /img/driveway-cam.jpg HTTP/1.1" 200 -
    [WyzeBridge] 📖 New client reading from driveway-cam
    [WyzeBridge] 📕 Client stopped reading from driveway-cam
    [WyzeBridge] 192.168.1.119 - - [16/May/2024 15:49:36] "GET /snapshot/driveway-cam.jpg HTTP/1.1" 200 -
    [WyzeBridge] 📖 New client reading from driveway-cam
    [WyzeBridge] 📕 Client stopped reading from driveway-cam
    [WyzeBridge] 24.207.144.86 - - [16/May/2024 15:49:54] "GET /snapshot/driveway-cam.jpg?1715874593501 HTTP/1.1" 200 -
    [WyzeBridge] 📖 New client reading from driveway-cam
    [WyzeBridge] 📕 Client stopped reading from driveway-cam
    (this pattern just repeats over and over)

Environment (if applicable)

  • Affected Camera(s): wyzecamv3
  • Affected Camera Firmware: 4.36.11.8391
  • Affected Bridge Version: 2.9.1
  • Bridge type:
    • Docker Compose/Docker Run
    • Home Assistant
    • Other
@songokussm
Copy link

i also have this problem.

@mrlt8
Copy link
Owner

mrlt8 commented May 18, 2024

can you see if v2.9.2 helps with this issue?

@zee-shany
Copy link

i upgraded to 2.9.2 and my rtsp broke, i'm using rtsp for blueiris and frigate. neither of them are loading the camera stream

@zee-shany
Copy link

i upgraded to 2.9.2 and my rtsp broke, i'm using rtsp for blueiris and frigate. neither of them are loading the camera stream

i disabled webUI auth in the configuration, this brought up the rtsp stream back.

@n2jwc
Copy link

n2jwc commented May 23, 2024

Mine is a new, never upgraded build.. WB_Auth=False and RTSP will not work at all.

edit
I figured out my problem, I am trying to pull remote cameras and do not have a VPN setup to pull images direct from the camera. I need to look further, is there a way to just pull the RTSP from the container which proxies to Wyze cloud?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants