<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div>Folks,</div><div><br></div><div>For a better understanding of vlc's internal pipeline, I zipped an mp4 file using bzip2 and tried to play through VLC. The file played just fine.</div><div><br></div><div>When I examine modules/stream_filter/decomp.c:244, function Control returns "false" for STREAM_CAN_SEEK and STREAM_CAN_FASTSEEK. However, if I look at modules/demux/mp4/mp4.c:305, it appears if STREAM_CAN_FASTSEEK is false, MP4 plugin cannot be used.</div><div><br></div><div>I don't understand this. Why am I able to still see the video in vlc?</div><div><br></div><div>Thank you in advance for your help.</div><div><br></div><div>Regards,</div><div>Peter</div></div></body></html>