libstreaming(github下载网站:
https://github.com/fyhertz/libstreaming
)
一、libstreaming概述
功能介绍:实现android视频直播的库,主要实现的功能有RTSP协议、H263/H264编码、RTP/RTCP协议打包等。
libstreaming is an API that allows you, with only a few lines of code, to stream the camera and/or microphone of an android powered device using RTP over UDP.
- Android 4.0 or more recent is required.
- Supported encoders include H.264, H.263, AAC and AMR.
The first step you will need to achieve to start a streaming session to some peer is called 'signaling'. During this step you will contact the receiver and send a description of the incomming streams. You have three ways to do that with libstreaming.

libstreaming是一个API,用于在几行代码内实现Android设备的相机和/或麦克风通过UDP进行RTP流传输。支持的编码器包括H.264、H.263、AAC和AMR。开始流传输会话的第一步是'信号'过程,通过RTSP客户端(如Wowza Media Server)或RTSP服务器(手机作为RTSP服务器等待客户端请求流)来实现,或者不使用RTSP协议,而是通过你喜欢的协议发送SDP信号。
最低0.47元/天 解锁文章





