Hello everybody! I need help solving my problem. 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 Please tell me what I'm doing wrong?
_______________________________________________ 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".
