bytedeco/javacv
View on GitHub[question] Method to identify if frames are being sent to server or not?
Open
#1,349 opened on Dec 8, 2019
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
}