rossbuggins

Results 10 issues of rossbuggins

When using a persistent subscription in Pinned mode with a stream such as $ce-MyStream, which has MyStream-one, MyStream-two, in C# I can't find reference to -one or -two, only $ce-MyStream....

kind/enhancement
subsystem/persistent subs

When using asp.net core 3.0 web api, whats the best way to use the orleans builders for a client only to connect to a remote cluster - with DI etc...

enhancement

Hi, I'm doing some audio analysis using the Accord.Audio framework, and looking to take the frames from the rtsp client through into there. However, currently struggling to get the aac...

question

I'm running the Streaming video display demo and trying to connect to a locally hosted RSTP server. I'm using VLC as the server with: VLC "MyFile.mp4" --sout=#transcode{vcodec=h264,scale=Auto,acodec=mp4a,ab=128,channels=2,samplerate=44100,scodec=none}:rtp{sdp=rtsp://MYLOCALIP:8996/go.mpg} :no-sout-all :sout-keep However,...

question

When tail -f for follow mode of log files is really useful. Something similar for clef.exe would be really useful

Should odata support IAsyncEnumerable? There is an open work item on asp.net core https://github.com/aspnet/AspNetCore/issues/5357 and the underlying c# support https://github.com/dotnet/corefx/issues/32640

feature

FYI, I've put together a docker version with python3.8, opencv a dlib builds at https://github.com/rossbuggins/mlapi-docker/ https://hub.docker.com/r/rossbuggins/mlapi

On multistage yaml pipelines we can only see the tasks for the first (build) stage, they are not shown for the deploy stages

**Describe the issue** Code analysis does not run when this package is in use **To Reproduce** Steps to reproduce the behavior: 1. `func init --worker-runtime "dotnet-isolated" --target-framework "net8.0"` 2. `func...