Hi, i am very new in this site... (the truth is that i read it for long time but it the first time that I post something) xD

I am working in a "little" personal project. I have a DVB-C STB of my local TV provider and I recently got a DVB-C modulator card.
My idea is make my own VOD server with my BRīs and MKVīs films. xDDD
The system is working but i had problems when transcoding the files: Obviously i need to re transcode the films to TS.
I have a very limited bandwith becouse of that I had to transcode the films into a CRB stream of 2Mb/s (for SD) and i making test to use 4Mb/s for HD.

I am using the TSmuxer into a TS file, but i have problem with the audio. My STB can not play it.
When I look whith the TSreader found the problem. The TSmuxer is not adding the PCR correctly.
After that y make a test using the vlc instead the tsmux. in this case the VLC added the PCR and the audio works well. But I want to add multiple audios and subs to the TS and I think that VLC canīt do that.

The question:

Some one knowīs how can I do to multiplex, a video and many audios into a TS file (188b packet) with the correct PCR insertion?
there is some DVB muxer?


Many thanks