Livecast
기본 설정
개발
FlowStructureView 등록
<!-- Caster : local view -->
<video id="localVideo" autoplay muted></video><!-- Viewer : remote view -->
<video id="remoteVideo" autoplay></video><!-- Caster : local view -->
<com.remotemonster.sdk.PercentFrameLayout
android:id="@+id/perFrameLocal"
android:layout_width="match_parent"
android:layout_height="match_parent">
<org.webrtc.SurfaceViewRenderer
android:id="@+id/surfRendererLocal"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</com.remotemonster.sdk.PercentFrameLayout><!-- Viewer : remote view -->
<com.remotemonster.sdk.PercentFrameLayout
android:id="@+id/perFrameRemote"
android:layout_width="match_parent"
android:layout_height="match_parent">
<org.webrtc.SurfaceViewRenderer
android:id="@+id/surfRendererRemote"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</com.remotemonster.sdk.PercentFrameLayout>방송생성
방송시청
Callbacks
Channel 목록 조회
종료
기타
Config/RemonConfigNetwork EnvironmentLast updated