rtmplite3 icon indicating copy to clipboard operation
rtmplite3 copied to clipboard

A pure Python 3 RTMP server.

Results 2 rtmplite3 issues
Sort by recently updated
recently updated
newest added

I start the server: ``` % python -m rtmplite3 -dv Thu Jun 1 10:53:03 2023 RTMPLite Server Starts - 0.0.0.0:1935 v0.4.0 ``` Then in Terminal, I start a stream: ```...

in some case FLV has no AMF0 instead AMF3 but without Version bits.

enhancement