You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off, this is incredible work. Patching CEF is not for the faint of heart - kudos!
I wonder if you could try using something like https://github.com/mbebenita/Broadway or https://github.com/gliese1337/h264decoder to decode the h.264 streams in pure JS, and display frame by frame? Though I'm not sure whether certain features of their encoded videos are supported. Could be a way to work around the need for a CEF build!
The text was updated successfully, but these errors were encountered:
I really want to keep this project light and maintainable, so I'm not sure about embedding any dependencies. Maybe if there was some type of live transcoding service that could accept a URL and then host a small VP9 it would work as an alternative, but it's also not sustainable bandwidth wise.
First off, this is incredible work. Patching CEF is not for the faint of heart - kudos!
I wonder if you could try using something like https://github.com/mbebenita/Broadway or https://github.com/gliese1337/h264decoder to decode the h.264 streams in pure JS, and display frame by frame? Though I'm not sure whether certain features of their encoded videos are supported. Could be a way to work around the need for a CEF build!
The text was updated successfully, but these errors were encountered: