04 2022 档案
摘要:参考: ISO/IEC 13818-1 https://www.cnblogs.com/jimodetiantang/p/9140808.html https://blog.csdn.net/leek5533/article/details/104993932/ 分析工具: https://easy
阅读全文
摘要:参考: https://github.com/ossrs/srs (srs4.0) http://download.macromedia.com/f4v/video_file_format_spec_v10_1.pdf (Annex E) https://www.cnblogs.com/shawn-
阅读全文
摘要:参考: Linux多线程服务器编程 陈硕 1. 概述 在多线程环境下,对象被多个线程共享,这时对象的销毁成为一个问题。在程序遇到较大并发时,常常会因为对象已经析构了,但是另一个线程还会去调用对象的情况。 本文主要参考 <Linux多线程服务器编程 陈硕> 第一章相关内容,学习记录。 2. 析构与锁
阅读全文
摘要:参考: https://rtmp.veriskope.com/docs/spec/ https://www.cs.cmu.edu/~dst/Adobe/Gallery/RTMPE.txt https://github.com/ossrs/srs (srs4.0) 1. 概述 本篇文章主要根据学习的相
阅读全文