Re: [Live-devel] Lost Packets Ratio

2008-09-01 Thread Ross Finlayson
I am using testMP3Streamer and testMP3Receiver. Is there a way to know how many packets (RTP or UDP) have been lost? Yes - you can look at the "RTPReceptionStats" for the "RTPSource" object. Note how "openRTSP" implements its "-Q" option, using the code for "qosMeasurementRecord::periodicQOSM

[Live-devel] Lost Packets Ratio

2008-09-01 Thread MrBrain
http://www.email.it/f Sponsor: Gioca con i Supereroi Marvel sul cellulare! Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=7752&d=20080901 ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] RTSP Wav Receiver

2008-09-01 Thread Guillaume Ferry
Ok, Sorry for all those previous posts, I'm almost there :) Based a lot on openRTSP, I have a full RTSP client that (almost) works ! My last issue, is I can't read subsession source ( subsession->readSource() returns NULL). I must be missing something, any idea ? Guillaume. ___

[Live-devel] RTSP Wav Receiver

2008-09-01 Thread Guillaume Ferry
Ok, I found out, it was a stupid syntax error :) Now I receive frames, but strangely, framesize is set to 0. Do I need to specify some buffer input sizes, or else ? Thanks Guillaume. ___ live-devel mailing list live-devel@lists.live555.com http://list

[Live-devel] RTSP Wav Receiver

2008-09-01 Thread Guillaume Ferry
Ok, I made a simple subclass from FileSink, and I tested it with openRTSP. The sink initializes well, but it doesn't 'see' any frames. When I try to enable getNextFrame in my code, I get a conversion error. I must be missing something... :) ___ live-d

Re: [Live-devel] RTSP Wav Receiver

2008-09-01 Thread Ross Finlayson
Hi, Thanks for this quick reply. I'm a little confused with this class. Do you have some hints, or better, a minimal example :-D ? Look at the existing "FileSink" class for hints. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ l

[Live-devel] RTSP Wav Receiver

2008-09-01 Thread Guillaume Ferry
Hi, Thanks for this quick reply. I'm a little confused with this class. Do you have some hints, or better, a minimal example :-D ? Thanks again, Guillaume. PS : is there somewhere a good tutorial to start with ? ___ live-devel mailing list live-deve

Re: [Live-devel] RTSP Wav Receiver

2008-09-01 Thread Ross Finlayson
I'm interested in building a wav receiver from RTSP url, with Live555. I'm not very familiar with this library, and I don't know where to star well : I noticed you can easily grab rtsp frames and dump it to a raw file, with openRTSP, but I'd like to have thoses frames copied in a variable, so

[Live-devel] RTSP Wav Receiver

2008-09-01 Thread Guillaume Ferry
Hi there, I'm interested in building a wav receiver from RTSP url, with Live555. I'm not very familiar with this library, and I don't know where to star well : I noticed you can easily grab rtsp frames and dump it to a raw file, with openRTSP, but I'd like to have thoses frames copied in a variab