Page 1 of 1

CefSchemeHandlerFactory: 'wav' stopped playing in CEF 75-81

PostPosted: Fri Apr 03, 2020 2:51 am
by cpp
We are using CefSchemeHandlerFactory and if request->GetURL contains our custom /embedded/ then stream has path to local file and return new CefStreamResourceHandler(mime, stream);

All local resources work correctly, except sound files with extension 'wav', which stops working in CEF 75 and still doesn't work in CEF 81 because
CefResourceRequestHandler ::OnResourceLoadComplete, CefResourceRequestHandler::URLRequestStatus status == UR_FAILED.