求助,php调用python脚本传递参数的问题
发布网友
发布时间:2022-04-23 00:33
我来回答
共2个回答
热心网友
时间:2022-04-07 09:53
不成功的
python textcasting_stream_py/start_capture_stream.py rtmp://v2.gdtv.cn:1935/live/sport baw GermenVSJapan
成功的
python textcasting_stream_py/start_capture_stream.py rtmp://v2.gdtv.cn:1935/live/sport Kobe GermenVSJapan
热心网友
时间:2022-04-07 11:11
和sql语句一样,将.号改为{}号,如下:
$command="python textcasting_stream_py/start_capture_stream.py {$feed} {$caster_id} {$gameName}";