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 2017/03/01 08:45:45 UTC

[jira] [Commented] (OPENMEETINGS-1574) External video support is broken

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

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

Commit 1784879 from [~solomax] in branch 'application/trunk'
[ https://svn.apache.org/r1784879 ]

[OPENMEETINGS-1574] sizes are fixed

> External video support is broken
> --------------------------------
>
>                 Key: OPENMEETINGS-1574
>                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1574
>             Project: Openmeetings
>          Issue Type: Bug
>          Components: Audio/Video
>    Affects Versions: 3.2.0
>            Reporter: Maxim Solodovnik
>            Assignee: Maxim Solodovnik
>              Labels: regression
>             Fix For: 3.2.1
>
>
> Video from external camera is not playing
> With following log message
> {code}
>  WARN 02-23 10:16:41.891 o.a.o.c.r.r.ScopeApplicationAdapter:252 [RTMPConnectionExecutor-4] - Failed to create Client on room connect
> {code}
> correct ffmpeg command for testing (width/height only works if both specified)
> {code}
> ffmpeg -re -i Avengers2.mp4 -vcodec flv -f flv -rtmp_conn "O:1 NS:securityCode:SID_OF_EXISTENT_USER NN:width:720 NN:height:480 O:0" rtmp://localhost:1935/openmeetings/ROOM_ID/UNIQUE_BROADCAST_ID_UINT
> {code}
> SID_OF_EXISTENT_USER == connections -> client "sid" parameter (NOT publicSid, NOT uid)



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)