oviano

Results 35 issues of oviano

Occasionally I see this, presumably because my server application starts sending the video stream very quickly. Is it a problem? It seems that after calling srt_accept() the connection isn't necessarily...

Type: Question

A bit of a long-shot this one, but something I've noticed with both SRT and RIST is that the protocol logic is intertwined with the socket code. I guess this...

Type: Enhancement

I use a custom VS2019 project with mostly default settings and the following warnings appear a lot: C4101 - local variable never used C4244 - conversion from type1 to type2...

Type: Maintenance
[core]
Epic

Recent-ish changes to FFmpeg have deprecated enable-cuda-sdk in favour of enable-cuda-nvcc. The intention is that the likes of yadif_cuda etc no longer need to link with the CUDA SDK libraries...

### What do you need help with? I noticed the ATV had updated recently to 15.4.1 (apparently this was a week or two ago) and now atvremote can no longer...

question

When attempting a real-time encode on hardware that can't handle it (or is a borderline case) I find that on closing the encoder it 99% of the time hangs with...

discussion

All I have found so far is this: https://openbenchmarking.org/showdown/pts/svt-hevc Is this reliable? It seems to show a big decrease in speed from SVT-HEVC v2019-02-03 to SVT-HEVC v1.4.1 (taking Intel Core...

discussion

Not sure if I'm missing something here - I ran the installer and it succeeded. But git lfs version from the command prompt shows 2.9.2: git-lfs/2.9.2 (GitHub; windows amd64; go...

enhancement
help-wanted
windows

I've been using this nice queue for a while now; one of my usages is as part of a log file writing system. I have a blocking concurrent queue where...

bug

We currently have size_approx() and I understand how that works. However, I am finding that when I use this queue I frequently want to run some clean up code at...