Anuj Negi
Anuj Negi

Reputation: 650

Tokbox Youtube Broadcast issue

I am using tokbox js for stream sharing and also using youtube API for RTMP broadcast. After successful broadcast and bind it will always display a blank screen on youtube. No error in console and the stream rate is healthy.

var streamResource ={ "snippet": { "title": ajaxLoginInstance.meetingSubject, "isDefaultStream":false }, "cdn":{ //"format":'1080p', "frameRate":'30fps', "resolution":'480p', "ingestionType":'rtmp' } };

Upvotes: 1

Views: 139

Answers (1)

Softobiz T
Softobiz T

Reputation: 146

If you are using custom layout then you have to add style-sheet to it. Sometimes streams were there but they are not in viewport so display a blank screen. I hope this will solve your problem.

Upvotes: 1

Related Questions