KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#deepseek-harness
#dsh-plugin
#open-source
#ai
#claude-code
#cli
#windows
#codex
#developer-tools
#dsh
MediaService
★ 71
Open GitHub ↗
iOS视频采集、编码、解码、播放Demo
Download README (.md)
Explore Similar Repositories
voting-blockchain
:
A simple blockchain-based voting system application built from scratch by Python. It's available for running with multipeer.
react-native-spline-interpolate
:
Spline interpolation for React Native animations
remote-monitor-server
:
远程监控服务端(start remote monitor server by one command)
Unity2019ShaderDevelopment
:
Creating Shaders (via code and Shader Graph) in Unity 2019
squashed-merge-message
:
Use Pull Request description as Squashed and Merged commit messages.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
MediaService
?
Download (.md)
# MediaService 这是一个iOS视频采集、编码、解码、播放的Demo,代码中有详细注释方便阅读和理解。 以前开发音视频的时候总是这儿学一点那儿学一点的,知识比较零碎,不成体系。所以我准备把这个项目做成一个iOS音视频开发知识体系,一方面梳理一下自己的知识体系,另一方面也希望对学习音视频开发的同学有所帮助。 后续这个项目准备整理iOS/Mac OS开发中音视频相关方面的一系列的知识体系,包含但不限于视频采集、视频编解码、视频播放、美颜、音频采集、编解码、音效处理(回声消除、降噪、啸叫抑制、自动增益)等功能。每个功能模块的实现都将会有对应的文章详细讲解实现方案及在使用过程遇到的一些问题。欢迎有兴趣的同学加入一起搞事情! 本项目的对应音视频开发系列博客如下,很努力地更新中...... [iOS视频开发(一):视频采集](https://www.jianshu.com/p/eccdcf43d7d2) [iOS视频开发(二):视频H264硬编码](https://www.jianshu.com/p/0d18f04e524d)