NameError: name 'StreamerConfig' is not defined
没有找到StreamerConfig模块,是没有这块代码吗?
安装rtmpstream
https://github.com/lipku/python_rtmpstream/tree/main 编译这个项目,报错了,错误信息如下:
CMake Error at CMakeLists.txt:58 (pybind11_add_module):
Unknown CMake command "pybind11_add_module".
python用的是3.9吗?现在的报错信息如下: RuntimeError: CUDA error: no kernel image is available for execution on the device
在执行python app.py时报的这个错误
需要在python目录下自行下载pybind11,然后运行install
python用的是3.9吗?现在的报错信息如下: RuntimeError: CUDA error: no kernel image is available for execution on the device
您这个需要重新安装一下cuda环境
已经安装好了,现在卡在了websocket这里,不知道怎么处理了