Time Outs

Nicholas Youell nik.youell at btinternet.com
Fri Jul 25 03:51:55 PDT 2014




Hi yellow yeti,

Thanks for the pointer. Some more research shows that the rtmp.c (source
code) has a hack to get around this. I will get a copy of source and see
if I can get it to work. 

Interestingly, the Day 4 of the British Open Part 3 downloaded as 4.6 GB
and that worked fine and Day 1 I got over 5 GB so the 4Gb limit is not
consistent in its approach.

thanks again for the useful links. 

rtmp.c

 	  r->m_sb.sb_size -= nRead;

 	  nBytes = nRead;

 	  r->m_nBytesIn += nRead;

+          if(r->m_nBytesIn > 0xF0000000)

+              r->m_nBytesIn -= 0xF0000000;

 	  if (r->m_bSendCounter

 	      && r->m_nBytesIn > ( r->m_nBytesInSent + r->m_nClientBW / 10))

 	    if (!SendBytesReceived(r))





More information about the get_iplayer mailing list