so how would I get around the problem of the stream randomly crashing because the file can't update fast enough? Is this a case of me simply not having a fast enough machine?
On Wed, Jan 28, 2015 at 9:55 AM, Nicolas George <[email protected]> wrote: > Le nonidi 9 pluviôse, an CCXXIII, Simon Thelen a écrit : >> As long as you're not working with a network filesystem, you can >> atomically update a symlink with `mv -Tf <new> <current>' > > It works with plain files, no need to bother with symlinks. > > And -T and -f seems unnecessary in this context. > > Regards, > > -- > Nicolas George > > _______________________________________________ > ffmpeg-user mailing list > [email protected] > http://ffmpeg.org/mailman/listinfo/ffmpeg-user > _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
