流媒体
leonpengweicn
这个作者很懒,什么都没留下…
展开
-
终端模拟rtsp回话过程
http://www.cnblogs.com/foxmin/archive/2012/03/11/2389861.html1. telnet 192.168.1.98 812. Ctrl+]3. 回车4. 将待发送的请求(see following example.)粘贴在光标处。Windowns 下好像只能一个一个敲, 痛苦.... OPTIO转载 2012-10-25 13:21:16 · 1472 阅读 · 0 评论 -
使用AsyncSocket实现RTSP协议
http://www.cnblogs.com/foxmin/archive/2012/03/12/2392523.html 之前Socket一直使用Linux c来实现,优点是很容易掌握socket的通信流程,缺点是过程比较繁琐。所以选择了AsyncSocket来实现socket通信。另外实现了RTSP的通信过程,并在play命令之后,再次开始一个UDP会话,转载 2012-10-25 13:12:39 · 2052 阅读 · 1 评论 -
RTP/RTCP协议详解
http://www.cnblogs.com/foxmin/archive/2012/03/13/2393349.html一、RTP协议概述 RTP 为交互式音频、视频等具有实时特性的数据提供端到端的传送服务。在 IP 网络上,一般是在 UDP 之上运行 RTP 协议。如果支持它的网络能提供组播功 能,则 RTP 也可用组播将数据送给多个目的用户。转载 2012-10-25 13:24:11 · 1728 阅读 · 0 评论 -
Live555 compile for iOS build error
2down votefavorite2I'm trying to build MobileVLC on OS X Lion, against iOS SDK 5.0. So far, no dice.Followed the given instructions, however, build stops and fails here: [info]转载 2012-09-20 14:59:49 · 2315 阅读 · 0 评论 -
Building librtmp for iOS
http://www.davideccher.com/blog/wordpress/building-librtmp-for-ios/I want to describe a detailed command line way to build librtmp and openssl in order to include in an iPhone / iOS project.转载 2013-03-25 14:19:42 · 2217 阅读 · 1 评论 -
【iOS录音与播放】实现利用音频队列,通过缓存进行对声音的采集与播放
http://www.cnblogs.com/anjohnlv/p/3383908.html都说iOS最恶心的部分是流媒体,其中恶心的恶心之处更在即时语音。所以我们先不谈即时语音,研究一下,iOS中声音采集与播放的实现。要在iOS设备上实现录音和播放功能,苹果提供了简单的做法,那就是利用AVAudioRecorder和AVAudioPlayer。度娘大多数也是如此。但是转载 2013-11-12 10:54:45 · 1682 阅读 · 0 评论 -
用NDK编译Live555 - 亲测有效
http://wendal.net/2014/04/29.html针对 live555 2014.03.25和 live 2014.04.23 也就是当前最新咯.准备工作下载源码 http://www.live555.com/liveMedia/public/ 该地址经常被X,请问候非圆校长解压到一个空文件夹, 并将目录名从live改成jni建一个文件,转载 2014-05-30 10:23:59 · 2011 阅读 · 0 评论 -
Live555用做RTSPClient时,利用RTP时间戳进行音视频同步的解决方案(必须有RTCP支持才可行)
http://www.mworkbox.com/wp/work/551.html先看来自Live555官网的2个常见问题:问题1:Why do most RTP sessions use separate streams for audio and video? How can a receiving client synchronize these streams?回转载 2015-09-14 16:04:55 · 4344 阅读 · 0 评论 -
解决video.js 在 IOS播放的时候自动全屏的问题
http://stackoverflow.com/questions/5054560/can-i-avoid-the-native-fullscreen-video-player-with-html5-on-iphone-or-androidIn iOS 10 beta 4.The right code in html 5 is <video src="file.m转载 2017-02-20 17:57:15 · 15328 阅读 · 0 评论