-
Notifications
You must be signed in to change notification settings - Fork 178
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
WebRTC Dashcast Nest Google Hub stops working #661
Comments
You can open go2rtc WebUI and check stream info when stream active |
{
"producers": [
{
"type": "RTSP active producer",
"url": "rtsps://11.0.0.71:7441/{UniqueIdentHidden}/",
"remote_addr": "11.0.0.71:7441",
"user_agent": "go2rtc/1.8.5",
"sdp": "v=0\r\no=- 1476 0 IN IP4 11.0.0.71\r\ns=AC8BA98F79F9_0\r\nu=www.ui.com\r\n[email protected]\r\nc=IN IP4 11.0.0.71\r\nt=0 0\r\na=recvonly\r\na=control:*\r\na=range:npt=now-\r\nm=audio 0 RTP/AVP 96\r\na=recvonly\r\na=rtpmap:96 mpeg4-generic/16000/1\r\na=control:trackID=0\r\na=fmtp:96 streamtype=5; profile-level-id=15; mode=AAC-hbr; config=1408; SizeLength=13; IndexLength=3; IndexDeltaLength=3;\r\nm=audio 0 RTP/AVP 96\r\na=recvonly\r\na=rtpmap:96 opus/48000/2\r\na=control:trackID=1\r\na=fmtp:96\r\nm=video 0 RTP/AVP 97\r\na=recvonly\r\na=control:trackID=2\r\na=rtpmap:97 H264/90000\r\na=fmtp:97 profile-level-id=4d4032; packetization-mode=1; sprop-parameter-sets=Z01AMqaAKgC/+WbgICAoAAAfSAAHVOTtBEI1,aOqPIA==\r\n",
"medias": [
"audio, recvonly, MPEG4-GENERIC/16000",
"audio, recvonly, OPUS/48000/2",
"video, recvonly, H.264 Main 5.0"
],
"receivers": [
"97 H264, bytes=12978016, senders=1",
"96 MPEG4-GENERIC/16000, bytes=196463, senders=0",
"96 OPUS/48000/2, bytes=199318, senders=1"
],
"recv": 13402933
}
],
"consumers": [
{
"type": "WebRTC/WebSocket async passive consumer",
"remote_addr": "udp4 prflx 11.0.0.251:44454 related :0",
"user_agent": "Mozilla/5.0 (Fuchsia) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 CrKey/1.56.500000",
"medias": [
"video, sendonly, VP8, RTX, VP9, H264, AV1, RED, ULPFEC, FLEXFEC-03",
"audio, sendonly, OPUS/48000/2, RED/48000/2, G722/8000, PCMU/8000, PCMA/8000, CN/8000, TELEPHONE-EVENT/48000, TELEPHONE-EVENT/8000, L16, PCML"
],
"senders": [
"100 H264, bytes=12978016, receivers=1",
"111 OPUS/48000/2, bytes=199318, receivers=1"
],
"send": 13349588
}
]
} |
11.0.0.251 - is this IP of your Nest? All looks fine in the info PS. I don't like "Main 5.0". This maybe case of problem. Too high profile for low end devices like Nest Hub: |
Yes, that is the IP of the Nest Hub. Most of the time it shows the bar at the bottom counting but just has a black screen. Sometimes it shows the feed for 5 seconds and then goes to the black screen. |
I have the option to use medium or low quality RTSP Links from Unifi. I can try that first. If that does not work, does the links in the WebRTC UI for the rtsp stream provide lower quality streaming and does it add lag if it has to convert it to lower quality (if that is what the different links do in the UI?). From the page you linked:
Nest Hub Max
|
Using the Medium Resolution (1280x720) link from Unifi Camera seems to work. I will test it over the next couple of days and then close out this question. Thanks for your help. |
Maybe related but may be not....
ERROR IN HASS LOG
|
@ddean6232 fixed in latest master version |
Confirming the fix works here, had the same issue as @ddean6232 Even when working though, I struggle with a similar issue that @adoreparler reports with Google Nest Hub but not sure it's WebRTC since I get the same results with generic camera stream. I'm using an Amcrest camera, and even at the lowest resolution, bitrate, and quality settings, the stream works great for about 5 minutes until loading wheel of death and then it needs to be restarted only to happen again. |
Having the same issue, I am not able to stream using dash cast, it was working normal, streaming my reolink cameras with automation. |
@hankfic @AlexxIT Havent got the fix to work.... HASS still reporting error as:
I even went directly into the custom_components/webrtc folder and checked that the fix was applied... it was @hankfic How did you apply the fix? redownload through HACS and restart HASS? I rolled back to HASS v2024.2.5 and everything (webrtc cards and dashcast) is working again |
@ddean6232 are you running off master? delete webrtc integration and then add it back again selecting master branch instead of latest version (default). |
I think I got it now.... not sure why it didnt take the first time.... The steps this time were:
|
Small question, will this be fixed in a later update ? |
Original problem was with very hi video profile for chromecast device "Main 5.0" |
I have a Google Nest Hub and Home Assistant and also WebRTC Installed.
My Cameras are Ubiquiti cameras and in the options for the camera I turned on RTSPS Link for High Definition.
I created a script:
When I tell the google hub the alias above it starts displaying and I can see the camera feed with about a 2 - 3 second lag. But after about 5 seconds the stream goes black and does not load back up. If I close out and say the alias again it works again for about 5 seconds and the stream goes black.
I turned on Debug logging but I am not sure where to go to see the debug logging. I went to system -> Logs and dont see anything in there around WebRTC.
The text was updated successfully, but these errors were encountered: