码迷,mamicode.com
首页 >  
搜索关键字:rtmp h264 obs mp3 aac    ( 3611个结果
对RTMP视频流进行BitmapData.draw()出错的解决办法
source on github在对Flash Media Server中的视频流使用BitmapData.draw()进行绘制的时候,会抛出这样异常:cannot access rtmp://xxxxx. No policy files granted access. at flash.disp....
分类:其他好文   时间:2014-11-27 16:06:57    阅读次数:190
转 实例讲解RTMPDUMP的使用
译文地址:http://blog.csdn.net/fallenink/article/details/8128095原文地址:http://pclosmag.com/html/Issues/201104/page19.html强烈建议习惯英文者,ctrl+按住上面链接,跳转。RTMP Specif...
分类:其他好文   时间:2014-11-27 06:41:05    阅读次数:238
FFMPEG:压缩之H264编码(YUV420P->H264)
void CTest0Dlg::OnButton5() { // TODO: Add your control notification handler code here int nWidth = 720; int nHeight= 576; av_register_all(); avcodec_register_all(); AVFrame *m_pYUVFrame = new AVFrame...
分类:其他好文   时间:2014-11-26 16:43:12    阅读次数:454
Centos 配置Red5流媒体服务器
Red5介绍Red5是一个采用Java开发开源的Flash流媒体服务器。它支持:把音频(MP3)和视频(FLV)转换成播放流; 录制客户端播放流(只支持FLV);共享对象;现场直播流发布;远程调用。Red5使用RSTP作为流媒体传输协议,在其自带的一些示例中演示了在线录制,flash流媒体播放,在线...
分类:其他好文   时间:2014-11-25 23:23:06    阅读次数:355
leetCode —— Unique Paths II [Dynamic Programming]
唯一路径问题IIUnique Paths IIFollow up for "Unique Paths":Now consider if some obstacles are added to the grids. How many unique paths would there be?An obs...
分类:其他好文   时间:2014-11-25 20:21:24    阅读次数:249
FFMPEG:H264解码-SDL显示(RGB32、RGB24、YUV420P、YUV422)
//添加的库:avcodec.lib avdevice.lib avfilter.lib avformat.lib avutil.lib swscale.lib   SDL.lib extern "C"{ #include #include #include #include #include };void SaveFrame(AVFrame *pFrame, int width, int...
分类:其他好文   时间:2014-11-25 18:34:02    阅读次数:401
(1)h264 ,mpeg4 ,aac 等音视频格式及其基础详解
以下一系列文章均来于网络,其目录如下:h264 ,mpeg4 ,aac 等音视频格式及其基础详解codec类型mpeg系列——mpeg1和Mmpeg2mpeg系列——mpeg4mpeg系列——aac音频H26x系列容器(上)容器(下)一 基本概念1编解码 编解码器(codec)指的是一个能够对一个....
分类:其他好文   时间:2014-11-24 15:08:52    阅读次数:252
(5)mpeg系列——aac音频
扩展名:.m4a, .m4b, .m4p, .m4v, .m4r, .3gp, .mp4, .aac互联网媒体类型:audio/aac, audio/aacp, audio/3gpp, audio/3gpp2,audio/mp4, audio/MP4A-LATM, audio/mpeg4-gener...
分类:其他好文   时间:2014-11-24 15:03:19    阅读次数:237
asp编程实例:用ASP实现对MP3曲目信息的操作
先简单说一下MP3的ID3 标记,因为主要是操作这个玩意 MP3最开始的时候没有我们今天看到的那样,有歌手、年代,专集等等信息 只有一些简单的参数如yes/no来表示是不是privated或者copyrighted等信息,这样对MP3的相关工作带来了很多不便,1996年的时候有个老外提出来在...
分类:Web程序   时间:2014-11-21 18:14:33    阅读次数:147
sas数据读取详解 四种读取数据方式以及数据指针的位置 、读取mess data的两个小工具、特殊的读取技巧、infile语句及其选项(dsd dlm missover truncover obs firstobs)、proc import、自定义缺失值
(The record length is the number of characters, including spaces, in a data line.) If your data lines are long, and it looks like SAS is not reading a...
分类:其他好文   时间:2014-11-20 23:31:05    阅读次数:1331
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!