Hi Ross,
I think I found what the problem was. The receiver misses the initial packets
that contain the PAT and without the PAT the encrypting function never
starts encrypting, it just copies the stream.
I am using unicast mode only and after some testing with the test tools I found
out that:
I am creating an RTP/UDP relay that encrypts raw MPEG2TS streams. On the
incoming side I used an RTPSource plus an RTCPInstance in client mode and on
the outgoing side I used an RTPSink and an RTCPInstance in server mode.
The encrypting function is implemented in a subclass of framed filter wh