VideoCity Installation-setup questions and error

22 views
Skip to first unread message

Richard Pace

unread,
Mar 29, 2013, 3:07:10 PM3/29/13
to myproje...@googlegroups.com
We are wanting to work with videocity,

thus far weve installed it on linux,python live server 

1. We have to start videocity via a ssh terminal if we close that terminal videocity goes offline.... how do we get it to run from the server ...?

2. When it is running with above method , we goto create the room all works fine i get the email with the cards, but when i goto upload the card or try to enter the room i get this error
Error connecting to the server:
NetConnection.Connect.Rejected
Conneciton Failed: Application folder ([install-location/application/call) is missing.

anyone have any advice on setting this up in linux? as noted we have gotten it to come online with ourdomain.com:5080  only when we run a service videocity start command via ssh terminal we had to write a small init script to get it to that point, previously we had to run the whole export to python commands etc....


please help were going to have  to abandon this concept if we cant find out how tio set this up... :) 

Intencity Team

unread,
May 18, 2013, 10:14:40 PM5/18/13
to myproje...@googlegroups.com, tampa...@gmail.com
Hi,

Sorry for the delay. Here are some responses.

1. On Linux you could put it in background with nohup mode I think.
http://www.cyberciti.biz/tips/nohup-execute-commands-after-you-exit-from-a-shell-prompt.html
Also redirect the output and error streams to null, and put in
background as e.g.,

$ nohup your-command 2>&1 >/dev/null &

2. Can you check if port 1935 is used by the RTMP server inside
videocity? Are you using videocity.py or server.py to run your server?
The client in flex/src/my/core/room/Room.as tries to connect to the
RTMP server - if the videocity is accessed at http://server:5080/...
then it will connect to rtmp://server:1935/call/... which should get
received by the RTMP server of videocity.
Run with -d command line option to check if there was an error in
starting the RTMP server. If not it will display that the Flash server
has started on port 1935.

Please let us know how things go...
> --
> --
> You received this message because you are subscribed to the Google
> Groups "myprojectguide" group.
> To post to this group, send email to myproje...@googlegroups.com
> To unsubscribe from this group, send email to
> myprojectguid...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/myprojectguide?hl=en
>
> ---
> You received this message because you are subscribed to the Google Groups
> "myprojectguide" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to myprojectguid...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>



--
The Intencity Team http://theintencity.com
Reply all
Reply to author
Forward
0 new messages