Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

ServerErrors: urls missing, when trying to Stream Live on Youtube #504

Closed
obisiket1 opened this issue Nov 12, 2021 · 2 comments
Closed

ServerErrors: urls missing, when trying to Stream Live on Youtube #504

obisiket1 opened this issue Nov 12, 2021 · 2 comments

Comments

@obisiket1
Copy link

ServerErrors: urls missing
Wrapper vendors~main.chunk.js:15262
HMSException HMSException.ts:16
ServerErrors ErrorFactory.ts:210
_callee$ index.ts:81
Babel 10
_callee12$ index.ts:254
Babel 8
_callee26$ index.ts:462
Babel 8
_callee19$ index.ts:646
Babel 8
_callee26$ HMSSDKActions.ts:445
Babel 8
stream Room.js:21
React 14
unstable_runWithPriority scheduler.development.js:468
React 15
js index.js:8
js main.chunk.js:1495
Webpack 7
index.js:1

Here is how my params is :

await hmsActions.startRTMPOrRecording({
    meetingUrl: "https://t***.app.100ms.live/meeting/***/host",
    rtmpUrls: [
              "rtmp://a.rtmp.youtube.com/live2/******",
              "rtmp://b.rtmp.youtube.com/live2/******?backup=1"
            ],
    record: false
  })
@triptu
Copy link
Contributor

triptu commented Nov 16, 2021

@obisiket1 Hi! there is a typo in the params names -

interface RTMPRecordingConfig {
  meetingURL: string;
  rtmpURLs?: Array<string>;
  record: boolean;
}

@triptu
Copy link
Contributor

triptu commented Nov 22, 2021

@obisiket1 did this work?

@triptu triptu closed this as completed Nov 28, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants