文件名称:Rtsp-Android-Client-master
介绍说明--下载内容均来自于网络,请自行研究使用
rtsp h264 //可以单独传入port值,不在地址中增加
//如未传入port只,且地址中没有port,默认使用554
int port = 554;
//支持传入用户名密码,某些RTSP服务器需要认证使用
String username = "80444";
String password = "123456";
//传入使用协议和认证信息
// RtspClient(method,host,username,password,port);
String host = "rtsp://114.119.37.185/80444.264";
RtspClient mRtspClient = new RtspClient(method,host,username,password,port);
mRtspClient.setSurfaceView(mSurfaceView);
//开始显示
mRtspClient.start();(RtspClient(method,host,username,password,port);
mRtspClient.setSurfaceView(mSurfaceView);
mRtspClient.start();)
//如未传入port只,且地址中没有port,默认使用554
int port = 554;
//支持传入用户名密码,某些RTSP服务器需要认证使用
String username = "80444";
String password = "123456";
//传入使用协议和认证信息
// RtspClient(method,host,username,password,port);
String host = "rtsp://114.119.37.185/80444.264";
RtspClient mRtspClient = new RtspClient(method,host,username,password,port);
mRtspClient.setSurfaceView(mSurfaceView);
//开始显示
mRtspClient.start();(RtspClient(method,host,username,password,port);
mRtspClient.setSurfaceView(mSurfaceView);
mRtspClient.start();)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Rtsp-Android-Client-master
Rtsp-Android-Client-master\.gitattributes
Rtsp-Android-Client-master\.gitignore
Rtsp-Android-Client-master\README.md
Rtsp-Android-Client-master\rtspclient
Rtsp-Android-Client-master\rtspclient\RtspClient.java
Rtsp-Android-Client-master\rtspclient\RtspClinet
Rtsp-Android-Client-master\rtspclient\RtspClinet\Audio
Rtsp-Android-Client-master\rtspclient\RtspClinet\Audio\ACCStream.java
Rtsp-Android-Client-master\rtspclient\RtspClinet\Audio\AudioStream.java
Rtsp-Android-Client-master\rtspclient\RtspClinet\Socket
Rtsp-Android-Client-master\rtspclient\RtspClinet\Socket\RtcpSocket.java
Rtsp-Android-Client-master\rtspclient\RtspClinet\Socket\RtpSocket.java
Rtsp-Android-Client-master\rtspclient\RtspClinet\Stream
Rtsp-Android-Client-master\rtspclient\RtspClinet\Stream\RtpStream.java
Rtsp-Android-Client-master\rtspclient\RtspClinet\Video
Rtsp-Android-Client-master\rtspclient\RtspClinet\Video\H264Stream.java
Rtsp-Android-Client-master\rtspclient\RtspClinet\Video\VideoStream.java
Rtsp-Android-Client-master\.gitattributes
Rtsp-Android-Client-master\.gitignore
Rtsp-Android-Client-master\README.md
Rtsp-Android-Client-master\rtspclient
Rtsp-Android-Client-master\rtspclient\RtspClient.java
Rtsp-Android-Client-master\rtspclient\RtspClinet
Rtsp-Android-Client-master\rtspclient\RtspClinet\Audio
Rtsp-Android-Client-master\rtspclient\RtspClinet\Audio\ACCStream.java
Rtsp-Android-Client-master\rtspclient\RtspClinet\Audio\AudioStream.java
Rtsp-Android-Client-master\rtspclient\RtspClinet\Socket
Rtsp-Android-Client-master\rtspclient\RtspClinet\Socket\RtcpSocket.java
Rtsp-Android-Client-master\rtspclient\RtspClinet\Socket\RtpSocket.java
Rtsp-Android-Client-master\rtspclient\RtspClinet\Stream
Rtsp-Android-Client-master\rtspclient\RtspClinet\Stream\RtpStream.java
Rtsp-Android-Client-master\rtspclient\RtspClinet\Video
Rtsp-Android-Client-master\rtspclient\RtspClinet\Video\H264Stream.java
Rtsp-Android-Client-master\rtspclient\RtspClinet\Video\VideoStream.java