Christian Hackbart
Christian Hackbart
Hi, this is actually not an issue, but somehow I can not get any video played back using miniblink. Is there something I have to add to my code that...
Hi, I wonder if there is a way to add a javascript callback function via https://magpcss.org/ceforum/apidocs3/projects/(default)/CefMessageRouterBrowserSide.html Christian
Hi, I added a TALMacOSVideoPlayer implementation based on the OpenGLES implementation for IOS. This was quite straight forward, but I did not got the OpenGL renderer working. What I did...
Hi, i do have some issues which are probably not directly caused by the implementation, but maybe you have an idea? I placed the surface with align contents on the...
Hi, is there a way to load a url without using the download mechanism in wke? The reason is that mime types like application/ce-html are not thread as html and...
**Have you read the [Tutorials](http://shaka-player-demo.appspot.com/docs/api/tutorial-welcome.html)?** yes **Have you read the [FAQ](https://bit.ly/ShakaFAQ) and checked for duplicate open issues?** yes **What version of Shaka Player are you using?** 4.9.10 **What browser and...
Hi, i am not sure if it is a bug or a question, but I was unable to compile a webos project. Every time I tried to build it failed...
Do you see a tweak to allow FullDebugMode under Lazarus? Christian
Solution: procedure TMIMEPart.DecodePartHeader; var n: integer; s, su, fn: string; st, st2: string; begin Primary := 'text'; FSecondary := 'plain'; FDescription := ''; Charset := FDefaultCharset; FFileName := ''; //was...