diff --git a/CPF_Cef/MainModel.cs b/CPF_Cef/MainModel.cs index bb1099d..24a4d64 100644 --- a/CPF_Cef/MainModel.cs +++ b/CPF_Cef/MainModel.cs @@ -1124,7 +1124,7 @@ namespace AksWebBrowser { string command = $"pkill vlc"; ShllCommad(command); - command = $"vlc --fullscreen --video-title={param.title} {param.url}"; + command = $"vlc --overlay --video-on-top --fullscreen --video-title={param.title} {param.url}"; ShllCommad(command); }); string result = "{\"timestamp\":\"" + Utils.GetTimestamp() + "\",\"message\":\"success\",\"code\":\"200\",\"status\":true,\"suffix\":\"jpg\",\"data\":\"" + "播放成功" + "\"}";