Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我希望在服务器端录制实时 http 流。我可以通过 ssh 在服务器上进行录制,然后编写 vlc -I rc 命令但是当我在 exec 函数中编写相同的命令时:- exec("vlc -I rc REST_OF_THE_COMMAND"); IT 不起作用,但是 exec("ls -l") & exec("pwd") 有效
所以我的问题是 vlc 命令行不适用于 exec 或 shell_exec 函数。
请检查此答案(与从 PHP 执行命令有关)。一旦你知道了确切的问题,那么就更容易找到解决方案。
从 PHP 执行 wkhtmltopdf 失败