当前位置:网站首页>[OBS] frame loss and frame priority before transmission
[OBS] frame loss and frame priority before transmission
2022-07-25 16:36:00 【Better go against the wind than wait for the wind to come】
- rtmp When losing frames ,
- P The priority of frames is the highest , OBS_NAL_PRIORITY_HIGHEST = 3,
- encoder_packet (Encoder output packet ) The priority of this package is recorded , Used for discarding .
check_to_drop_frames
- G:\CDN\LiveServiceMesh\cdnsignal\core\src\plugins\obs-outputs\rtmp-stream.c
const char *name = pframes ? "p-frames" : "b-frames";
int priority = pframes ? OBS_NAL_PRIORITY_HIGHEST
边栏推荐
- 聊聊如何用 Redis 实现分布式锁?
- 【ZeloEngine】反射系统填坑小结
- ILSSI认证|六西格玛DMAIC的历程
- 3D 语义分割——Scribble-Supervised LiDAR Semantic Segmentation
- MySQL pessimistic lock
- doGet与doPost
- 80篇国产数据库实操文档汇总(含TiDB、达梦、openGauss等)
- High score technical document sharing of ink Sky Wheel - Database Security (48 in total)
- Verifiable random function VRF
- Recursive menu query (recursion: check yourself)
猜你喜欢

Who moved my memory and revealed the secret of 90% reduction in oom crash

2w字详解数据湖:概念、特征、架构与案例

2W word detailed data Lake: concept, characteristics, architecture and cases

Understanding service governance in distributed development

Win11动态磁贴没了?Win11中恢复动态磁贴的方法
![[image denoising] image denoising based on bicube interpolation and sparse representation matlab source code](/img/39/716c62d6ca533a7e84704b2c55d072.png)
[image denoising] image denoising based on bicube interpolation and sparse representation matlab source code

3D semantic segmentation - PVD

MySQL之联表查询、常用函数、聚合函数

IaaS基础架构云 —— 云网络

Talk about how to use redis to realize distributed locks?
随机推荐
食品安全丨无处不在的冷冻食品,你真的了解吗?
What is the shortcut key for win11 Desktop Switching? Win11 fast desktop switching method
EMQX Cloud 更新:日志分析增加更多参数,监控运维更省心
邮件的收发的展现逻辑之收件箱发件箱以及回复断链的问题
进程之间的通信(管道详解)
LVGL 7.11 tileview界面循环切换
Wechat applet does not use plug-ins, rendering videos in rich text, image adaptation, plus version
The presentation logic of mail sending and receiving inbox outbox and reply to the problem of broken chain
Two methods of importing sqllite table from MySQL
01. A simpler way to deliver a large number of props
IAAs infrastructure cloud cloud network
在 NgModule 里通过依赖注入的方式注册服务实例
02. 将参数props限制在一个类型的列表中
[zeloengine] summary of pit filling of reflection system
MySQL之联表查询、常用函数、聚合函数
QT listview list display component notes
High score technical document sharing of ink Sky Wheel - Database Security (48 in total)
Record locks
Intention lock
【图像去噪】基于双立方插值和稀疏表示实现图像去噪matlab源码