Hello, I'm developping a MPEG-TS videoplayer based on the dranger tutorial for video. The thing is the av_find_stream_info() function gives me 5 streams in my video : video, audio which i am able to decode, one of subtitles and 2 of metadatas. Sub and Mdt are custom and cannot be decoded by supplied codecs. When i use av_read_frame(), i can detect subtitles packets for example, the problem is that packet.data or packet.size are empty, so i have not access to sub datas and decode them by hand. Any ideas?
-- _
_______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
