Outer Heaven Legacy
Outer Heaven Legacy
Provide RTSP new frame function for [rtsp_server_gst](https://github.com/WolfEngine/wolf/blob/master/wolf-stream/src/rtsp/server/rtsp_server_gst.rs)
Wolf needs a binding for Python, including ways for creating native Python modules and running and interacting with Python codes. [PyO3](https://github.com/PyO3/pyo3) is a good option.
According to [this benchmark](https://github.com/kostya/benchmarks#base64), we still need to use base64 implemented by C language for our stream. If this [issue will be resolved](https://github.com/aklomp/base64/pull/7) then we will have a chance to...