The “appendStream” option in MediaStreamOption seems not work.
Reproduce procedure 1. Go to developer console > Code Generation >iOS
- check “Sample video broadcaster”
- Download the project
- open project file in Xcode
- line:75 change as follows;
“liveStream:self.preview” -> “appendStream:self.preview” - build and run.
- set “Live Broadcat” switch green. side.
- enter name and press “publish” button.
Result:
The loading image appears and spinning on the screen forever.