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