Am Fr., 11. Dez. 2020 um 14:10 Uhr schrieb Сергей Икол <[email protected]>:
> on server (windows) I run command like > ffmpeg -f dshow -rtbufsize 100M -report -i video="___":audio="___" -f segment > -strftime 1 -segment_time 86400 -segment_format ts %Y-%m-%d_%H-%M-%S.ts > > on client (ubuntu) I try read this file (while server write this file) > (%Y-%m-%d_%H-%M-%S.ts) but avformat_open_input return -1 error = Operation > not permitted > > after the recording is completed, the file opens without errors I may miss something but I believe you are simply describing how file operations on Windows work. Did you try to access the file locally on the server while encoding? Carl Eugen _______________________________________________ Libav-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/libav-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
