rust-media-libs
rust-media-libs copied to clipboard
Rust based libraries for misc media functionality
In the `threaded_rtmp_server` example, the function `handle_connections` will poll the channels as fast as it can resulting in a 100% CPU load for that thread. The function `handle_connections` calls `connection_receiver.try_recv()`...
Description: Hello! I am interested in using the rust-media-libs library for streaming MPEG-TS video content to an external RTMP server like YouTube. I have read through the documentation and searched...
It looks like this event isn't currently generated by the ServerSession though it is defined.
ServerSession currently always allows the creation of new streams, and maintains a little bit of state for each in a hash map. In a scenario where you're authenticating clients on...
RTMPx
Hi Folks, is rust-media-libs support RTMPS, RTMPE, RTMPTE, RTMPT AND RTMFP? Thanks to tell which protocol stil not supported so I will try to join a community task force.
RTMP API functions that return a `Vec` should instead return `Bytes` for better pooling and less allocations.