# FLVPlayback with rtmp

**URL:** https://forum.kirupa.com/t/flvplayback-with-rtmp/312114
**Category:** flash
**Created:** [July 26, 2010, 6:42am UTC](https://forum.kirupa.com/t/flvplayback-with-rtmp/312114 "2010-07-26T06:42:18Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![vrparekh](https://avatars.discourse-cdn.com/v4/letter/v/e36b37/32.png) [@vrparekh](https://forum.kirupa.com/u/vrparekh)
#### Post date: [July 26, 2010, 6:42am UTC](https://forum.kirupa.com/t/flvplayback-with-rtmp/312114/1 "2010-07-26T06:42:18Z")

</div>

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
