Dmitry Tsarevich

Results 34 comments of Dmitry Tsarevich

https://github.com/juliusfriedman/net7mma_core/pull/24 doen't help, lines `LengthInWordsMinusOne overflowed. Cannot store a number lower than 2 or higher than 0 in a 65535 structure.` are gone, but log the same and no video...

> You want to do something like a camera tour where you tour between each stream? > > It should be very easy to achieve provided the underlying streams are...

> It's just a bit more complex than it needs to be in order to work. > > If you already have your output stream then its just a matter...

`ThreadExtensions.MinimumStackSize = 1` causes StackOverflow for me. Solved by setting one to `64 * 1024`

My last attempt below. But it still causes artifacts in result video stream, hunging streaming, etc. Result url is `rtsp://:8554/live/carousel`. ``` class TimedRingBuffer { private readonly T[] buffer; private readonly...

rtsp://8.15.251.101:1935/rtplive/R2_051 rtsp://8.15.251.101:1935/rtplive/R2_059 both are working.

Even if i do not do composite streaming at all, just ``` server.Start(); // Wait for the server to start. while (!server.IsRunning) System.Threading.Thread.Sleep(0); var inputSource1 = new RtspSource( "R2_059", "rtsp://8.15.251.101:1935/rtplive/R2_059",...

`-dxlevel 85` as launch arguments. Or copy shaders from tf2 Reason is dx 9+ shaders are changed by valve and not compatible with source.