Avital Yachin

Results 9 comments of Avital Yachin

Had the same issue. Solved by including the latest speechkitt.min.js from Github instead the one in cloudflare.com, which seems to be outdated..

Had the same issue when linked to the cloudflare.com libraries/templates. Solved by linking to the latest library and templates from Github.

I'm facing exactly same issue. Also tried older versions down to 15.0.0 --> all give same error. Host is Ubuntu 22.04 running on EC2 a1.metal instance (aarch64/ARM64, AWS Graviton processor)...

Amazing! Few questions please: 1. Does it support proxy authentication in the form of user:pass@proxy_address:port ? 2. Can I set a different proxy per request (this is important since many...

Per #2 - multiple instances won't work easily since proxy username contains parameters such as session_id, which means that every request may have a different proxy user...

@LyleMi I'm currently testing the tlsproxy project. I noticed that it is based on the https://github.com/bogdanfinn/tls-client project for customizing the ja3 fingerprints. Do you know how is that library different...

Two options to avoid premature deletion of segments: 1. Reduce keyframe interval at the source. 2 sec is good for live streaming scenario (set hls_fragment=2 in such case). 2. Increase...

Still no luck on Amazon Linux AMI (EC2)... Many dependencies are missing. I do have the EPEL repository enabled/installed. Sample errors: --> Finished Dependency Resolution Error: Package: kms-gstreamer1-plugins-bad-1.8.1.1-1.x86_64 (pkgs.cloud-kurento) Requires:...

Indeed: https://forums.aws.amazon.com/thread.jspa?threadID=227201 Is there any other alternative to run Kurento on Amazon Linux?