View Single Post
  #129  
Old 06-25-2013, 05:17 AM
InterdimensionalCow InterdimensionalCow is offline
Junior Member
 
Join Date: Aug 2012
Posts: 17
InterdimensionalCow is on a distinguished road
Default

Re: Customized rtmpdump binaries with patch file


Would anyone be able to determine if Livestream.com support requires an update? It may be my connection, but when attempting to download, even the newest RTMPDump from the topic post ended downloads prematurely. I was attempting to download a pre-recorded stream/video from the site, having formatted my code similarly the code I found here here. My apologies for not being very versed, but since --resume/-e was giving me an error about not finding a keyframe, I was afraid there might be a skip in the recording between the attempts (although not exactly practical to watch the entire video to see).

Code:
64874.194 kB / 1678.36 sec (51.9%)
ERROR: WriteN, RTMP send error 10053 (42 bytes)
ERROR: RTMP_ReadPacket, failed to read RTMP packet body. len: 67423
65003.075 kB / 1680.56 sec (52.0%)
Download may be incomplete (downloaded about 52.00%), try resuming
What leads me to believe RTMPDump might need a support update is, when looking up the specific errors given, I found that people have solved it before by updating RTMPDump. It seems random where it stops recording, mainly dependent on download speed. My internet wasn't fairing well earlier, so it consistently stopped around 3%. When my internet picked back up, it would stop around 50%.

Edit:
Code:
73693.020 kB / 1912.44 sec (59.1%)
ERROR: WriteN, RTMP send error 10053 (42 bytes)
ERROR: RTMP_ReadPacket, failed to read RTMP packet body. len: 66077
73693.810 kB / 1912.44 sec (59.1%)
Download may be incomplete (downloaded about 59.10%), try resuming
Reply With Quote