Nick Venenga

Results 75 comments of Nick Venenga

I think I might be seeing this, too. Some details in (& logs) https://github.com/jellyfin/jellyfin/issues/8009#issuecomment-1166691413 Besides erroring after a few seconds, Jellyfin is deciding to transcode HEVC/EAC3 to AVC/AAC for Roku....

If you have a rooted Android phone, you can retrieve the settings from the app (Smart Life) data storage. The keys/configured devices are located at /data/data/com.tuya.smartlife/shared_prefs/dev_data_storage.xml There's a string in...

There appears to be some documentation here on how the protocol works that communicates with these https://docs.tuya.com/en/mcu/mcu-protocol.html Sniffing traffic with my phone it looks like sending a "09" in the...

Right. I was thinking that maybe the TCP protocol is a wrapper around a serial connection. It seems they use the same delimiters "55aa" and all the 0s that follow...

Maybe https://github.com/mozilla-mobile/fenix/issues/26327

> Hey. Did a little more diggin. Kubelet configuration option `serverTLSBootstrap: true` can actually create a CSR for the serving certificate. But it leaves it unapproved. Which may be ok?...

I have a very rough implementation using SSDP here https://github.com/nijave/python-shared-state-network-service (I've only learned about SSDP yesterday so it may not be a very _good_ or correct implementation of SSDP)

Right now I just edit my RSS feed URL to start with `-` and use this patch and it does what I want src/spouts/rss/feed.php ``` public function load(array $params) {...

Not sure if it's on the server side or client side but I still seem to have the video transcoded to h264 when the audio requires transcoding. ``` General Complete...

> This was big 10.8.5 so possibly related to 10.8.x changes but not sure if it's on the Roku client side (device profiles) or server side (transcoding code) I'll try...