Matthew Shapiro
Matthew Shapiro
I'm currently running 1.6.0-23. I am assuming I am just misunderstanding something but I can't get auth cookies that the server is setting to be replayed by subsequent requests later...
I'm getting `Rtp(ErrShortPacket)` after several successful depacketize calls from the `H264Packete` depacketizer, and am struggling to understand what I'm doing wrong. The minimal reproduction of this is: ```rust use std::sync::Arc;...
Love the library, however I have found an issue that I am not sure is an ImGui.Net issue or a Dear Imgui issue, and my C++ and FFI experience is...
I tried to fix this myself, but unfortunately the rxOrderBy regular expression is gibberish to me :(. To reproduct this I added the following to the top of PagingHelper.cs file:...
https://developer.jwplayer.com/tools/stream-tester/ is showing video that's incorrectly skinny if the player connects before the publisher starts pushing video.
Video comes in via `gen_rtmp_server` adopter and gets saved in 10 second TS fragments (no hls manifest for phase 1)
There should be a `GenRtmpClient` behaviour that allows issuing connect, createstream, play, pause, closestream and publish commands, and allows sending and receiving audio/video data and metadata. First iteration only requires...