Hello,
I am using FLVPlayback component
private var FLVVid:FLVPlayback=new FLVPlayback();
FLVVid.load(“rtmp://”+“url of flv file”);
FLVVid.play();
though i have given protocol rtmp it tries to connect with rtmpe and other protocols and given error NetConnection.Connect.Failed
some part of output:
_tryNC[0] connecting to: rtmpe://url:1935/
_tryNC[0].onStatus: NetConnection.Connect.Failed
>>error
>>NetConnection.Connect.Failed
_tryNC[1] connecting to: rtmpe://url:443/
_tryNC[1].onStatus: NetConnection.Connect.Failed
>>error
>>NetConnection.Connect.Failed
_tryNC[2] connecting to: rtmpe://url:80/
_tryNC[2].onStatus: NetConnection.Connect.Failed
>>error
>>NetConnection.Connect.Failed
_tryNC[3] connecting to: rtmpte://url:1935/
_tryNC[4] connecting to: rtmpte://url:443/
_tryNC[3].onStatus: NetConnection.Connect.Failed
>>error
>>NetConnection.Connect.Failed
_tryNC[4].onStatus: NetConnection.Connect.Failed
>>error
>>NetConnection.Connect.Failed
_tryNC[5] connecting to: rtmpte://url:80/
_tryNC[5].onStatus: NetConnection.Connect.Failed
>>error
>>NetConnection.Connect.Failed
Please help me to solve this problem,
Thanks
Vishal Parekh