
RTP
ross
专注于音视频相关的开发和解决方案,包括视频客服、视频会议等相关的行业解决方案提供者
展开
-
Java pcm格式的音频实现8位和16位互转
//将16位pcm数据转换成8位有符号的pcmbyte[] readBuffer = new byte[4096];byte[]sendBuffer = new byte[readBuffer.length / 2];for (int i = 0; i<readBuffer.length; i += 2) {if ((readBuffer[i + 1]...原创 2020-06-30 22:20:45 · 1741 阅读 · 2 评论 -
RTP及H264相关知识网站
http://makaidong.com/lidabo/188198_7929775.htmlhttps://blog.youkuaiyun.com/davebobo/article/details/52994596https://blog.youkuaiyun.com/davebobo/article/details/52994596https://www.jianshu.com/p/a19f3e63b433https://www.jianshu.com/p/5e4199838b43https://blog.cs原创 2020-06-26 15:05:12 · 190 阅读 · 0 评论