Problem streaming audiobooks
Posted: Sun Sep 15, 2024 2:55 pm
Hello!
I've borrowed a streaming audiobook at the library. When I load the website the cogwheel keeps spinning, it's supposed to stop and after that the play-button can be used to start listening. I attached a picture to help show what I'm talking about.
It's been a while since I borrowed an audiobook but I'm sure it has been working with a previous version of CEF4Delphi. In my code I have,
GlobalCEFApp.EnableMediaStream := True;
Do you know any other properties that may help?
I have tried setting Engine.RuntimeStyle := CEF_RUNTIME_STYLE_ALLOY which I understand was used earlier, but it didn't make any difference.
Or perhaps the site has changed and use other codecs now. Can I check that somehow?
I've borrowed a streaming audiobook at the library. When I load the website the cogwheel keeps spinning, it's supposed to stop and after that the play-button can be used to start listening. I attached a picture to help show what I'm talking about.
It's been a while since I borrowed an audiobook but I'm sure it has been working with a previous version of CEF4Delphi. In my code I have,
GlobalCEFApp.EnableMediaStream := True;
Do you know any other properties that may help?
I have tried setting Engine.RuntimeStyle := CEF_RUNTIME_STYLE_ALLOY which I understand was used earlier, but it didn't make any difference.
Or perhaps the site has changed and use other codecs now. Can I check that somehow?