RTSP Stream Requirements #554
Replies: 15 comments
-
Do you have the correct IP address format? |
Beta Was this translation helpful? Give feedback.
-
Yeah, i copied it from the interface, currently i have auth disabled, so it
is like that but with no user:pass@
Thanks
…On Mon, Apr 24, 2023, 1:45 PM pjuhl2313 ***@***.***> wrote:
Do you have the correct IP address format?
It should go:
***@***.***:port/unicast
—
Reply to this email directly, view it on GitHub
<#513 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABW5CX4CKPZXHOTRRFSI4BLXC2U3JANCNFSM6AAAAAAXJQRQOU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Did you enable rtsp? |
Beta Was this translation helpful? Give feedback.
-
I am currently running into the same issue. Is the RTSP firmware required for the mini_hacks to do RTSP? I have flashed firmware version My RTSP config looks like the following:
|
Beta Was this translation helpful? Give feedback.
-
What same issue? And if you are referring to the Wyze Beta RTSP firmware being required, the answer is no, though I personally prefer it and use wz_mini primarily for the USB/POE feature myself. You are missing the FPS entry above which should be "20", but may not be a necessary entry for the stream to function. I don't actually know. |
Beta Was this translation helpful? Give feedback.
-
Let me know if you find a solution for this. I will do the same.
Thanks!
…On Thu, May 4, 2023, 8:46 PM Trenton ***@***.***> wrote:
I am currently running into the same issue. Is the RTSP firmware required
for the mini_hacks to do RTSP?
I have flashed firmware version4.36.9.139 non-RTSP (
https://download.wyzecam.com/firmware/v3/demo_wcv3_4.36.9.139.zip). The
device is connected to the Wyze app.
My RTSP config looks like the following:
#####VIDEO STREAM#####
RTSP_LOGIN="admin"
RTSP_PASSWORD="redacted"
RTSP_PORT="8554"
RTSP_HI_RES_ENABLED="true"
RTSP_HI_RES_ENABLE_AUDIO="true"
RTSP_HI_RES_MAX_BITRATE="2048"
RTSP_HI_RES_TARGET_BITRATE="1024"
RTSP_HI_RES_ENC_PARAMETER="2"
RTSP_HI_RES_FPS=""
RTSP_LOW_RES_ENABLED="false"
RTSP_LOW_RES_ENABLE_AUDIO="false"
RTSP_LOW_RES_FPS=""
RTSP_LOW_RES_MAX_BITRATE=""
RTSP_LOW_RES_TARGET_BITRATE=""
RTSP_LOW_RES_ENC_PARAMETER=""
RTSP_AUTH_DISABLE="false"
—
Reply to this email directly, view it on GitHub
<#513 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABW5CXZNB7SMMXMTJJWZNQDXEQ5TZANCNFSM6AAAAAAXJQRQOU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Are you sure wz_mini is even loading? |
Beta Was this translation helpful? Give feedback.
-
It is definetely serving the web interface
…On Thu, May 4, 2023, 9:18 PM Bob-AOL ***@***.***> wrote:
Are you sure wz_mini is even loading?
—
Reply to this email directly, view it on GitHub
<#513 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABW5CX5OCIWEZUMZVFRB3NLXERBM7ANCNFSM6AAAAAAXJQRQOU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
RTSP firmware is not a requirement to have RTSP working on wz_mini. I have RTSP working on v3 firmware version 4.36.9.139 (non-RTSP) The only things I customized in the config file was: I also added the SSH key of course to authorized_keys You should check to make sure you're using the right URL. Easiest way to test is by opening the stream in VLC |
Beta Was this translation helpful? Give feedback.
-
SSH is not a requirement and can initially be problematic if set up incorrectly. The MRL must be correct and the login credentials must be the same as for the camera itself if memory serves me correctly. VLC viewer can be very picky and downright non-functional at times. I would not rely on it for troubleshooting until knowing the login credentials actually work first. |
Beta Was this translation helpful? Give feedback.
-
What would be the best way to test rtsp without VLC?
Thanks
…On Thu, May 4, 2023, 9:29 PM Bob-AOL ***@***.***> wrote:
SSH is not a requirement and can initially be problematic if set up
incorrectly.
The MRL must be correct and the login credentials must be the same as for
the camera itself if memory serves me correctly.
VLC viewer can be very picky and downright non-functional at times. I
would not rely on it for troubleshooting until knowing the login
credentials actually work first.
—
Reply to this email directly, view it on GitHub
<#513 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABW5CX2BULTL3K2KUXF4AFTXERCWRANCNFSM6AAAAAAXJQRQOU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I enabled the camera's web interface and located the proper RTSP url from the I was able to get the RTSP stream working in VLC without issue after using the URL provided from the web interface. |
Beta Was this translation helpful? Give feedback.
-
It should work in VLC. I use Blue Iris. Another way to sort it out is with tinyCam if you have an Android device handy. It has an entry for Wyze/RTSP and will basically tell you what the problem may be if the stream won't start. A bit of a learning curve, but a handy tool and viewer nonetheless. Works with a Firestick as well. When using the config editor in the web interface it may not correctly save/apply the file changes during the reboot. Double check for the edits afterward to be sure they were actually implemented. |
Beta Was this translation helpful? Give feedback.
-
You could try telnetting to the camera on the rtsp port
That last line means a connection is successful on the RTSP port 8554 Or if you SSH into the camera you can check
most important is line 1 there |
Beta Was this translation helpful? Give feedback.
-
Then there's Analiti -- or a simple port scanner. I would also consider starting over with a new SD card if all else fails. This is one of my v3s with a UCTRONICS PoE adapter, hence the Realtek Semiconductor device I.D. |
Beta Was this translation helpful? Give feedback.
-
Hello,
Do i need an rtsp enabled firmware to enable rtsp server, or does wz_mini_hacks provides the rtsp functionality?
I have to Wyze V3 cameras on 4.36.9.139, and i installed wz_mini_hacks. I can access the web server, but cannot open the rtsp streams in vlc.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions