[
https://issues.apache.org/jira/browse/OPENMEETINGS-1574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15885639#comment-15885639
]
ASF subversion and git services commented on OPENMEETINGS-1574:
---------------------------------------------------------------
Commit 1784536 from [~solomax] in branch 'application/trunk'
[ https://svn.apache.org/r1784536 ]
[OPENMEETINGS-1574] should work as expected
> 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)