Welcome Guest Search | Active Topics | Members | Log In | Register

Room on messaging app Options · View
mrodsilva
Posted: Tuesday, November 22, 2011 7:31:58 AM
Rank: Apprentice Coder
Groups: Member

Joined: 5/25/2011
Posts: 21
Points: 69
Hi,

I need to know how to connect to a determined room from a C# application. I know that from a Flex app one should make the following call:

Code:
nc.connect( urlServer + "/" + weborbApplicationName + "/" + roomName );


How to do the same from a C# app? Is the following code correct?

Code:
rtmpClient.connect("localhost", 2037, "AppName", new object[] { roomName });


thanks,
Marcelo
mrodsilva
Posted: Tuesday, November 22, 2011 12:49:27 PM
Rank: Apprentice Coder
Groups: Member

Joined: 5/25/2011
Posts: 21
Points: 69
Hi,

Found the solution. It works this way:

Code:
rtmpClient.connect("localhost", 2037, "AppName" + "/" + "roomName", null);


Regards,
mrodsilva
Posted: Monday, December 05, 2011 9:44:11 AM
Rank: Apprentice Coder
Groups: Member

Joined: 5/25/2011
Posts: 21
Points: 69
Hi,

Does anyone knows how should I call a RTMP client that is running over RTMP Tunneling?

I've tried going something like this:

Code:
rtmpClient.connect("localhost", 80, "myApp");


But it is not working. I know that the WebORB is running fine. I've used the Flex Chat App (from documentation) to test.

Thanks
Cyril
Posted: Tuesday, December 06, 2011 3:48:18 PM
Rank: Administration
Groups: Administration , Member

Joined: 9/10/2009
Posts: 320
Points: 778
Location: US
rtmpClient.connect("rtmpt://localhost/myApp");
mrodsilva
Posted: Thursday, December 08, 2011 7:35:04 AM
Rank: Apprentice Coder
Groups: Member

Joined: 5/25/2011
Posts: 21
Points: 69
Hi Cyril,

Cyril wrote:
rtmpClient.connect("rtmpt://localhost/myApp");


Unless I'm doing something wrong, there is no overload that takes 1 argument for the connect method.

Regards,
Marcelo
Users browsing this topic
Guest


Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Main Forum RSS : RSS

YAFVision Theme Created by Jaben Cargman (Tiny Gecko)
Powered by Yet Another Forum.net version 1.9.1.8 (NET v2.0) - 3/29/2008
Copyright © 2003-2008 Yet Another Forum.net. All rights reserved.
This page was generated in 0.137 seconds.