
ffmpeg
llljw
这个作者很懒,什么都没留下…
展开
-
ffmpeg 把RTSP转成RTMP
#include <iostream>using namespace std;extern "C"{#include "libavformat/avformat.h"#include "libavutil/time.h"#include "libavutil/opt.h"}#pragma comment(lib, "avformat.lib")#pragma com...转载 2019-03-25 14:53:01 · 2507 阅读 · 0 评论 -
vscode使用第三方库
第一次使用vs code,按照网上的教程配置之后很容易就可以运行出hello world。但是由于项目需求,需要使用的外部的第三方库,这时候就出问题了,一直报ld: symbol(s) not found for architecture x86_64这是为什么呢,通过引入第三方库的教程,设置了includePath路径,但是也没有用处,原来是因为需要在g++中指向你调用的lib目录已经相对...原创 2019-03-25 15:34:53 · 38440 阅读 · 3 评论 -
video.js播放rtmp
<!DOCTYPE html><html lang="en"><head><title>Video.js | HTML5 Video Player</title><!-- <link href="video-js-6.2.0/video-js.css" rel="stylesheet"> <scr...原创 2019-04-01 15:54:43 · 515 阅读 · 0 评论