master #5

Merged
bichangxiong merged 42 commits from master into prod 2025-09-06 20:34:21 +08:00
Showing only changes of commit 8661888c8e - Show all commits

View File

@@ -361,9 +361,9 @@ function doPlayer(nodeData: any, index: number = 0) {
console.log('index=', index);
if (mpegts.isSupported()) {
streamProxy(nodeData, (res: AddStreamProxyResult) => {
// const host = window.location.host;
// const url = `ws://${host}/${res.app}/${res.streamId}.live.flv`;
const url = `ws://183.230.235.66:11010/${res.app}/${res.streamId}.live.flv`;
const host = window.location.host;
const url = `ws://${host}/${res.app}/${res.streamId}.live.flv`;
// const url = `ws://183.230.235.66:11010/${res.app}/${res.streamId}.live.flv`;
// 将url 绑定到 nodeData
nodeData.url = url;
closePlayer(index);