Re: [Live-devel] Help with RTP/RTCP relay implementation

2012-03-07 Thread hfsamb-...@yahoo.com.br
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:

[Live-devel] Help with RTP/RTCP relay implementation

2012-03-06 Thread hfsamb-...@yahoo.com.br
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