如何通过命令行使用 VLC 播放 MMS 流?

如何通过命令行使用 VLC 播放 MMS 流?

我尝试在早上使用 VLC 和 Cron(Mac OS X)醒来。

Cron 应该运行的命令是:

/Applications/VLC.app/Contents/MacOS/VLC mms://213.8.138.13/glz-stream

但 VLC 给出了以下输出:

[0x100202b88] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
[0x114740818] access_mms access error: error while asking for file -1
[0x114740818] access_mms access error: error while asking for file -1
[0x114740818] access_mms access error: cannot connect to server
[0x114740818] access_mms access error: error: HTTP/1.0 503 Service Unavailable
[0x101e681a8] main input error: open of `mms://213.8.138.13/glz-stream' failed: (null)`

它所做的就是将流添加到播放列表中 - 我想立即播放它(因为我想起床......)

如果我尝试 mms://213.8.138.13/glz-stream通过 GUI 播放,它可以毫无问题地播放。

我还尝试了以下命令:

open -a "VLC" mms://213.8.138.13/glz-stream<br>
Applications/VLC.app/Contents/MacOS/VLC --open  mms://213.8.138.13/glz-stream<br>
Applications/VLC.app/Contents/MacOS/VLC --play-and-stop  mms://213.8.138.13/glz-stream

它们都不起作用,只是将流添加到播放列表中。

那么如何在 VLC 中通过 Mac OS 终端播放​​ MMS 流?

答案1

尝试以下步骤,让它-I rc在没有 GUI 的情况下运行:

/Applications/VLC.app/Contents/MacOS/VLC -I rc mms://wm-live.world.mii-streaming.net/live/klove/high_01

相关内容