Maxim Solodovnik created OPENMEETINGS-1403:
----------------------------------------------
Summary: External cameras should be supported
Key: OPENMEETINGS-1403
URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1403
Project: Openmeetings
Issue Type: Improvement
Components: Audio/Video, SWF10Video, UI
Affects Versions: 3.1.1
Reporter: Maxim Solodovnik
Assignee: Maxim Solodovnik
Fix For: 3.1.2, 3.2.0, 4.0.0
Currently it is impossible to send external video stream to OM room
ffmpeg generally is able to send RTMP stream to room using command like this:
{code}
ffmpeg -y -i /home/solomax/Downloads/halo4.mp4 -r 25 -s 640x480 -an -vcodec flv
-f flv rtmp://localhost:1935/openmeetings/5/666
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)