membraneframework / membrane_ffmpeg_swresample_plugin

Plugin performing audio conversion, resampling and channel mixing, using SWResample module of FFmpeg library
Apache License 2.0
2 stars 4 forks source link

Forward timestamps #57

Closed bartkrak closed 4 months ago

bartkrak commented 5 months ago

partially solves: https://github.com/membraneframework/membrane_core/issues/735

spscream commented 5 months ago

I have crash with the following pipeline opus_decode -> convert 48khz to 32khz -> g7221 encoder -> rtp, this merge fixes it. Thanks