[Live-devel] Design question: transferring control of sending RTP packets to source

2007-12-12 Thread Ralf Globisch
Thanks for the help and the quick response Ross, I'll post my findings once I've figured it out, Ralf -- This message is subject to the CSIR's copyright terms and conditions, e-mail legal notice, and implemented Open Document Format (ODF) standard. The full disclaimer details can be found at

Re: [Live-devel] Design question: transferring control of sending RTP packets to source

2007-12-11 Thread Ross Finlayson
>How would I transfer control of the sending of messages to the >DirectShow pipeline i.e. every time a frame arrives in my DirectShow >filter I want to send an RTP packet instead of the letting the >aforementioned event loop of the live library schedule events? You can't - you must use the even

[Live-devel] Design question: transferring control of sending RTP packets to source

2007-12-11 Thread Ralf Globisch
Hi Ross, Thanks for your previous feedback, it's helped me get up and running quickly ;) Following your advice I've managed to do the following: I've written an RTP server and client based on the testMp3Streamer examples in which I'm just streaming a bunch of random data from the server to the cl