WolfEngine icon indicating copy to clipboard operation
WolfEngine copied to clipboard

Wolf is a set of modules for real-time rendering, real-time streaming and game developing

Results 18 WolfEngine issues
Sort by recently updated
recently updated
newest added

Building `wolf` fails in the following condition: - `WOLF_MEDIA_FFMPEG` is `ON` - `WOLF_MEDIA_STB` is `OFF` All functions needed to be declared in `w_av_frame.hpp` file and the required options (such as...

bug::minor

In `w_openal::reset`, the underlying buffer doesn't reset, thus when `update` is called again, the previously queue'd and not played audio samples in buffer will be played before the new submitted...

Implement rtmp pusher based on gstreamer.

dev::feature

add a module for tracing the system. this module will use opentelemetry.

Implement webRTC for backend with Native webRTC

dev::feature

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)

dev::feature

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.

dev::feature
needed::design decision
status::blocked

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...

question
dev::build
needed::design decision
status::blocked