Fabián Delgado

Results 13 comments of Fabián Delgado

Try composer require xemle/html5-video-php, this works

Hi, have you added "use" before instance of class? use Goutte\Client;

The error is that you are trying to convert a response to a string. Have you tried using vardump instead of echo?

Hi, I also need to sign the apk with zipalign, when will you add these libraries to master?

I’m facing the same issue. @JuanJoseMoralesCalvo Did your suggestion work for you?

On which lines of which file should I put this? Please explain me if I should add or replace code?

@h2zero like this example in my gist? https://gist.github.com/fabdelgado/60c715dec2651b46a0d342c46179fe48

It has not worked for me with my chromecast v3 Google TV. You can review the video I have recorded for you. https://user-images.githubusercontent.com/8621547/200147816-289740df-03e3-4b02-9f8e-d16e6ccdcda3.mp4

@h2zero this worked for me, thanks for the help. https://user-images.githubusercontent.com/8621547/200183433-a0bfaea0-bfe1-4ad7-8a33-ad92f576229e.mp4 This is the code that I have used, I have left it for future issues. `void setup() { NimBLEDevice::init("NimBLE"); NimBLEDevice::setSecurityAuth(true,...