Hi. I have a system which saves a video feed as two files; an MJPEG file and a "frames" file. The frames file is a text file which appears to have pointers to different MJPEG segments; e.g.:
[0]
start=65
end=54558
[1]
start=54625
end=109096
...
When I try to play the MJPEG file in VLC, it appears that only the first segment is played. Does anyone know how I can get the entire video to be displayed?
Thanks so much.