[
https://issues.apache.org/jira/browse/OPENMEETINGS-2191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17070684#comment-17070684
]
LUIZ AUGUSTO MACHADO commented on OPENMEETINGS-2191:
----------------------------------------------------
We resolved the problem: We need to use TURN we follow these steps
And now all of things are resolved, why don't you guys don't explain about the
turn in the guide for centos 7? You guys need to write these steps to turn
turnserver.
# mkdir /nonexistent
chmod 777 /nonexistent
# install turn server
docker pull instrumentisto/coturn
vi /home/turnserver/turnserver.conf
listening-port=3478
listening-ip=xxx.xxx.xxx.xxx
relay-ip=xxx.xxx.xxx.xxx
external-ip=xxx.xxx.xxx.xxx
relay-threads=50
min-port=41369
max-port=65535
user=kurento:kurento
lt-cred-mech
docker run -d --network=host -v
/home/turnserver/turnserver.conf:/etc/coturn/turnserver.conf --name turnserver
instrumentisto/coturn -r=xxx.xxx.xxx.xxx:3478
test turnserver
[https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice/]
input:
turn:xxx.xxx.xxx.xxx
kurento
kurento
operate in meetingserver docker
vi /etc/kurento/modules/kurento/WebRtcEndpoint.conf.ini
turnURL=kurento:[[email protected]|mailto:[email protected]]:3478
reboot docker
> Recording file is not found
> ---------------------------
>
> Key: OPENMEETINGS-2191
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2191
> Project: Openmeetings
> Issue Type: Bug
> Components: Audio/Video
> Affects Versions: 5.0.0-M3
> Environment: Centos 7 VPS
> Reporter: LUIZ AUGUSTO MACHADO
> Assignee: Maxim Solodovnik
> Priority: Critical
> Labels: recording
> Attachments: image-2020-03-24-10-37-20-468.png,
> image-2020-03-24-10-38-07-290.png, image-2020-03-25-00-40-58-725.png,
> image-2020-03-25-00-42-53-189.png, keystore_values.txt
>
>
> After I finished recording and I go to my records it shows a file with an
> exclamation and I click on the script exclamation it opens a new windows that
> is supposed to show me some log to resolve it. but there is nothing just a
> message saying Recording file is not found.
> And also the recording test in webcam configuration is not working.
>
>
> !image-2020-03-24-10-37-20-468.png! !image-2020-03-24-10-38-07-290.png!
--
This message was sent by Atlassian Jira
(v8.3.4#803005)