Skip to content
Snippets Groups Projects
Commit 09b6e29a authored by Ghazi Triki's avatar Ghazi Triki
Browse files

Merge remote-tracking branch 'jfsiebel/bbb-rtmp-player-ios' into ios-h264

parents cc2cdd27 43a23eaf
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ package org.bigbluebutton.air.common.views {
this.originalVideoWidth = imgWidth;
this.originalVideoHeight = imgHeight;
var url:String = uri + "/" + streamName + " conn=S:" + meetingId + " conn=S:" + externalUserId + " conn=S:" + authToken;
var url:String = uri + "/" + streamName + " live=1 conn=S:" + meetingId + " conn=S:" + externalUserId + " conn=S:" + authToken;
player = new BBBRtmpPlayer(url);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment