Back to project page spydroid-ipcamera.
The source code is released under:
GNU General Public License
If you think the Android project spydroid-ipcamera listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package net.majorkernelpanic.spydroid.api; //w w w .j av a 2s. c om import net.majorkernelpanic.streaming.Session; import net.majorkernelpanic.streaming.rtsp.RtspServer; public class CustomRtspServer extends RtspServer { public CustomRtspServer() { super(); // RTSP server disabled by default mEnabled = false; } }