bigbluebutton-Github/record-and-playback/core
Calvin Walton 3c1a9cd7c4 RAP: Use "asetpts=N" in ffmpeg audio processing
There's an issue sometimes where when processing the audio from a
desktop sharing file, the STARTPTS value is invalid somehow, and this
results in bad timestamps in the output stream. Depending on the
selected codec/container combination, this might result in errors such
as spam of the message:

Application provided invalid, non monotonically increasing dts to muxer in stream

or simply a hang during processing.

Since we're already using aresample in async mode to correct timestamp
gaps, we can use "asetpts=N" here to simply set the audio frame pts
values to the sample number directly, giving proper monotonic timestamps
with no gaps.
2021-10-21 11:23:09 -04:00
..
features Remove a few matterhorn references that were missed. 2016-09-02 17:45:10 -04:00
lib RAP: Use "asetpts=N" in ffmpeg audio processing 2021-10-21 11:23:09 -04:00
resources/raw recording: Anonymize names in chat 2021-09-02 15:02:27 -04:00
scripts chore(recording): track mediasoup raw media files locations 2021-10-04 17:33:18 +00:00
spec Include webrtc webcams in recording processing 2018-04-24 15:20:35 -04:00
systemd Avoid race condition between redis and bbb-rap-resque-worker 2021-08-19 02:37:20 +03:00
test/recordandplayback/generators recording: Anonymize names in chat 2021-09-02 15:02:27 -04:00
.gitignore recording: Anonymize names in chat 2021-09-02 15:02:27 -04:00
Gemfile recording: Anonymize names in chat 2021-09-02 15:02:27 -04:00
Gemfile.lock recording: Anonymize names in chat 2021-09-02 15:02:27 -04:00
Rakefile recording: Anonymize names in chat 2021-09-02 15:02:27 -04:00