Nazar78

Results 10 comments of Nazar78

I also see similar issue in both 10.8.0 and previous version. Usually refreshing or returning back to the same page loads the images properly.

I somewhat got it working with IPv6. Instead of using `sockaddr_storage` as mentioned in this pending 2019 PR https://github.com/samizdatco/nginx-http-auth-digest/pull/34, I made all the `ngx_memcpy` occurrences for the source size to...

``` static size_t ngx_http_auth_digest_get_copy_size(size_t source_size, size_t dest_size) { return (dest_size connection->sockaddr, ngx_http_auth_digest_get_copy_size(sizeof(r->connection->sockaddr), sizeof(&testnode))); ... ngx_memcpy(&node->src_addr, r->connection->sockaddr, ngx_http_auth_digest_get_copy_size(sizeof(r->connection->sockaddr), sizeof(&node))); ... ngx_memcpy(&testnode.src_addr, r->connection->sockaddr, ngx_http_auth_digest_get_copy_size(sizeof(r->connection->sockaddr), sizeof(&testnode))); ```

Created a fork https://github.com/samizdatco/nginx-http-auth-digest/compare/master...Nazar78:nginx-http-auth-digest:master.

Thank you for the reply. Just a question, do you happen to know which is the latest fork still being maintained?

I saw this comment https://github.com/jellyfin-archive/jellyfin-plugin-email/issues/28#issuecomment-958599883. I'm not familiar with .NET but it seems to have the similar code. > In MediaBrowser.Plugins.SmtpNotifications/Notifier.cs on line 52 client.ConnectAsync is called passing in options.SSL...

> For stable branch, there is no need to do this. I noticed however in the stable branch 10.5.3, during playback when you bring out the subtitle offset, there's no...

Yeah you would need something at the frontend that's always online to wake up the sleeping server unless if you use an app or sort of CGI. The WOL could...

> What if I put this in the tizen script brackets https://www.depicus.com/wake-on-lan > That is a wake on lan site service Yup that would work too but you'll need to...

> Personally, I would keep homenet to be "local" as much as possible. _That's why Jellyfin_ > I wonder if it is possible to make a proxy (with some perl...