I am new here and if I am in the wrong forum, please forgive me and point me to the right one. Following are my situation and questions. Any help/response would be highly appreciated.
I just started to work on a project which will supposedly:
A) Receive MPEG-2 TS;
B) Read captured video packets out of packet RAM one the fly;
C) Feed those video packets into VLC so it can be playback.
So my questions are:
1, Do you think this is reasonable approach or not? What would be my main hurdle to achieve this? BTW, my code would be C++ developed under Microsoft.net.
2, Today, I tries some time to down source code of VLC, “contrib.-20050915-win32-bin-gcc3.3..1-only.tar.tar”, but when I unzip them by issuing command:
“tar xjvf contrib-20050915-win32-bin-gcc3.3.1-only.tar.tar -C /”, it always gives me error”
C:\Temp>tar xjvf contrib-20050915-win32-bin-gcc3.3.1-only.tar.tar -C/
tar (child): bzip2: Cannot exec: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors”
Is there any one knows what I did wrong? How can I get access to VLC source code and be able to compile it under windows environment?
Thank you and appreciate your help.
Regards,
Linda