Dear All, I already know how to save an incoming stream to a file but my problem is slightly different. When VLC saves an incoming stream to a file, the saved file usually has higher quality than the 'real-time' displayed version. I believe the reasoning behind this is that, the server side sends video packets even if their playout deadlines have passed. When these packets are received at the client, they can be used for improving the quality of the saved file, but not for the 'real-time' displayed version. So the version viewed at the client side while streaming has lower quality.
I want both versions to have the same quality. Is there a way that I can save incoming video exactly as it is actually displayed in real time? I need this for my scientific research.
Regards,
Tanir