Softobiz T
Softobiz T

Reputation: 146

RTMP broadcast (Youtube API) for live streaming on youtube showing blank screen

I am using tokboxjs 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 stream rate is healthy

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

Upvotes: 2

Views: 479

Answers (1)

Softobiz T
Softobiz T

Reputation: 146

I was using tokbox custom-layout with no stylesheet added to it so video streams were not displaying in viewport but streams were always there now i changed layout to horizontalPresentation and now video streams are appearing on viewport.

Upvotes: 2

Related Questions