zokradonh

Results 16 comments of zokradonh

The base Dockerfile is now also in this repository. Both combined in one repository.

I see that breaking changes stop this PR from being merged. There are ways to accomplish nearly the same without breaking changes. 1. File permissions problem: Start container as root...

Root in scratch image is fine for my level of paranoia. Would make things much more simple.

Why size presets at all? It should be possible to resize the window automatically to the media resolution. Whatever the resolution is (except exceeding ones). Any drawbacks of such a...

> A few drawbacks I see: If you happen to have media that is larger resolution than you want to push through Zoom, quality could suffer. For example, if the...

> my guess this would happen the same, if onlym starts dynamically adjusting the screen area size acoording the presented media size. VLC creates a new Win32 window handle for...

I just noticed, that Antony is working on a .NET 5 port of OnlyM. Then I should wait with any further development until this port is released.

> I noticed that sometimes this issue does not occur first time i play a video, but if I do a test (playing the entire video), sometimes the second time...

It looks like `SSL_TYPE=self-signed` is not supported on `docker-mailserver` anymore. At least since https://github.com/docker-mailserver/docker-mailserver/commit/c851f5b6aa59d24b6d52b4d7fd2923bd5f4f64bf The new alternative seems to be `SSL_TYPE=snakeoil` for testing purposes. Please change `docker-compose.mail.yml` `SSL_TYPE` to `snakeoil`...

It starts successfully and fullfills its job to create the certificates if they don't exist. Afterwards it closes immediately. This is normal.