[Live-devel] Newbie question: Simple RTP/RTCP Server/Client implementation

2007-12-05 Thread Ralf Globisch
Hi Ross, Thanks for the prompt feedback and hints ;) It's much appreciated. I actually came across your library via the Morgan RTP Direct Show filters ;) Thanks again, Ralf -- This message is subject to the CSIR's copyright terms and conditions, e-mail legal notice, and implemented Open Docum

Re: [Live-devel] Newbie question: Simple RTP/RTCP Server/Client implementation

2007-12-05 Thread Ross Finlayson
>I'd just like to get a few pointers and want to know if I'm on the >right track: >So far it looks like I can base a simple test application on >testMP3Streamer and testMP3Receiver? >One major difference is that I want to control the sending of >packets manually and it looks like the scheduler i

[Live-devel] Newbie question: Simple RTP/RTCP Server/Client implementation

2007-12-05 Thread Ralf Globisch
Hi, I'd like to write a simple RTP/RTCP server and client using the live555 libraries. I've previously managed to do the same with jrtplib, but it looks like the live555 libraries are more comprehensive since they offer RTSP and other functionality too. At the same time I'm not quite sure where