cretz / software-ideas

88 stars 0 forks source link

Home Media Streamer #51

Open cretz opened 7 years ago

cretz commented 7 years ago
cretz commented 7 years ago

Also see: https://www.playon.tv

cretz commented 7 years ago

Well, CEF has a render handler that gets raw pixel values and we could use libavcodec to output in any way we want.

cretz commented 6 years ago

Did a bit of PoC work on recording video and audio at https://github.com/cretz/chrome-screen-rec-poc

cretz commented 6 years ago

This is becoming more of a reality with https://bitbucket.org/chromiumembedded/cef/pull-requests/158/support-external-textures-in-osr-mode and https://github.com/daktronics/cef-mixer. Would still have to do audio, maybe with https://bitbucket.org/chromiumembedded/cef/pull-requests/151/add-ability-to-redirect-audio-output-to even though it's declined.