Skip to content

Commit

Permalink
Important modifications of the RTSP client, it is now asynchronous, y…
Browse files Browse the repository at this point in the history
…ou need to implement a callback to have feedback on what's going on...
  • Loading branch information
abrac committed Dec 9, 2013
1 parent 83b2268 commit 6f82959
Show file tree
Hide file tree
Showing 79 changed files with 17,703 additions and 16,763 deletions.
4 changes: 2 additions & 2 deletions .classpath
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>
4 changes: 2 additions & 2 deletions AndroidManifest.xml
@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="net.majorkernelpanic.streaming"
android:versionCode="31"
android:versionName="3.0" >
android:versionCode="32"
android:versionName="3.1" >

<uses-sdk
android:minSdkVersion="9"
Expand Down
128 changes: 46 additions & 82 deletions doc/allclasses-frame.html
@@ -1,83 +1,47 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_26) on Tue Aug 20 10:36:51 EDT 2013 -->
<TITLE>
All Classes
</TITLE>

<META NAME="date" CONTENT="2013-08-20">

<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">


</HEAD>

<BODY BGCOLOR="white">
<FONT size="+1" CLASS="FrameHeadingFont">
<B>All Classes</B></FONT>
<BR>

<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
<TR>
<TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="net/majorkernelpanic/streaming/rtp/AACADTSPacketizer.html" title="class in net.majorkernelpanic.streaming.rtp" target="classFrame">AACADTSPacketizer</A>
<BR>
<A HREF="net/majorkernelpanic/streaming/audio/AACNotSupportedException.html" title="class in net.majorkernelpanic.streaming.audio" target="classFrame">AACNotSupportedException</A>
<BR>
<A HREF="net/majorkernelpanic/streaming/audio/AACStream.html" title="class in net.majorkernelpanic.streaming.audio" target="classFrame">AACStream</A>
<BR>
<A HREF="net/majorkernelpanic/streaming/rtp/AbstractPacketizer.html" title="class in net.majorkernelpanic.streaming.rtp" target="classFrame">AbstractPacketizer</A>
<BR>
<A HREF="net/majorkernelpanic/streaming/rtp/AMRNBPacketizer.html" title="class in net.majorkernelpanic.streaming.rtp" target="classFrame">AMRNBPacketizer</A>
<BR>
<A HREF="net/majorkernelpanic/streaming/audio/AMRNBStream.html" title="class in net.majorkernelpanic.streaming.audio" target="classFrame">AMRNBStream</A>
<BR>
<A HREF="net/majorkernelpanic/streaming/audio/AudioQuality.html" title="class in net.majorkernelpanic.streaming.audio" target="classFrame">AudioQuality</A>
<BR>
<A HREF="net/majorkernelpanic/streaming/audio/AudioStream.html" title="class in net.majorkernelpanic.streaming.audio" target="classFrame">AudioStream</A>
<BR>
<A HREF="net/majorkernelpanic/streaming/rtp/H263Packetizer.html" title="class in net.majorkernelpanic.streaming.rtp" target="classFrame">H263Packetizer</A>
<BR>
<A HREF="net/majorkernelpanic/streaming/video/H263Stream.html" title="class in net.majorkernelpanic.streaming.video" target="classFrame">H263Stream</A>
<BR>
<A HREF="net/majorkernelpanic/streaming/rtp/H264Packetizer.html" title="class in net.majorkernelpanic.streaming.rtp" target="classFrame">H264Packetizer</A>
<BR>
<A HREF="net/majorkernelpanic/streaming/video/H264Stream.html" title="class in net.majorkernelpanic.streaming.video" target="classFrame">H264Stream</A>
<BR>
<A HREF="net/majorkernelpanic/streaming/rtp/MediaCodecInputStream.html" title="class in net.majorkernelpanic.streaming.rtp" target="classFrame">MediaCodecInputStream</A>
<BR>
<A HREF="net/majorkernelpanic/streaming/MediaStream.html" title="class in net.majorkernelpanic.streaming" target="classFrame">MediaStream</A>
<BR>
<A HREF="net/majorkernelpanic/streaming/mp4/MP4Config.html" title="class in net.majorkernelpanic.streaming.mp4" target="classFrame">MP4Config</A>
<BR>
<A HREF="net/majorkernelpanic/streaming/rtp/RtpSocket.html" title="class in net.majorkernelpanic.streaming.rtp" target="classFrame">RtpSocket</A>
<BR>
<A HREF="net/majorkernelpanic/streaming/rtp/RtpSocket.Statistics.html" title="class in net.majorkernelpanic.streaming.rtp" target="classFrame">RtpSocket.Statistics</A>
<BR>
<A HREF="net/majorkernelpanic/streaming/rtsp/RtspClient.html" title="class in net.majorkernelpanic.streaming.rtsp" target="classFrame">RtspClient</A>
<BR>
<A HREF="net/majorkernelpanic/streaming/rtsp/RtspServer.html" title="class in net.majorkernelpanic.streaming.rtsp" target="classFrame">RtspServer</A>
<BR>
<A HREF="net/majorkernelpanic/streaming/rtsp/RtspServer.CallbackListener.html" title="interface in net.majorkernelpanic.streaming.rtsp" target="classFrame"><I>RtspServer.CallbackListener</I></A>
<BR>
<A HREF="net/majorkernelpanic/streaming/rtcp/SenderReport.html" title="class in net.majorkernelpanic.streaming.rtcp" target="classFrame">SenderReport</A>
<BR>
<A HREF="net/majorkernelpanic/streaming/Session.html" title="class in net.majorkernelpanic.streaming" target="classFrame">Session</A>
<BR>
<A HREF="net/majorkernelpanic/streaming/SessionBuilder.html" title="class in net.majorkernelpanic.streaming" target="classFrame">SessionBuilder</A>
<BR>
<A HREF="net/majorkernelpanic/streaming/Stream.html" title="interface in net.majorkernelpanic.streaming" target="classFrame"><I>Stream</I></A>
<BR>
<A HREF="net/majorkernelpanic/streaming/rtsp/UriParser.html" title="class in net.majorkernelpanic.streaming.rtsp" target="classFrame">UriParser</A>
<BR>
<A HREF="net/majorkernelpanic/streaming/video/VideoQuality.html" title="class in net.majorkernelpanic.streaming.video" target="classFrame">VideoQuality</A>
<BR>
<A HREF="net/majorkernelpanic/streaming/video/VideoStream.html" title="class in net.majorkernelpanic.streaming.video" target="classFrame">VideoStream</A>
<BR>
</FONT></TD>
</TR>
</TABLE>

</BODY>
</HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_21) on Mon Dec 09 16:31:14 EST 2013 -->
<title>All Classes</title>
<meta name="date" content="2013-12-09">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
</head>
<body>
<h1 class="bar">All Classes</h1>
<div class="indexContainer">
<ul>
<li><a href="net/majorkernelpanic/streaming/rtp/AACADTSPacketizer.html" title="class in net.majorkernelpanic.streaming.rtp" target="classFrame">AACADTSPacketizer</a></li>
<li><a href="net/majorkernelpanic/streaming/rtp/AACLATMPacketizer.html" title="class in net.majorkernelpanic.streaming.rtp" target="classFrame">AACLATMPacketizer</a></li>
<li><a href="net/majorkernelpanic/streaming/audio/AACNotSupportedException.html" title="class in net.majorkernelpanic.streaming.audio" target="classFrame">AACNotSupportedException</a></li>
<li><a href="net/majorkernelpanic/streaming/audio/AACStream.html" title="class in net.majorkernelpanic.streaming.audio" target="classFrame">AACStream</a></li>
<li><a href="net/majorkernelpanic/streaming/rtp/AbstractPacketizer.html" title="class in net.majorkernelpanic.streaming.rtp" target="classFrame">AbstractPacketizer</a></li>
<li><a href="net/majorkernelpanic/streaming/rtp/AMRNBPacketizer.html" title="class in net.majorkernelpanic.streaming.rtp" target="classFrame">AMRNBPacketizer</a></li>
<li><a href="net/majorkernelpanic/streaming/audio/AMRNBStream.html" title="class in net.majorkernelpanic.streaming.audio" target="classFrame">AMRNBStream</a></li>
<li><a href="net/majorkernelpanic/streaming/audio/AudioQuality.html" title="class in net.majorkernelpanic.streaming.audio" target="classFrame">AudioQuality</a></li>
<li><a href="net/majorkernelpanic/streaming/audio/AudioStream.html" title="class in net.majorkernelpanic.streaming.audio" target="classFrame">AudioStream</a></li>
<li><a href="net/majorkernelpanic/streaming/video/CodecManager.html" title="class in net.majorkernelpanic.streaming.video" target="classFrame">CodecManager</a></li>
<li><a href="net/majorkernelpanic/streaming/video/ColorFormatTranslator.html" title="class in net.majorkernelpanic.streaming.video" target="classFrame">ColorFormatTranslator</a></li>
<li><a href="net/majorkernelpanic/streaming/rtp/H263Packetizer.html" title="class in net.majorkernelpanic.streaming.rtp" target="classFrame">H263Packetizer</a></li>
<li><a href="net/majorkernelpanic/streaming/video/H263Stream.html" title="class in net.majorkernelpanic.streaming.video" target="classFrame">H263Stream</a></li>
<li><a href="net/majorkernelpanic/streaming/rtp/H264Packetizer.html" title="class in net.majorkernelpanic.streaming.rtp" target="classFrame">H264Packetizer</a></li>
<li><a href="net/majorkernelpanic/streaming/video/H264Stream.html" title="class in net.majorkernelpanic.streaming.video" target="classFrame">H264Stream</a></li>
<li><a href="net/majorkernelpanic/streaming/rtp/MediaCodecInputStream.html" title="class in net.majorkernelpanic.streaming.rtp" target="classFrame">MediaCodecInputStream</a></li>
<li><a href="net/majorkernelpanic/streaming/MediaStream.html" title="class in net.majorkernelpanic.streaming" target="classFrame">MediaStream</a></li>
<li><a href="net/majorkernelpanic/streaming/mp4/MP4Config.html" title="class in net.majorkernelpanic.streaming.mp4" target="classFrame">MP4Config</a></li>
<li><a href="net/majorkernelpanic/streaming/rtp/RtpSocket.html" title="class in net.majorkernelpanic.streaming.rtp" target="classFrame">RtpSocket</a></li>
<li><a href="net/majorkernelpanic/streaming/rtsp/RtspClient.html" title="class in net.majorkernelpanic.streaming.rtsp" target="classFrame">RtspClient</a></li>
<li><a href="net/majorkernelpanic/streaming/rtsp/RtspClient.Callback.html" title="interface in net.majorkernelpanic.streaming.rtsp" target="classFrame"><i>RtspClient.Callback</i></a></li>
<li><a href="net/majorkernelpanic/streaming/rtsp/RtspServer.html" title="class in net.majorkernelpanic.streaming.rtsp" target="classFrame">RtspServer</a></li>
<li><a href="net/majorkernelpanic/streaming/rtsp/RtspServer.CallbackListener.html" title="interface in net.majorkernelpanic.streaming.rtsp" target="classFrame"><i>RtspServer.CallbackListener</i></a></li>
<li><a href="net/majorkernelpanic/streaming/rtcp/SenderReport.html" title="class in net.majorkernelpanic.streaming.rtcp" target="classFrame">SenderReport</a></li>
<li><a href="net/majorkernelpanic/streaming/Session.html" title="class in net.majorkernelpanic.streaming" target="classFrame">Session</a></li>
<li><a href="net/majorkernelpanic/streaming/SessionBuilder.html" title="class in net.majorkernelpanic.streaming" target="classFrame">SessionBuilder</a></li>
<li><a href="net/majorkernelpanic/streaming/Stream.html" title="interface in net.majorkernelpanic.streaming" target="classFrame"><i>Stream</i></a></li>
<li><a href="net/majorkernelpanic/streaming/rtsp/UriParser.html" title="class in net.majorkernelpanic.streaming.rtsp" target="classFrame">UriParser</a></li>
<li><a href="net/majorkernelpanic/streaming/video/VideoQuality.html" title="class in net.majorkernelpanic.streaming.video" target="classFrame">VideoQuality</a></li>
<li><a href="net/majorkernelpanic/streaming/video/VideoStream.html" title="class in net.majorkernelpanic.streaming.video" target="classFrame">VideoStream</a></li>
</ul>
</div>
</body>
</html>

0 comments on commit 6f82959

Please sign in to comment.