Browse Source

优化视频

master
胡超1 1 year ago
parent
commit
65709505e8
  1. 2
      CPF_Cef/MainModel.cs

2
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\":\"" + "播放成功" + "\"}";

Loading…
Cancel
Save