[Webkit-unassigned] [Bug 85851] MediaStream API: support MediaStreamRecorder implementation
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jul 19 06:14:15 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=85851
Michael L <michael at myinterview.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |michael at myinterview.com
--- Comment #92 from Michael L <michael at myinterview.com> ---
Hello,
I noticed that on our recordings, it doesn't seem that the webkit implementation follows the bitrate guidelines.
When initiating the MediaRecorder object we pass this options config object:
{
bitsPerSecond: 2000000
}
In theory that should limit the recording to a maximum of 1953 kb/s.
We see on multiple occurences (eg on Safari 14.1.1 on iOS 14.6) that the output file has a much bigger bitrate (eg 9700 kb/s just for the video) which produces files that are hard to upload given the size. Is this a known issue ? Is there a workaround ? (like using videoBitsPerSecond instead of bitsPerSecond ?)
Thanks
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210719/4879a0e0/attachment-0001.htm>
More information about the webkit-unassigned
mailing list