Problem with GetSockErrorEvery time I try to dump:
Code:
rtmpdump -r rtmp://31.220.0.138:1935/redirect/actionx -W http://p.jwpcdn.com/6/8/jwplayer.flash.swf -p http://www.eucast.tv/embed.php?le=actionx --live --debug Code:
DEBUG: Protocol : RTMP Code:
rtmpdump -r rtmp://31.220.0.138:1935/redirect/actionx -W http://p.jwpcdn.com/6/8/jwplayer.flash.swf -p http://www.eucast.tv/embed.php?le=actionx --live --debug Code:
DEBUG: Protocol : RTMP So first attempt fails and second attempt works, and this happens everytime. I've tried changing my IP, trying under other machines to check if I'm somehow geoblocked with the same two attempts result. Can anybody enlighten me? |
Re: Problem with GetSockErrorHere is a tcpdump capture of an unsuccessful session:
http://www.cloudshark.org/captures/b0c01d8de085 It seems that on RTMP_Connect0 the socket gets an ACK timeout and tries to retransmit two more times. Then on RTMP_Connect1 receives a response of the two retransmitted packets in the form of a reset packet, hence fails. Maybe forcing a SO_KEEPALIVE flag on RTMP_Connect0 to avoid retransmission solves it. |
Re: Problem with GetSockErrorSolved with a small workaround in rtmpdump.c:
Code:
+ #define RTMP_CONNECT_RETRIES 5 |
Re: Problem with GetSockErrorwhy do you think it was an issue with rtmpdump? it could be an issue with server configuration which is rejecting first connection attempt.
|
Re: Problem with GetSockErrorQuote:
The problem seems to be somewhere else because dumping the swf client session it is not triggering any reconnect, the swf client manages to connect at first attempt. |
All times are GMT -6. The time now is 06:02 PM. |