I have access to a h264 TS file growing on disk. I cannot connect to the stream from which the file is being created.
If I connect my video player code (libav based) to such a file (i.e. a growing one) then I can decode and display all frames in the file up to the point at which the file was opened. However, I cannot ever display frames beyond the point at which it was opened. If I close the player and reopen the file, I can of course play more frames from the file. I really don't want to have to keep closing and reopening the file. Is there a way to enable the Libav to detect additional frames which have been added to the file post-opening? Gary _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
