View Single Post
  #1  
Old 06-23-2013, 03:44 AM
Velcro Velcro is offline
Junior Member
 
Join Date: Aug 2011
Posts: 9
Velcro is on a distinguished road
Default

Librtmp and GetSockError


I'm trying to download stream with librtmp, and I always get a socket error after 20MB data transfered or less.
Code:
RTMPSockBuf_Fill, recv returned -1. GetSockError(): 10060 (Unknown error)
Code:
RTMPSockBuf_Fill, recv returned -1. GetSockError(): 10054 (Unknown error)
ffmpeg has the same problem. With rtmpdump, same stream is working fine.

What is the common cause of this issue?
Reply With Quote