-
Notifications
You must be signed in to change notification settings - Fork 543
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
Live view aspect ratio different than original camera stream #1466
Comments
The camera is probably wrongly sending this information about the ratio. It's a fairly common situation. |
Why MSE and WebRTC streams are both OK in 16:9 when using Firefox browser?
What would help to solve this exact camera?
Won't it get more resources from CM4? |
|
I have the same issue. I just moved from rtsp stream on my tapo camera to use tapo:// protocol since tp-link released a fix for the cloud password issue JurajNyiri/HomeAssistant-Tapo-Control#551 . The recording is 16:9, but the live view is 4:3. ALso when I click to enable 2-way audio the steam goes back to 16:9. Also noticed that this is not an issue in firefox but is in Edge (Chrome) I am using a C320WS |
Nothing have changed. 16:9 for WebRTC and 4:3 for MSE. Some strange video metadata from TP-Link developers. |
Yeah, im getting the impression that just using rtsp might be the best option. I think 2-way audio might be the only thing I lose. |
I setup Frigate v14 in privileged container on Raspberry Pi CM4 module and connected Tapo C120 camera as tapo source. Frigate automatically choose MSE/WebRTC streams which are provided by go2rtc v1.9.2.
If MSE stream is chosen then live view aspect ratio is different than original camera stream. Camera has stream aspect ratio 16:9 but go2rt v1.9.2 provide MSE stream in aspect ratio 4:3.
If WebRTC stream is chosen then live aspect ratio is the same as the original camera stream 16:9.
I tested standalone go2rtc v1.9.7 with the same config of the same camera and results are the same (MSE 4:3, WebRTC 16:9).
Is it possible to setup correct aspect ratio in MSE stream ?
Is go2rtc doing something with original stream when providing MSE stream?
The text was updated successfully, but these errors were encountered: