VLC:保持打开状态更快

发布于 2024-11-09 01:34:36 字数 1549 浏览 0 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

逆夏时光 2024-11-16 01:34:36

您可以在不开始录制的情况下启动 VLC,并通过各种界面之一来控制它。可能 rc 可能是您想要完成此任务的人。

如果你用这样的东西启动 vlc:

vlc -I rc --rc-host localhost:10000

你可以像这样用 netcat 发送命令:

 echo "your_command_goes_here" | netcat localhost 10000

另外,根据你如何做,很多编程语言都有 vlc 的包装器,这可能会让你的生活更轻松:

You can start VLC without starting your recording and control it through one of it's various interfaces. Probably rc is probably the one you want for this task.

If you start vlc with something like this:

vlc -I rc --rc-host localhost:10000

you can send it commands with netcat like this:

 echo "your_command_goes_here" | netcat localhost 10000

Also, depending how you're doing this, a lot of programming languages have wrappers for vlc which might make your life easier:

幸福%小乖 2024-11-16 01:34:36

查看此博客,其中包含所有命令的详细描述可用的。

您的命令将是“add rtsp://teams....”。不过,VLC 必须先启动所有其他选项。

check out this blog with a nice description of all the commands available.

Your command would be "add rtsp://teams....". VLC must be started with all your other options before though.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文