Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Filter video stream by frame format#1202

Open
qwu16 wants to merge 2 commits into
open-webrtc-toolkit:5.0.xfrom
qwu16:analytics
Open

Filter video stream by frame format#1202
qwu16 wants to merge 2 commits into
open-webrtc-toolkit:5.0.xfrom
qwu16:analytics

Conversation

@qwu16

@qwu16 qwu16 commented Apr 19, 2022

Copy link
Copy Markdown
Collaborator

No description provided.

case owt_base::TDT_MEDIA_FRAME:{
frame = reinterpret_cast<owt_base::Frame*>(buf + 1);
if(frame->additionalInfo.video.width == 1) {
if(frame->format != owt_base::FRAME_FORMAT_H264 && frame->format != owt_base::FRAME_FORMAT_H265 && frame->format != owt_base::FRAME_FORMAT_VP8 && frame->format != owt_base::FRAME_FORMAT_VP9) {

@taste1981 taste1981 Apr 19, 2022

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if (frame->format > FRAME_FORMAT_AV1 || frame->format < FRAME_FORMAT_VP8)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants