Page 1 of 1

cefsimple build configuration and h.264 video streams

PostPosted: Thu Oct 05, 2017 1:58 pm
by TripleSMG
New CEF user here so apologies if I'm posting this in the wrong section, but I did search for a similar question before posting. I have a couple of questions:

1) Can anybody verify if cefsimple precompiled binaries are built with proprietary codecs enabled? When trying to test sites like https://www.twitch.tv it appears it is not, unless something else is preventing their embedded video from playing.
Upon looking at debug.log and console.log, these are the only interesting bits of log printed out from cefsimple:

console.log
Message: failed to resolve properties promise
Source: https://player.twitch.tv/js/player.9421 ... e305efd.js
Line: 42
-----------------------


debug.log
and
[1005/134625.038:WARNING:spdy_session.cc(2934)] Received HEADERS for invalid stream 3
[1005/134625.048:WARNING:spdy_session.cc(2934)] Received HEADERS for invalid stream 5
[1005/134625.056:WARNING:spdy_session.cc(2934)] Received HEADERS for invalid stream 7
[1005/134625.084:WARNING:spdy_session.cc(2934)] Received HEADERS for invalid stream 51


2) Has anybody else run into a similar issue with a video stream that you know is using HLS and H.264?

Thanks in advance!

Re: cefsimple build configuration and h.264 video streams

PostPosted: Fri Oct 06, 2017 1:08 am
by magreenblatt
Proprietary codecs are not supported in the default build.

Re: cefsimple build configuration and h.264 video streams

PostPosted: Fri Oct 06, 2017 4:53 pm
by TripleSMG
Thanks @magreenblatt.