Accessing red5 server outside the localhost
Posted
by
user1039290
on Stack Overflow
See other posts from Stack Overflow
or by user1039290
Published on 2012-05-25T08:27:29Z
Indexed on
2012/06/30
21:16 UTC
Read the original article
Hit count: 201
I am new on red5 server so I stuck in. I am trying to record videos from webcam and save them in to my server. To do this, I installed red5 to my server. In addition, I also downloaded red5recorder and put it into my webapps folder. But there is any information about its implementation details. Whatever. So I go on with Red5 SimpleRecorder tutorial.
Everything works fine when I tried in my server, but there is a problem when I try to connect to server from other computer to record a video. Actually, video recording is handled but the recorded video is not uploaded to the server. When I work in localhost it works fine, but from outside I couldn't be able to record or upload the video.
I change the red5-web.properties document, and set virtual host to my server's IP but it again only works in localhost. What could be the reason? Is it about file permissions? or what could it be?
Kind regards, Can
© Stack Overflow or respective owner