|
View:
New views
8 Messages
—
Rating Filter:
Alert me
|
|
|
FluorineFx service - only RTMP ?
by Beniamin Dziurdza
::
Rate this Message:
Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message Is it possible to use a channel class other than flex.messaging.endpoints.RTMPEndpoint with FluorineFX service? (any free channel class) Regards, Beniamin _______________________________________________ fluorine mailing list fluorine@... http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com |
||||||||||||||||||||||
|
|
Re: FluorineFx service - only RTMP ?
by Support-179
::
Rate this Message:
Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message Hi Beniamin,
Do you mean a channel for messaging?
You can use a polling AMF channel or a streaming AMF
channel (streaming amf channel available only in the latest SVN
version)
Zoli From: fluorine-bounces@... [mailto:fluorine-bounces@...] On Behalf Of Beniamin Dziurdza Sent: Tuesday, April 21, 2009 5:21 PM To: fluorine@... Subject: [Fluorine] FluorineFx service - only RTMP ? Is it possible to use a channel class other than flex.messaging.endpoints.RTMPEndpoint with FluorineFX service? (any free channel class) Regards, Beniamin _______________________________________________ fluorine mailing list fluorine@... http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com |
||||||||||||||||||||||
|
|
Odp: Re: FluorineFx service - only RTMP ?
by Beniamin Dziurdza
::
Rate this Message:
Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message Exactly. I need channel (freely licenced) for messaging that works with fluorineFx service. My air app has to be able to run locally (without internet) and (1) we need solution without web server installation and (2) based on free libs. Zoli - thank you for the fast answer. I will try pooling AMF channel. Regards, Beniamin
Hi Beniamin, Do you mean a channel for messaging? You can use a polling AMF channel or a streaming AMF channel (streaming amf channel available only in the latest SVN version) Zoli From: fluorine-bounces@... [mailto:fluorine-bounces@...] On Behalf Of Beniamin Dziurdza Sent: Tuesday, April 21, 2009 5:21 PM To: fluorine@... Subject: [Fluorine] FluorineFx service - only RTMP ? Is it possible to use a channel class other than flex.messaging.endpoints.RTMPEndpoint with FluorineFX service? (any free channel class) Regards, Beniamin _______________________________________________ fluorine mailing list fluorine@... http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com _______________________________________________ fluorine mailing list fluorine@... http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com |
||||||||||||||||||||||
|
|
Odp: Re: FluorineFx service - only RTMP ?
by Beniamin Dziurdza
::
Rate this Message:
Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message Can I use mx.messaging.channels.AMFChannel ? How service-config.xml should look like? Is the following config correct? <?xml version="1.0" encoding="utf-8" ?> <services-config> <services> <service id="remoting-service" class="flex.messaging.services.RemotingService" messageTypes="flex.messaging.messages.RemotingMessage"> <adapters> <adapter-definition id="dotnet" class="FluorineFx.Remoting.RemotingAdapter" default="true"/> </adapters> <destination id="mydestination"> <adapter ref="dotnet"/> <channels> <channel ref="my-amf"/> </channels> <properties> <source>MyServiceLibrary.Sample</source> <scope>request</scope> </properties> </destination> </service> </services> <channels> <channel-definition id="my-amf" class="mx.messaging.channels.AMFChannel"> <endpoint uri="???://localhost:2704" class="flex.messaging.endpoints.AMFEndpoint"/> </channel-definition> </channels> </services-config> (Uri is hard-coded for simplicity). How the endpoint uri should be specified for fluorinefx service? Is there any example of air app with fluorinefx service using non-RTMP channel? Regards, Beniamin
Hi Beniamin, Do you mean a channel for messaging? You can use a polling AMF channel or a streaming AMF channel (streaming amf channel available only in the latest SVN version) Zoli From: fluorine-bounces@... [mailto:fluorine-bounces@...] On Behalf Of Beniamin Dziurdza Sent: Tuesday, April 21, 2009 5:21 PM To: fluorine@... Subject: [Fluorine] FluorineFx service - only RTMP ? Is it possible to use a channel class other than flex.messaging.endpoints.RTMPEndpoint with FluorineFX service? (any free channel class) Regards, Beniamin _______________________________________________ fluorine mailing list fluorine@... http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com _______________________________________________ fluorine mailing list fluorine@... http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com |
||||||||||||||||||||||
|
|
Re: Odp: Re: FluorineFx service - only RTMP ?
by Support-179
::
Rate this Message:
Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message For AIR applications you will hardcode the endpoint uri (or
alternatively configure it in the AIR application)
From: fluorine-bounces@... [mailto:fluorine-bounces@...] On Behalf Of Beniamin Dziurdza Sent: Wednesday, April 22, 2009 12:28 PM To: Fluorine Mailing List Cc: 'Fluorine Mailing List'; fluorine-bounces@... Subject: [Fluorine] Odp: Re: FluorineFx service - only RTMP ? Can I use mx.messaging.channels.AMFChannel ? How service-config.xml should look like? Is the following config correct? <?xml version="1.0" encoding="utf-8" ?> <services-config> <services> <service id="remoting-service" class="flex.messaging.services.RemotingService" messageTypes="flex.messaging.messages.RemotingMessage"> <adapters> <adapter-definition id="dotnet" class="FluorineFx.Remoting.RemotingAdapter" default="true"/> </adapters> <destination id="mydestination"> <adapter ref="dotnet"/> <channels> <channel ref="my-amf"/> </channels> <properties> <source>MyServiceLibrary.Sample</source> <scope>request</scope> </properties> </destination> </service> </services> <channels> <channel-definition id="my-amf" class="mx.messaging.channels.AMFChannel"> <endpoint uri="???://localhost:2704" class="flex.messaging.endpoints.AMFEndpoint"/> </channel-definition> </channels> </services-config> (Uri is hard-coded for simplicity). How the endpoint uri should be specified for fluorinefx service? Is there any example of air app with fluorinefx service using non-RTMP channel? Regards, Beniamin
Hi Beniamin, Do you mean a channel for messaging? You can use a polling AMF channel or a streaming AMF channel (streaming amf channel available only in the latest SVN version) Zoli From: fluorine-bounces@... [mailto:fluorine-bounces@...] On Behalf Of Beniamin Dziurdza Sent: Tuesday, April 21, 2009 5:21 PM To: fluorine@... Subject: [Fluorine] FluorineFx service - only RTMP ? Is it possible to use a channel class other than flex.messaging.endpoints.RTMPEndpoint with FluorineFX service? (any free channel class) Regards, Beniamin _______________________________________________ fluorine mailing list fluorine@... http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com _______________________________________________ fluorine mailing list fluorine@... http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com |
||||||||||||||||||||||
|
|
Re: Odp: Re: FluorineFx service - only RTMP ?
by Support-179
::
Rate this Message:
Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message Beniamin
Just realized that you are talking about the FluorineFx
*windows service*.
In this case (ignore my previous email) you do not have any
other option then using a RTMP channel (the windows service does not run ASP.NET
and no HTTP based AMF channel will work).
Get an LCDS express and compile your application with the
fds.swc..... From: fluorine-bounces@... [mailto:fluorine-bounces@...] On Behalf Of Beniamin Dziurdza Sent: Wednesday, April 22, 2009 11:26 AM To: Fluorine Mailing List Subject: [Fluorine] Odp: Re: FluorineFx service - only RTMP ? Exactly. I need channel (freely licenced) for messaging that works with fluorineFx service. My air app has to be able to run locally (without internet) and (1) we need solution without web server installation and (2) based on free libs. Zoli - thank you for the fast answer. I will try pooling AMF channel. Regards, Beniamin
Hi Beniamin, Do you mean a channel for messaging? You can use a polling AMF channel or a streaming AMF channel (streaming amf channel available only in the latest SVN version) Zoli From: fluorine-bounces@... [mailto:fluorine-bounces@...] On Behalf Of Beniamin Dziurdza Sent: Tuesday, April 21, 2009 5:21 PM To: fluorine@... Subject: [Fluorine] FluorineFx service - only RTMP ? Is it possible to use a channel class other than flex.messaging.endpoints.RTMPEndpoint with FluorineFX service? (any free channel class) Regards, Beniamin _______________________________________________ fluorine mailing list fluorine@... http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com _______________________________________________ fluorine mailing list fluorine@... http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com |
||||||||||||||||||||||
|
|
Odp: Re: Odp: Re: FluorineFx service - only RTMP ?
by Beniamin Dziurdza
::
Rate this Message:
Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message Zoli I would like to apologize for my imprecision. You are right I meant FluorineFx *Windows* service. Is there any free alternative to fds.swc for commercial purposes? From what I understand LCDS express is now LCDS with one-CPU licence (according to adobe website it is free). But can I use commercially fds.swc with flurinefx without buying commercial non-free version of LCDS? Best regards, Beniamin
Beniamin Just realized that you are talking about the FluorineFx *windows service*. In this case (ignore my previous email) you do not have any other option then using a RTMP channel (the windows service does not run ASP.NET and no HTTP based AMF channel will work). Get an LCDS express and compile your application with the fds.swc..... From: fluorine-bounces@... [mailto:fluorine-bounces@...] On Behalf Of Beniamin Dziurdza Sent: Wednesday, April 22, 2009 11:26 AM To: Fluorine Mailing List Subject: [Fluorine] Odp: Re: FluorineFx service - only RTMP ? Exactly. I need channel (freely licenced) for messaging that works with fluorineFx service. My air app has to be able to run locally (without internet) and (1) we need solution without web server installation and (2) based on free libs. Zoli - thank you for the fast answer. I will try pooling AMF channel. Regards, Beniamin
Hi Beniamin, Do you mean a channel for messaging? You can use a polling AMF channel or a streaming AMF channel (streaming amf channel available only in the latest SVN version) Zoli From: fluorine-bounces@... [mailto:fluorine-bounces@...] On Behalf Of Beniamin Dziurdza Sent: Tuesday, April 21, 2009 5:21 PM To: fluorine@... Subject: [Fluorine] FluorineFx service - only RTMP ? Is it possible to use a channel class other than flex.messaging.endpoints.RTMPEndpoint with FluorineFX service? (any free channel class) Regards, Beniamin _______________________________________________ fluorine mailing list fluorine@... http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com _______________________________________________ fluorine mailing list fluorine@... http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com _______________________________________________ fluorine mailing list fluorine@... http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com |
||||||||||||||||||||||
|
|
Re: Odp: Re: Odp: Re: FluorineFx service - only RTMP ?
by Support-179
::
Rate this Message:
Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message Hi Beniamin,
We did not develop an alternative.
An alternative solution would be to use NetConnection calls
directly with RTMP protocol, as Adobe soon will open the RTMP
specification (if this worries you).
I cannot give you a legal advice related to
fds.swc
If their license specifies that you must connect to LCDS
with your application then probably not (I am not aware of such
restriction)
Zoli From: fluorine-bounces@... [mailto:fluorine-bounces@...] On Behalf Of Beniamin Dziurdza Sent: Thursday, April 23, 2009 5:49 PM To: Fluorine Mailing List Subject: [Fluorine] Odp: Re: Odp: Re: FluorineFx service - only RTMP ? Zoli I would like to apologize for my imprecision. You are right I meant FluorineFx *Windows* service. Is there any free alternative to fds.swc for commercial purposes? From what I understand LCDS express is now LCDS with one-CPU licence (according to adobe website it is free). But can I use commercially fds.swc with flurinefx without buying commercial non-free version of LCDS? Best regards, Beniamin
Beniamin Just realized that you are talking about the FluorineFx *windows service*. In this case (ignore my previous email) you do not have any other option then using a RTMP channel (the windows service does not run ASP.NET and no HTTP based AMF channel will work). Get an LCDS express and compile your application with the fds.swc..... From: fluorine-bounces@... [mailto:fluorine-bounces@...] On Behalf Of Beniamin Dziurdza Sent: Wednesday, April 22, 2009 11:26 AM To: Fluorine Mailing List Subject: [Fluorine] Odp: Re: FluorineFx service - only RTMP ? Exactly. I need channel (freely licenced) for messaging that works with fluorineFx service. My air app has to be able to run locally (without internet) and (1) we need solution without web server installation and (2) based on free libs. Zoli - thank you for the fast answer. I will try pooling AMF channel. Regards, Beniamin
Hi Beniamin, Do you mean a channel for messaging? You can use a polling AMF channel or a streaming AMF channel (streaming amf channel available only in the latest SVN version) Zoli From: fluorine-bounces@... [mailto:fluorine-bounces@...] On Behalf Of Beniamin Dziurdza Sent: Tuesday, April 21, 2009 5:21 PM To: fluorine@... Subject: [Fluorine] FluorineFx service - only RTMP ? Is it possible to use a channel class other than flex.messaging.endpoints.RTMPEndpoint with FluorineFX service? (any free channel class) Regards, Beniamin _______________________________________________ fluorine mailing list fluorine@... http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com _______________________________________________ fluorine mailing list fluorine@... http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com _______________________________________________ fluorine mailing list fluorine@... http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com |
| Free embeddable forum powered by Nabble | Forum Help |