<div dir="ltr">Hello everybody!<br>I need help solving my problem.<br><br>on server (windows) I run command like<br>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<br><br>on client (ubuntu) I try read this file (while server write this file) (%Y-%m-%d_%H-%M-%S.ts) but <span style="color:rgb(220,220,170);background-color:rgb(30,30,30);font-family:"Droid Sans Mono",monospace,monospace,"Droid Sans Fallback";font-size:14px;white-space:pre">avformat_open_input</span> return -1 error = Operation not permitted<br><br>after the recording is completed, the file opens without errors<br><div><br></div><div>Please tell me what I'm doing wrong?<br></div></div>