I used LibVLC with Qt to play a video file while another app is writing to the file and updates it, when there isn't enough data available in the file my program waits for some times and then continues playing.
I don't know how to implement above scenario.(playing file while the file is online updating...).
Is there any way to set raw data(e.g char * ... instead of setting a file) to player in vlc?