hello all,<br><br>i want to stream mpeg2 ts read from /dev/dvb/adapter0/dvr0 to an ip multicast address through rtp. it's been converted to PES and put on a buffer. my understanding is that i have to build MPEG1or2Demux --&gt; MPEG1or2DemuxedElementaryStream --&gt; MPEG2TransportStreamFromPESSource --&gt; RTPSink. but how can i build a FramedSource from the buffer to be fed to MPEG1or2Demux? which class should i subclass and which methods should i override?
<br>i havent look deeply at the lib source so any guidance will be much appreciated.<br><br>thanks for any help in advance.<br><br>