Uploaded image for project: 'Openmeetings'
  1. Openmeetings
  2. OPENMEETINGS-2595

Recording not created: ffmpeg message: LBRR frames is not implemented.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Cannot Reproduce
    • 6.0.0
    • None
    • Recordings
    • None

    Description

      After update to 6.0.0 sometimes recording a converence is not possible.

      In the openmeetings.log I see for one file

      many

      messages

      Output #0, wav, to '/opt/omdata/streams/7/rec_76_af415d00-96ab-4839-8f3f-467c5d0ef54d_WAVE.wav':
      Metadata:
      ISFT : Lavf57.83.100
      Stream #0:0(eng): Audio: pcm_s16le ([1][0][0][0] / 0x0001), 32000 Hz, stereo, s16, 1024 kb/s (default)
      Metadata:
      title : Audio
      encoder : Lavc57.107.100 pcm_s16le[opus @ 0x563d132a7a40]
      LBRR frames is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented.
      [opus @ 0x563d132a7a40] Error decoding a SILK frame.
      [opus @ 0x563d132a7a40] Error decoding an Opus frame.
      [opus @ 0x563d132a7a40] LBRR frames is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented.
      [opus @ 0x563d132a7a40] Error decoding a SILK frame.
      [opus @ 0x563d132a7a40] Error decoding an Opus frame.
      [opus @ 0x563d132a7a40] LBRR frames is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented.
      .....

      In the recording I have 8 webm files, 7 of them no errors, but only one causes this issue. used docker-image

       I used docker image apache/openmeetings:min-6.0.0

      It is reproducable when I call

      ffmpeg -y **-i /opt/omdata/streams/7/rec_76_af415d00-96ab-4839-8f3f-467c5d0ef54d.webm -af aresample=32k:min_comp=0.001:min_hard_comp=0.100000 /opt/omdata/streams/7/rec_76_af415d00-96ab-4839-8f3f-467c5d0ef54d_WAVE.wav

       

      Via google I found a solution that a ffmpeg should be called with an additional parameter

      -acodec libopus

      So I called manually

      ffmpeg -y -acodec libopus -i /opt/omdata/streams/7/rec_76_af415d00-96ab-4839-8f3f-467c5d0ef54d.webm -af aresample=32k:min_comp=0.001:min_hard_comp=0.100000 /opt/omdata/streams/7/rec_76_af415d00-96ab-4839-8f3f-467c5d0ef54d_WAVE.wav

      This call off ffmpeg generates the .wav file successfully.

       

      Is there any place where I can configure the call of ffmpeg?

      I only found the path

      Attachments

        Activity

          People

            solomax Maxim Solodovnik
            uwesimon Uwe Simon
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: