DoubleLi

qq: 517712484 wx: ldbgliet

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2015年5月25日

摘要: AVFormatContext*formatCtx=NULL;formatCtx=avformat_alloc_context();AVDictionary*options=NULL;av_dict_set(&options,"rtsp_transport","tcp",0);avformat_op... 阅读全文
posted @ 2015-05-25 17:06 DoubleLi 阅读(1108) 评论(0) 推荐(1)

摘要: 1. push stream to dssffmpeg -f mpegts -re -i film.v -c:v libx264 -s 352x288 -aspect 4:3 -b:v 300k -c:a libfaac -ac 1 -f rtsp 'rtsp://127.0.0.1/live1.s... 阅读全文
posted @ 2015-05-25 17:03 DoubleLi 阅读(1751) 评论(0) 推荐(0)

摘要: #include using namespace std;extern "C" {#include // required headers#include }int main(int argc, char**argv) { av_register_all(); ... 阅读全文
posted @ 2015-05-25 14:08 DoubleLi 阅读(6804) 评论(0) 推荐(0)