我正在尝试使用python和livestreamer在VLC中打开抽搐流。当我打开正常的命令提示符并输入:
livestreamer twitch.tv/*stream_here* best
完全正常。但是,当我添加:
os.system('livestreamer twitch.tv/%s best' %(streamName))
到我的python脚本,python脚本打开的命令提示符表明livestreamer不被识别为内部或外部命令。 Livestreamer肯定被添加到我的路上,所以我有点困惑。