我根据此处的说明安装了 Shaka Streamer:https ://google.github.io/shaka-streamer/prerequisites.html
但我不能从命令行调用它:
python3 shaka-streamer
我得到错误:
python3: can't open file 'shaka-streamer': [Errno 2] No such file or directory
我有点困惑,因为它在命令行示例中以这种方式调用:https ://google.github.io/shaka-streamer/overview.html
我的目标是在我的 NodeJS 应用程序中通过命令行调用它,我希望有人能告诉我哪里出错以及如何修复它。