parent
9a02e6fbeb
commit
9abb9eadeb
|
@ -205,7 +205,7 @@ const fnPreviewVideo = async (row) => {
|
|||
data.transcodeVideoDialog.visible = true; // 显示播放器弹窗
|
||||
data.transcodeVideoDialog.id = row.PLS_ID; // 显示播放器弹窗
|
||||
data.transcodeVideoDialog.src =
|
||||
"http://localhost:7811/" + resData.videoUrl + "stream.m3u8";
|
||||
"http://172.16.112.251:7811/" + resData.videoUrl + "stream.m3u8";
|
||||
} catch (error) {
|
||||
ElMessage.error("启动转码失败: " + (error.message || "未知错误"));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue