You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2021/03/12 01:02:25 UTC

[jira] [Commented] (OPENMEETINGS-2592) Interview room recording is broken

    [ https://issues.apache.org/jira/browse/OPENMEETINGS-2592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17299956#comment-17299956 ] 

ASF subversion and git services commented on OPENMEETINGS-2592:
---------------------------------------------------------------

Commit f1b65efd2daaf8654ca531ae8eece5a47a5abb79 in openmeetings's branch refs/heads/master from Maxim Solodovnik
[ https://gitbox.apache.org/repos/asf?p=openmeetings.git;h=f1b65ef ]

[OPENMEETINGS-2592] recording in interview room should work, code clean-up


> Interview room recording is broken
> ----------------------------------
>
>                 Key: OPENMEETINGS-2592
>                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2592
>             Project: Openmeetings
>          Issue Type: Bug
>          Components: Recordings
>    Affects Versions: 5.1.0
>            Reporter: Maxim Solodovnik
>            Assignee: Maxim Solodovnik
>            Priority: Major
>             Fix For: 6.1.0
>
>
>  - there are ffmpeg issues in case there are 5 pods in the room
> Hi,
> "mp4 generation" when producing the recordings file fails, relevant
> lines from log:
> process: generate MP4
> command: ffmpeg -y -i
> /opt/open502/webapps/openmeetings/data/streams/1/rec_30_pod_0.mp4 -i
> /opt/open502/webapps/dars/data/streams/1/rec_30_pod_1.mp4 -i
> /opt/open502/webapps/openmeetings/data/streams/1/INTERVIEW_30_FINAL_WAVE.wav
> -filter_complex [0:v][1:v]hstack=inputs=2[v] -map [v] -map 2:a -qmax 1
> -qmin 1 -c:v h264 -crf 24 -vsync 0 -pix_fmt yuv420p -vf
> pad=ceil(iw/2)*2:ceil(ih/2)*2 -preset medium -profile:v baseline
> -level 3.0 -movflags faststart -c:a aac -ar 48000 -b:a 256k -s 640x260
> /opt/open502/webapps/openmeetings/data/streams/hibernate/93067b79-7938-48e1-bab9-fee123dfd55f.mp4
> exception: null
> ...
> and error msg is:
> Filtergraph 'pad=ceil(iw/2)*2:ceil(ih/2)*2' was specified through the
> -vf/-af/-filter option for output stream 0:0, which is fed from a
> complex filtergraph.
> -vf/-af/-filter and -filter_complex cannot be used together for the same stream.
> exitValue: 1
> Tried with ffmpeg 4.0 and latest 4.3.1, same error.
> If I run the same command in the command line and omit the "-vf"
> options, generation succeeds.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)