rtmp - rtmpt protocol dump handshake error -


when try dump rtmpt protocol rtmpdump in ubuntu, got error:

error: rtmp_connect1, handshake failed. 

i dump:

rtmpdump -v -r  "rtmpt://37.130.228.52:80/atv/atv3" 

i solved problem. first of ip addresses rtmp url changing between few ip addresses.when try other ip numbers connecting rtmp being rejected instantly. due swf verification, rtmp urls needs swf verification. hence, when typed follow play on vlc player.

rtmpdump -v -r  "rtmpt://..../atv/atv3" -s http://....swf?i=1 | vlc - 

next problem want play rtmp avconv/avplay not vlc player. not give swfurl parameter succesfully in avplay. instead can dump rtmpdump first , pipe avplay or avconv not achieve well.

edit: second problem solved

rtmpdump ...... | avplay -i pipe:0


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -