« Return to Thread: RTMPT streaming

Re: RTMPT streaming

by Support-179 :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View in Thread

This is fixed now in the SVN

-----Original Message-----
From: fluorine-bounces@...
[mailto:fluorine-bounces@...] On Behalf Of Igor
Kiselev
Sent: Thursday, April 09, 2009 4:38 AM
To: fluorine@...
Subject: [Fluorine] RTMPT streaming

Hello!

Firstly I want to say thanks to support.
Solution with IIS7 you can try this native module for RTMPT works great.

But I still couldn't start video streaming when I used RTMPT. All another
functionality worked fine even with RTMPT, but not video streaming.
I saw sources and debugged them and found that
FluorineFx.Messaging.Rtmp.Stream.publish(string name, string mode) check if
connection is IStreamCapableConnection. If not, it ignores stream. I think
the same picture is on play.
Here is a problem!
RtmpServerConnection implements IStreamCapableConnection, but
RtmptConnection doesn't.
I coppied all functionality for IStreamCapableConnection from
RtmpServerConnection to RtmptConnection and now it seams to work.

Igor Kiselev


_______________________________________________
fluorine mailing list
fluorine@...
http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesil
entgroup.com


_______________________________________________
fluorine mailing list
fluorine@...
http://fluorine.thesilentgroup.com/mailman/listinfo/fluorine_fluorine.thesilentgroup.com

 « Return to Thread: RTMPT streaming