« Return to Thread: RTMPT streaming

RTMPT streaming

by Igor Kiselev :: Rate this Message:

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

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.thesilentgroup.com

 « Return to Thread: RTMPT streaming