ggolda

Results 17 comments of ggolda

It doesn't work if `Broadcast::routes(['middleware' => 'auth:sanctum']);` is inside `api.php` (with changed `authEndpoint` to point to `api/v1/broadcasting/auth`. But works with a default configuration, when routes are inside `web.php` and with...

@tlaverdure I found a problem with cookie decryption and Laravel Sanctum: https://github.com/laravel/sanctum/issues/122 In case if they wont fix it, it's worth adding a section how to use `laravel-echo-server` with Sanctum:...

@antonfirsov could you please explain how to make those corners transparent? I need to draw one image atop of another and it should have rounded corners. The only result that...

@hey-red here is a WeTransfer with a sample video that crashes for me: https://we.tl/t-oyirFjcUju I'm using a windows build `ffmpeg-n4.3.1-19-gaf2a430bb1-win64-gpl-shared-4.3`, but I tried with other ffmpeg builds (including ffmpeg 5...

This is a full example that crashes with video provided above: ```c# using System; using FFMediaToolkit; using FFMediaToolkit.Decoding; using FFMediaToolkit.Graphics; namespace FfmpegCrashTest { class Program { static void Main(string[] args)...

Indeed, you are right. Tried with `net6.0` and no issue. Any ideas what is wrong with net5.0 and why it reproduces only for this specific resolution?

Faced the same problem. Extracted images for portrait oriented video files are rotated on 90 degrees. Any way to prevent this and scale them instead?

Have the same issue, on Ubuntu 22.04. Looks like calling Dispose is not freeing any resources and memory keeps growing until process is killed in the end.

Would be great to have a way to create image from raw decoded pixel buffer.