> Actually, I want to do something like the testMPEG2TransportReceiver  that
> I find
> in the "LIVE555 Streaming Media" testprogs. This code  reads a MPEG
> Transport/RTP stream (from the same multicast group/port), and outputs the
> reconstituted MPEG Transport Stream  to "stdout".I test it and it works
> very well.
> My source filter will receive MPEG Transport Stream but  instead
> of putting it  to "stdout", I want put it to  the output pin of my source
> filter.

You can do this without making any changes to the "testMPEG2TransportReceiver". 
 Just write your 'filter' application to read from 'stdin', and run
        testMPEG2TransportReceiver | your_filter_application

Ross Finlayson
Live Networks, Inc.
http://www.live555.com/

_______________________________________________
live-devel mailing list
[email protected]
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to