LiveTalking icon indicating copy to clipboard operation
LiveTalking copied to clipboard

NameError: name 'StreamerConfig' is not defined

Open liupingtoday opened this issue 1 year ago • 7 comments

没有找到StreamerConfig模块,是没有这块代码吗?

liupingtoday avatar Jan 05 '24 14:01 liupingtoday

安装rtmpstream

lipku avatar Jan 05 '24 14:01 lipku

https://github.com/lipku/python_rtmpstream/tree/main 编译这个项目,报错了,错误信息如下:

  CMake Error at CMakeLists.txt:58 (pybind11_add_module):
    Unknown CMake command "pybind11_add_module".

liupingtoday avatar Jan 05 '24 15:01 liupingtoday

python用的是3.9吗?现在的报错信息如下: RuntimeError: CUDA error: no kernel image is available for execution on the device

liupingtoday avatar Jan 06 '24 08:01 liupingtoday

在执行python app.py时报的这个错误

liupingtoday avatar Jan 06 '24 08:01 liupingtoday

需要在python目录下自行下载pybind11,然后运行install

westernbuptboy avatar Jan 07 '24 05:01 westernbuptboy

python用的是3.9吗?现在的报错信息如下: RuntimeError: CUDA error: no kernel image is available for execution on the device

您这个需要重新安装一下cuda环境

DestoryVIP avatar Jan 09 '24 01:01 DestoryVIP

已经安装好了,现在卡在了websocket这里,不知道怎么处理了

liupingtoday avatar Jan 11 '24 05:01 liupingtoday