bytedeco/javacv

[question] Method to identify if frames are being sent to server or not?

Open

#1,349 opened on Dec 8, 2019

View on GitHub
 (4 comments) (0 reactions) (0 assignees)Java (1,583 forks)batch import
help wantedquestion

Repository metrics

Stars
 (6,985 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

I am using RecordActivity to stream live video via RTMP. Is there any way to identifyif frames are being sent or nor due to bad network connection? For eg:

if(frames not sent fast enough){
     do something
}

Contributor guide