PDA

View Full Version : Own subtitle demux and transport stream


bonj84
3rd September 2008, 17:28
Hi,

Excuse me for english but i am italian. I am working on vlc 0.9.1 under linux. I have modify file /modules/demux/subtitle.c for parsing normal text. I do this because i want to insert a source program into transport stream.
I have tested file modified with .avi and .ogg and work in correct way. When i try to load subtitle with .ts it doesn't work. i try with normal subtitle file like .srt or .sub and and doesn' work. vlc doesn't play also audio and video.

where is the problem? i think that file /modules/mux/mpeg/ts.c doesn't mux correctly audio/video and subtitle.

There is any way to solve this problem?

Thank's very much