From 7d1d50ff70851dcbf67fd33a7a49bd6882b8dc61 Mon Sep 17 00:00:00 2001 From: Guillaume BIENKOWSKI Date: Mon, 11 May 2015 10:30:23 +0200 Subject: [PATCH] Add a README file --- submodules/MS2/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 submodules/MS2/README.md diff --git a/submodules/MS2/README.md b/submodules/MS2/README.md new file mode 100644 index 000000000..22279c7ba --- /dev/null +++ b/submodules/MS2/README.md @@ -0,0 +1,10 @@ +## Simple example of MediaStreamer 2 usage + +This Xcode project is a simple local (not using the network) example of use of the MediaStreamer2 API. **This project only works on a real device with a camera onboard: running it on the simulator will not work**. + +It requires first that you compile the liblinphone SDK into the `submodules/build` directory. Please read theroot directory README for instructions on how to build this SDK. + +After that, simply open the MS2.xcodeproj file with Xcode and press the Run button on the top. + +You will be presented with a munimal UI that lets you start a streaming session, and switch rapidly between a static image and the live image coming from the camera sensor of the device. +