[Red5] RTMPT trouble

Roberto Saccon rsaccon at gmail.com
Mon Aug 14 12:10:03 EDT 2006


I started to experiment with rtmpt. But I observed a strange thing
with my flash clients (written in haxe):


No matter what URL I choose (e.g.: rtmpt://mydomain.com:8080/myapp),
the first  command which gets send to the server (and I only detected
it with packet sniffer ethereal) is:

POST /open/1 HTTP/1.1


That is basically ok according to Joachim Bauchs RTMPT
"specification", but what is missing is the application path, in this
case: "mypath".

I tried that with various flasplayer versions on various Operating
systems and always had the same results. My flashplayer is in Haxe,
but I examined its source code and it does nothing special at
NetConennection.connect() and for RTMP is works as expected.

Does that strange thing only happen to me ? Any others using RTMPT ?
Any explanations ?

regards
-- 
Roberto Saccon



More information about the Red5 mailing list