Skip to content Skip to sidebar Skip to footer

Openssl Server Not Receiving Requests For Media (audio/video) From Wkwebview

The goal we’re trying to accomplish is to load a local video asset (stored on disk) into a WKWebView instance, to be used as a texture in WebGL. Up until now, we have been accomp

Solution 1:

We had a httpListener on "http://+:13333", but nothings happen when we load our htmlString in WKWebView with this content "http://localhost:13333".

Our solution was to replace the "localhost" with "127.0.0.1".

Maybe it is a genaral problem by WKWebView?!

Post a Comment for "Openssl Server Not Receiving Requests For Media (audio/video) From Wkwebview"