fyhertz / libstreaming-examples

Some examples of how to use libstreaming
283 stars 231 forks source link

Created example4 #22

Open ashyonline opened 9 years ago

ashyonline commented 9 years ago

This example will run a video streaming server/publisher in one device that uses libstreaming's session in order to do so. Feel free to change the constante DESTINATION_IP in MainActivity with the IP of the device that is going to receive the video streaming. Once the client Android device connects asking for the video streaming, the session will be configured and started.

If using Android Studio, imported it as a module in an existing project and add the libstreaming dependency in its build.gradle file

dependencies { compile project(':libstreaming') }