MOLi-rocks / MOLi-DoorMonitor

1 stars 1 forks source link

rpos RTSP failed after setting resolution to 1280*720 30fps via ONVIF #3

Open bluet opened 8 years ago

bluet commented 8 years ago

call setVideoEncoderConfiguration settings:

"width": 1280,
"height": 720,
"frameRate": 30

error msg on rpos: StreamParser::afterGettingBytes() warning: read 4294967295 bytes; expected no more than 150000

BreeeZe commented 8 years ago

It looks like the camera driver is feeding the rtsp server more data then it can buffer: https://www.google.nl/search?client=safari&rls=en&q=StreamParser::afterGettingBytes()+warning:+read+4294967295+bytes;+expected+no+more+than+150000&ie=UTF-8&oe=UTF-8&gfe_rd=cr&ei=7P09V8ekDuTG8Aeh97zADA#q=StreamParser::afterGettingBytes()+warning:+read+bytes;+expected+no+more+than+site:lists.live555.com

Are you using the original rtsp server, or the new one @RogerHardiman added support for?

zxp86021 commented 8 years ago

@BreeeZe we use the original rtsp server and follow your readme.md to build and run rpos

sleebapaul commented 6 years ago

Any solutions yet? @BreeeZe @zxp86021 @BlueT