On Wed, 25 Apr 2007 17:03:20 PDT, Jan Vilhuber wrote: > Is there some kind of 'give me stream info and type' library? If so I > could try my hand.. I'm totally unfamiliar with the mvpmc code, but > that's easily remedied. > > jan
The code in video.c will use either libdemux or libts_demux to allow you to play mpeg1/2 program or transport streams. You could probably modify this code to also look for other file types in order to use VLC instead. Take a look at video_read_start() in src/video.c. It performs the mpeg stream type detection. Jon ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Mvpmc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mvpmc-users mvpmc wiki: http://mvpmc.wikispaces.com/
