Nick Venenga

Results 75 comments of Nick Venenga

On 10.8.1 I launched the Roku app from vs code and I guess this is the error ![image](https://user-images.githubusercontent.com/384474/176066582-69f915a2-b3d7-40cc-befa-d9ffb0e03945.png) I downloaded the m3u8 file ``` #EXTM3U #EXT-X-STREAM-INF:BANDWIDTH=27376492,AVERAGE-BANDWIDTH=27376492,VIDEO-RANGE=SDR,CODECS="avc1.640033,mp4a.40.2",RESOLUTION=3840x2160,FRAME-RATE=24 main.m3u8?DeviceId=45260505-7ba6-5e67-9799-093823ab2dec&MediaSourceId=2d879bcf0c3ef825f4ffcf64576ee8ff&VideoCodec=h264,h265,hevc,hevc&AudioCodec=aac&AudioStreamIndex=1&VideoBitrate=139616000&AudioBitrate=384000&MaxFramerate=24&PlaySessionId=03a7696f4856466999d64c624455e0b6&api_key=bd40b88c9f7c41e8b01a630cc6edea9e&SubtitleMethod=Encode&TranscodingMaxAudioChannels=2&RequireAvc=false&Tag=087edf2dc4c3d65c76e6720151364cf4&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&hevc-level=150&hevc-videobitdepth=10&hevc-profile=main10&h264-profile=high,main,baseline,constrainedbaseline&h264-level=51&aac-audiochannels=2&TranscodeReasons=AudioCodecNotSupported ```

With 10.8.0 on Roku, the transcode starts then a few second into the video I get an error. With 10.8.1, it doesn't start at all. Both using the official amd64...

I think this might be the cause https://github.com/libusual/libusual/issues/42 I think libusual still runs OCSP validation when certificate validation is disabled. I think...

> We use terragrunt and it's great, but some people might benefit from using a more generic tool like GNU `parallel`: https://www.gnu.org/software/parallel/parallel_tutorial.html > > It lets you run a batch...

Maybe a more robust approach is per-module buffering with the option to overwrite console output to display realtime progress (similar to how `docker build` or `curl` progress work). i.e. `--output=[unbuffered,buffered,live]`...

> no output from the python script or daemon are flushed to stdout until the block buffer is full This isn't a problem when using StreamHandler in the `logging` package....

fpm seems to assume it's being packaged on a FreeBSD system https://github.com/jordansissel/fpm/blob/main/lib/fpm/package/freebsd.rb#L95 ``` root@OPNsense:~ # uname -s FreeBSD root@OPNsense:~ # uname -r 13.2-RELEASE-p11 nick@nick-desktop:~$ uname -s Linux nick@nick-desktop:~$ uname -r...

This seems possibly related to cri-o. I ran into this issue with k8s 1.29 on cri-o/Ubuntu 22.04 https://github.com/cri-o/cri-o/blob/main/docs/crio.conf.5.md This could also possibly be related to user namespaces https://frasertweedale.github.io/blog-redhat/posts/2020-12-01-openshift-crio-userns.html

> One way to workaround this is to use k8s_attach. > > So you might have a chart that creates multiple deployments, and you can use `k8s_attach` to create separate...