CEFSharp won't play my uploaded avi, ps9, or ps8 encoded Youtube videos, but will play many other videos on Youtube. #4834
Unanswered
BillBogart
asked this question in
Q&A
Replies: 1 comment 3 replies
-
How does the latest version behave? Only free audio/video codes are supported as per https://github.com/cefsharp/CefSharp/wiki/General-Usage#multimedia-audiovideo Long as your audio and video codes are on the supported list then it should behave the same as in Chrome. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to get customer Youtube videos to play in Chromium ver. 115.3.130. I have used HandBrake tool to encode videos in AV1 (SVT), AV1 10-bit (SVT), VP9, and VP9 10-bit None of them will play in Chromium CefSharp.MinimalExample.WinForms.net472 app. YouTube videos created by other people play correctly in CefSharp.MinimalExample.WinForms.net472 app, but none of my landscape videos will play. I get the "Your browser can't play this video" message. I was able to get a short from MOV format to encode AV1 (SVT) and play from the same youtube account channel, but none of the non short videos will play.
Any help would be greatly appreciated.
I get these generate_204 messages:
/watch?v=WxLSYoXfxtM:1 The resource https://i.ytimg.com/generate_204 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate
as
value and it is preloaded intentionally./watch?v=WxLSYoXfxtM:1 The resource https://rr1---sn-ab5l6ndr.googlevideo.com/generate_204 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate
as
value and it is preloaded intentionally./watch?v=WxLSYoXfxtM:1 The resource https://rr1---sn-ab5l6ndr.googlevideo.com/generate_204?conn2 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate
as
value and it is preloaded intentionally.Beta Was this translation helpful? Give feedback.
All reactions