Example of Android application with player and streamer
This streamer can be used to publish WebRTC video stream and play any of the following types of streams on Web Call Server
...
- left - video from the camera
- right - the played video stream
Work with code of the example
To analyze the code, let's take class StreamingMinActivity.java of the streaming-min example, which can be downloaded with corresponding build 1.0.1.38.
...