techyian / MMALSharp

C# wrapper to Broadcom's MMAL with an API to the Raspberry Pi camera.
MIT License
195 stars 33 forks source link

FFmpeg RTMP streaming issues #29

Closed techyian closed 6 years ago

techyian commented 6 years ago

Using NGINX RTMP module as an example, MMALSharp has an issue when streaming to an RTMP feed in that we are not feeding stdin data quickly enough to FFmpeg. Needs further investigation.

techyian commented 6 years ago

Resolved. Test code was incorrectly setting the quantisation parameter (quality) and adversely affected the bitrate.