xbgmsharp

Results 15 issues of xbgmsharp

Hello, I run into an issue while calling GetAtTime. I request a timestamp and receive a response for another timestamp. To make it work I apply pull request #13 I...

Create a Docker using alpine to reduce disk usage. 306MB vs 582MB ``` REPOSITORY TAG IMAGE ID CREATED SIZE xbgmsharp/ipxe-buildweb alpine a42b85c4a88b 18 seconds ago 306MB xbgmsharp/ipxe-buildweb ubuntu 2722181984c0 2...

Have a option to allow uploading my SSL CA (or web CRT) and add it to build image

enhancement

It was a misunderstanding on my side. I thought that PXE image support could be added to ipxe.efi (in a way that also the PXE functionality which exists in non-UEFI...

Add a button "Save" to save the build parameters.

To ease building package to each distribution, below a sample docker debian:latest compilation workflow. Can be extend to other system. Tested with Debian (buster) and Ubuntu (focal). ``` $ git...

Thanks to @photonensammler for reporting this issue. According to the [Wiki videojs-zoomrotate](https://github.com/xbgmsharp/piwigo-videojs/wiki/Configuration#videojs-zoomrotate), we should be able to set the rotate parameter if not present in the Video metadata. Check install...

Thanks to @photonensammler for reporting this issue. PHP timeout on long video while creating thumbnails. http://php.net/manual/en/function.set-time-limit.php > The set_time_limit() function and the configuration directive max_execution_time only affect the execution time...

The thumbnails are not rotate when video and poster are. You can reproduce the issue. - Take a portrait video. - Import in PWG and sync. - Enable rotation videojs...

bug

From Issue #8 I just tested and I think it would be better to scale by the height instead of the width. For a 640x480 video and a 720p Max...

enhancement