沧海一粟

只要路是对的,就不怕路远


  • 首页

  • 归档

  • 关于

  • 标签

  • 分类

  • 日程表

  • 站点地图

  • 公益404

  • 搜索

live555搭建rtsp服务器

发表于 2021-03-02
live555搭建rtsp直播或点播平台http://www.live555.com/ 编译123456wget http://www.live555.com/liveMedia/public/live555-latest.tar.gztar xzf live555-latest.tar.gzcd ...
阅读全文 »

视频和音频编码原理

发表于 2021-02-28
视频压缩编码和音频压缩编码的基本原理本文介绍一下视频压缩编码和音频压缩编码的基本原理。其实有关视频和音频编码的原理的资料非常的多,但是自己一直也没有去归纳和总结一下,在这里简单总结一下,以作备忘。 视频编码基本原理视频信号的冗余信息以记录数字视频的YUV分量格式为例,YUV分别代表亮度与两个色差信号 ...
阅读全文 »

ffmpeg指令汇总

发表于 2021-02-22 | 分类于 ffmpeg
ffmpeg常用命令ffmpeg --help大概分为6个部分,具体如下: ffmpeg信息查询部分 公共操作参数部分 文件主要操作参数部分 视频操作参数部分 音频操作参数部分 字母操作参数部分 查看支持的容器格式12345678910# 封装和解封装ffmpeg -formats# 解封装ffm ...
阅读全文 »

nginx_rtmp_ffmpeg搭建直播服务

发表于 2021-02-22
nginx+rtmp+ffmpeg搭建直播服务nginx1、到nginx.org 下载稳定版本的nginx 2、到 https://github.com/arut/nginx-rtmp-module 下载rtmp模块 git clone https://github.com/arut/nginx-r ...
阅读全文 »

H.264视频码流解析

发表于 2021-02-04
NAL协议格式NAL全称Network Abstract Layer, 即网络抽象层.https://www.itu.int/rec/T-REC-H.264-201906-I/en SPS vs. PPSH.264 comes in a variety of stream formats. One ...
阅读全文 »

[Plugin]Advanced Concepts

发表于 2021-01-21 | 分类于 Gstreamer
Playbin连接流程 根据URI找src插件 playbin 根据 uri 中指定的协议来判断走哪个src element,比如:uri=file:///tmp/123.mp4 选择filesrcuri=https://www.freedesktop.org/software/gstreamer- ...
阅读全文 »

[Plugin]The Basics of Writing a Plugin

发表于 2021-01-21 | 分类于 Gstreamer
FoundationsElements and PluginsElements are at the core of GStreamer. In the context of plugin development, an element is an object derived from the G ...
阅读全文 »

[App]Playback tutorial

发表于 2020-12-27 | 分类于 Gstreamer
Playback tutorial 1: Playbin usagePropertyWe have set all these properties one by one, but we could have all of them with a single call to g_object_se ...
阅读全文 »

[App]Basic tutorial

发表于 2020-12-24 | 分类于 Gstreamer
Basic tutorialelement -> pad -> caps 包含关系 Basic tutorial 7: Multithreading and Pad AvailabilityRequest padsTo request (or release) pads in the ...
阅读全文 »

[App]Development Manual

发表于 2020-12-22 | 分类于 Gstreamer
What is GStreamer?GStreamer plug-ins could be classified into protocols handling sources: for audio and video (involves protocol plugins) formats: pa ...
阅读全文 »
123…8
Alex

Alex

75 日志
6 分类
18 标签
GitHub E-Mail Google Twitter FB Page VK Group StackOverflow YouTube Instagram Skype
© 2022 Alex
由 Hexo 强力驱动
|
主题 — NexT.Mist v5.1.3