Hi, I'm trying to do a streamer of mpeg video studying the sources of vlc... Could you tell me how to open a mpeg file (ES) and packetizer it (TS)? Or teach me how vlc decode this TS stream to an ES mpeg file... all I know is that vlc use the libmpeg2 library as a module, which I used before to obta...