CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - rtp android
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - rtp android - List
[
JSP/Java
]
Distributed_Videostreaming
DL : 0
这是一个peer to peer的视频流系统. 该系统采用RTP协议,因此与某些采用http/ftp协议进行传输的系统不同,本系统在视频流下载的过程中就可以同时观看。-This is a peer-to-peer Video System. The system uses RTP, Thus, some use http/ftp protocol transmission system, The video streaming system in the process of downloading it can watch.
Update
: 2025-02-19
Size
: 77kb
Publisher
:
周彬
[
Streaming Mpeg4
]
rtsp_server
DL : 0
一个rtsp的服务器支持H263格式,还有mp3等格式,里面有了rtp,rtcp的具体实现-A rtsp server support H263 format, there are mp3 format, etc., which have rtp, rtcp specific realize
Update
: 2025-02-19
Size
: 326kb
Publisher
:
yue
[
VOIP program
]
srtp-v1_0-0-3_src.tar
DL : 0
Java Secure RTP source code
Update
: 2025-02-19
Size
: 19kb
Publisher
:
ken_lckmo
[
Linux-Unix
]
rtsp_emu.tar
DL : 0
自己写的一个rtsp简易调试服务器,用于模拟rtsp信令给客户端,调试客户端处理流程,并发送1个udp数据用于客户端调试rtp处理流程。作者本人就是自己开发这套工具,来完成调试rtsp客户端(android手机上)。-Write a simple debug rtsp server rtsp for signaling to the client simulation, debugging client-side processing, and sends a udp client-side debugging rtp data for processing. The author is to develop their own tools to complete the debug rtsp client (android phone)
Update
: 2025-02-19
Size
: 15kb
Publisher
:
张伟
[
android
]
AVTest
DL : 0
一个运行在Android系统上的程序,实现实时采集音频和视频过程-Android,RTP,Video and Audio
Update
: 2025-02-19
Size
: 63kb
Publisher
:
wxy
[
android
]
tslibonandroid
DL : 0
运用于linux环境下电阻触摸屏的校准,将该文件在android环境下build进去-Linux rtp ts calibration tool
Update
: 2025-02-19
Size
: 1.32mb
Publisher
:
张俊
[
android
]
jlibrtp-0.2.2
DL : 0
基于Android的视频通讯协议 RTP / RTCP开发实例源码-Android based video communication protocol RTP/RTCP development source code examples
Update
: 2025-02-19
Size
: 189kb
Publisher
:
hehe
[
Multimedia Develop
]
GIPSVideoEngineDemo(Public-Version)
DL : 0
GIPS Video&Voice Engine。 GIPSVideoEngine动态库说明: GIPSVideoEngine是一个基于WebRTC的Video&Voice Engine,当前主要支持Windows和Android,Linux/MAC/iOS也在开发中, 支持如下功能: 1. 音频采集(支持Windows Wave和Windows core),编码(当前主要支持ISAC, iLBC, PCM, g722等,可以扩展支持729,723等), 音频处理(包含发送和接收端的Echo Control, Noise Suppression,Automatic Gain Control, Voice Activity Detectiong), NetEQ, RTP/RTCP发送接收,解码,回放。 2. 视频的采集,编码(当前支持VP8,264还在开发中),RTP/RTCP发送,解码,回放。-GIPS Video & Voice Engine,support Video&Audio Record,Playback RTP/RTCP transport, Audio Processing(EC, VAD, AGC, NS)
Update
: 2025-02-19
Size
: 4.13mb
Publisher
:
朱五
[
android
]
webrtc_android_test
DL : 0
基于WebRTC的Android版音频引擎(VoiceEngine)源代码,支持AGC/EC/NS,支持RTP/SRTP,支持iLBC/iSAC/PCMU/PCMA等,可以联系dotphoenix@qq.com获得帮助-Sourcecode of Android GIPS VoiceEngine based on webrtc,support AGC/EC/NS,support RTP/SRTP,support iLBC/iSAC/PCMU/PCMA etc.,For more information, please contact dotphoenix@qq.com
Update
: 2025-02-19
Size
: 2.34mb
Publisher
:
朱五
[
Streaming Mpeg4
]
AndroidH264RTP
DL : 1
Android从MediaRecorder类获取原始H264视频流并用RTP打包发送到指定地址和端口,实现RTP单包和拆包,未实现组包。-get h264 raw stream from MediaRecorder and send by rtp
Update
: 2025-02-19
Size
: 671kb
Publisher
:
change
[
Streaming Mpeg4
]
VideoRTPH264
DL : 0
Android 源码,从MediaRecorder类获取原始的H264视频流。并添加SPS、PPS和分隔符00000001。然后保存到文件。也可改为RTP发送。-Android DEMO。Get raw h264 stream use MediaRecorder 。
Update
: 2025-02-19
Size
: 657kb
Publisher
:
change
[
Multimedia program
]
RtspCamera
DL : 0
实现android平台下的语音采集,以及RTP打包,发送-To achieve the speech acquisition under the android platform, as well as RTP packaging, sending
Update
: 2025-02-19
Size
: 9.15mb
Publisher
:
油涛
[
android
]
Rtp2H264
DL : 0
h264 RTP包的解包、拼帧源码,适合android平台,实测可用。-H264 RTP packet unpacking, fight the frame source, suitable for the android platform, the measured available.
Update
: 2025-02-19
Size
: 3kb
Publisher
:
xgqing77
[
android
]
Send
DL : 0
在android平台上的视频传输,主要是发送部分,通过x264进行压缩,在通过RTP协议发送出去。-In the android platform video transmission, the main part is sent through x264 compressed, sent via the RTP protocol.
Update
: 2025-02-19
Size
: 857kb
Publisher
:
周
[
android
]
Receive
DL : 0
android视频传输接收部分,通过RTP协议接收数据包,然后通过x264进行解压.-android video transmission receiving part receives data via RTP protocol packets, and then decompress x264.
Update
: 2025-02-19
Size
: 934kb
Publisher
:
周
[
android
]
android_rtp_h263_Encoder
DL : 0
android平台h264在rtp上的负载编码打包及发送-android platform load on rtp h264 encoded in packaged and sent
Update
: 2025-02-19
Size
: 1.03mb
Publisher
:
范书铭
[
android
]
RTSP-Camera-for-Android-master
DL : 0
基于RTP,基于RTSP协议实现的视频监控的android应用程序-Based on RTP, RTSP protocol based video surveillance android app
Update
: 2025-02-19
Size
: 8.8mb
Publisher
:
zhouzhijin
[
JSP/Java
]
android-rtsp-camera
DL : 0
基于android的使用编码,使用rtp协议传输摄像头数据-java rtsp video transmission
Update
: 2025-02-19
Size
: 1.76mb
Publisher
:
zilong
[
Multimedia Develop
]
Android-RTPRTCP
DL : 0
ANDROID 的RTP流程传输协议,已经用在项目上了-ANDROID the RTP transport protocol process has been used in the project of
Update
: 2025-02-19
Size
: 5.12mb
Publisher
:
陈俊天
[
android
]
wkwmlj
DL : 0
rtp中文协议,做媒体流开发的可能会用到,我做3g手机用的()
Update
: 2025-02-19
Size
: 55kb
Publisher
:
MYTofo%406626
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.