-
-
Notifications
You must be signed in to change notification settings - Fork 188
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
Recordings plays only in Safari, error in Chrome #791
Comments
Strange, works fine for me in Chrome on Windows. |
Here are 3 requests I see in Network tab AFTER I click PLAY in Chrome: And PREVIEW:
|
Right. On iOS - plays fine. It looks like the issues only on Chrome (any OS: Win or Mac) |
It works for me on my Windows 11 PC using Chrome. |
I get similar errors with h265 streams
…________________________________
From: Jesper ***@***.***>
Sent: Wednesday, August 7, 2024 9:59 AM
To: roflcoopter/viseron ***@***.***>
Cc: Subscribed ***@***.***>
Subject: Re: [roflcoopter/viseron] Recordings plays only in Safari, error in Chrome (Issue #791)
Strange, works fine for me in Chrome on Windows.
If you go the the Network tab in the dev tools, there should be a request ending in index.m3u8 after you press play.
What is the contents of that request?
—
Reply to this email directly, view it on GitHub<#791 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABMS5U5FZE44ZX3IN34ZUMDZQIR3XAVCNFSM6AAAAABMENELWOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENZTGU2DOMBRGQ>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
my codecs: doorbell:
street:
living:
loft:
|
@madman2012 is right. I just tried, and Issues are only with So, it looks like the issue with h265 streams only |
Might be a browser issue then with h265: videojs/video.js#7257 Either change the encoding in your cameras if possible or Viseron can transcode it for you (less efficient) |
My camera doesn't have setting to change codec. Can Viseron transcode already? Or is it feature, which can be potentially added? If it existing feature - where can I configure that transcoding? |
I had tried the same thing by using codec, so it re-encoded to h264 from cameras outputting h265/hevc but it still gives me spinning disk without error. I was meaning to write this one up recently as a bug but I got side tracked.
…________________________________
From: Jesper ***@***.***>
Sent: Wednesday, August 7, 2024 11:04 AM
To: roflcoopter/viseron ***@***.***>
Cc: madman2012 ***@***.***>; Mention ***@***.***>
Subject: Re: [roflcoopter/viseron] Recordings plays only in Safari, error in Chrome (Issue #791)
Might be a browser issue then with h265: videojs/video.js#7257<videojs/video.js#7257>
Either change the encoding in your cameras if possible or Viseron can transcode it for you (less efficient)
—
Reply to this email directly, view it on GitHub<#791 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABMS5U5NSAFBPOFOMRQUGSLZQIZP5AVCNFSM6AAAAABMENELWOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENZTGY4TGMBQHE>.
You are receiving this because you were mentioned.
|
Right, forgot that it is not in v3 yet. It is on the checklist here tho: #716 |
In the current |
Hi @roflcoopter, I’ve encountered a peculiar issue with the latest dev version. While H.265 (HEVC) events play back fine in the browser now, the recordings don’t. The codec is set to copy. |
If its set to copy it is still h265, the Events uses another player than the recordings, but i dont think that should matter. |
All recording, for all of my cameras can not be played in Chrome or Brave browser.
Tried on my:
Getting error:
Recording can only be played in Safari.
2 of my cameras are HEVC (x265) and 2 are x264. Same error for all.
Live MJPEG works fine on all browsers.
Viseron - 3.0.0b9 - 7f94317
Tried with CPU docker image and with CUDA docker image. Same result.
The text was updated successfully, but these errors were encountered: