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

Problems with the Stream / Delay on Reolink E1 Outdoor Pro #712

Open
groover0815 opened this issue Jun 17, 2024 · 3 comments
Open

Problems with the Stream / Delay on Reolink E1 Outdoor Pro #712

groover0815 opened this issue Jun 17, 2024 · 3 comments
Labels
question Further information is requested

Comments

@groover0815
Copy link

groover0815 commented Jun 17, 2024

Hi everyone!

Screenshot 2024-06-17 080056

I have installed the webrtc plugin. Unfortunately, I always have a misfire on my Home Assistant screen on the Fire tablet (current generation, purchased new in 2024) or it takes some time when Fully Kiosk wakes up from “standby”. The original Reolink plugin is actually there immediately. But I want to use Webrtc as this streams live better. Reolink has an offset of approx. 5 to 10 seconds. What can I do? Also, why does the webrtc plugin show me a play/pause button on the screen? Can I deactivate this somehow? I don’t need that. Thank you!
Here is my config:

type: custom:webrtc-camera
url: rtsp://admin:password@[192.xxx.xxx.xxx:554/h264Preview_01_sub](http://192.xxx.xxx.xxx:554/h264Preview_01_sub)
media: video
mode: webrtc
style: ‘.mode {display: none}’‘.pictureinpicture {display: none}’‘’
background: true
ptz:
service: onvif.ptz
data_left:
entity_id: camera.kamera_haustuer_profile000_mainstream
pan: LEFT
speed: 0.5
distance: 0.1
move_mode: ContinuousMove
data_right:
entity_id: camera.kamera_haustuer_profile000_mainstream
pan: RIGHT
speed: 0.5
distance: 0.1
move_mode: ContinuousMove
data_up:
entity_id: camera.kamera_haustuer_profile000_mainstream
tilt: UP
speed: 0.5
distance: 0.1
move_mode: ContinuousMove
data_down:
entity_id: camera.kamera_haustuer_profile000_mainstream
tilt: DOWN
speed: 0.5
distance: 0.1
move_mode: ContinuousMove
data_zoom_in:
entity_id: camera.kamera_haustuer_profile000_mainstream
zoom: ZOOM_IN
speed: 0.5
distance: 0.3
move_mode: ContinuousMove
data_zoom_out:
entity_id: camera.kamera_haustuer_profile000_mainstream
zoom: ZOOM_OUT
speed: 0.5
distance: 0.3
move_mode: ContinuousMove

You will find the Pause / Play Button in the picture that I attached!

@AlexxIT AlexxIT added the question Further information is requested label Jun 17, 2024
@AlexxIT
Copy link
Owner

AlexxIT commented Jun 17, 2024

Stream may have start delay if stream is already active
AlexxIT/go2rtc#96

@groover0815
Copy link
Author

THX AlexIt, but I didn´t understand your answer!

@AlexxIT
Copy link
Owner

AlexxIT commented Jun 17, 2024

Active stream means that some one watching it right now.
WebRTC stream is active during 30 seconds after closing webpage.

Also WebRTC stream had increased start time on old go2rtc version. If you using version from this integration - you probably using old one.
https://github.com/AlexxIT/go2rtc/releases/tag/v1.9.2

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

No branches or pull requests

2 participants