We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7693492 commit 9d07af3Copy full SHA for 9d07af3
web/src/pages/components/video-playback/index.tsx
@@ -190,6 +190,7 @@ export const VideoPlayback = (props: {
190
type: "flv",
191
isLive: true,
192
url: videoUrl,
193
+ cors: true,
194
},
195
{
196
enableWorker: true, // 启用分离的线程进行转换(如果不想看到控制台频繁报错把它设置为false,官方的回答是这个属性还不稳定,所以要测试实时视频流的话设置为true控制台经常报错)
web/src/pages/home/hook.ts
@@ -449,6 +449,7 @@ export const useAction = () => {
449
450
451
url: nowStream,
452
453
454
455
0 commit comments