【问题标题】:Running Multiple Instances of Flash Media Live Encoder on Mac在 Mac 上运行多个 Flash Media Live Encoder 实例
【发布时间】:2014-08-23 11:23:45
【问题描述】:

有没有办法在 Mac 上运行多个 Flash Media Live Encoder (FMLE) 实例?我有一个从 VLC 运行到 FMLE 的实时流,并且希望在同一台计算机上有 2 个流。

我已经设法使用此链接中的脚本在同一台计算机上运行了 2 个 VLC 实例:

https://wiki.videolan.org/How_to_play_multiple_instances_of_VLC/

on run
do shell script "open -n /Applications/VLC.app"
end run

on open theFiles
repeat with theFile in theFiles
    do shell script "open -na /Applications/VLC.app " & quote & (POSIX path of theFile) & quote
end repeat
end open

有没有办法让我对 FMLE 做同样的事情?

【问题讨论】:

    标签: macos flash vlc live-streaming fmle


    【解决方案1】:

    我设法通过在终端中运行以下命令来解决这个问题。

    n=2 ; for (( c=1; c<=n; c++)) ; do open -n /Applications/Adobe/FlashMediaLiveEncoder32/FMLE.app/ ; done
    

    我必须删除文件夹名称和 .app 名称中的空格,以便它可以在终端中工作。

    【讨论】:

      猜你喜欢
      • 2020-03-03
      • 2014-08-05
      • 1970-01-01
      • 1970-01-01
      • 2018-06-18
      • 1970-01-01
      • 2017-01-14
      • 2017-06-08
      • 1970-01-01
      相关资源
      最近更新 更多