Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
rtmpdumphelper overwrites captured streamIs there a way to keep rtmpdumphelper from overwriting an already captured portion of the stream when such streams fails, even if it does not resume?
|
#2
|
|||
|
|||
Re: rtmpdumphelper overwrites captured streamI have the same issue. Is there a way to recover the file that it overwrote? I don't really care about the new one, but I want the old file back that the new one overwrote.
|
#3
|
|||
|
|||
Re: rtmpdumphelper overwrites captured streamactually the problem lies with the underlying rtmpsuck app which bases the filename used to save the stream on the stream's playpath. if the restarted stream uses the same playpath, the filename will be the same and any previous recording will be overwritten. my solution was to compile a custom build of rtmpsuck which uses a filename to save a stream based on its playpath with an appended timestamp of when the stream started playing.
|
#4
|
|||
|
|||
Re: rtmpdumphelper overwrites captured streamQuote:
Last edited by Larry : 02-28-2013 at 10:33 AM. Reason: typo |
#5
|
|||
|
|||
Re: rtmpdumphelper overwrites captured streamOk so I am trying to compile rtmpdump after making some choice edits to the source code...
But I can't get it to compile correctly. After I comile it complains tha the libz-1.dll is missing.. I am using mingw and have installed zlib 1.2.7 so it should work... any ideas? |
#6
|
|||
|
|||
Re: rtmpdumphelper overwrites captured streamYou could copy libz-1.dll in the same folder you have rtmpdump.exe, but it's easier to build a static rtmpdump with
Code:
make SYS=mingw XLDFLAGS=-static |
Tags: overwrite, rtmpdumphelper |
Thread Tools | |
Display Modes | |
|
|