Combinded Broadcast and Recording does not work.

The “appendStream” option in MediaStreamOption seems not work.

Reproduce procedure 1. Go to developer console > Code Generation >iOS

  1. check “Sample video broadcaster”
  2. Download the project
  3. open project file in Xcode
  4. line:75 change as follows;
    “liveStream:self.preview” -> “appendStream:self.preview”
  5. build and run.
  6. set “Live Broadcat” switch green. side.
  7. enter name and press “publish” button.

Result:

The loading image appears and spinning on the screen forever.

Hi Niro!

I added internal task to resolve this problem.
Temporarily you can try to use

recordStream:self.preview

for media recording.

Regards,
Kate.