Ignore Open Files #1
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently the transcoder service while attempt to transcode any video file that's present in the ingest directory, regardless of whether it's being written to or not. This can cause issues with attempting to transcode a video that isn't compelte and can break the transcoder.
Thus, there should be a check on any videos to see if they're still being written to before transcoding them.
This was taken care of in commit
5bc2acac1d
and added to release v0.3.1Closing as it has been merged.