Re: [Live-devel] Setting Multiple Parameters with one SET_PARAMETER command

2012-09-28 Thread Ross Finlayson
>> I'm not quite sure how it works if fReuseFirstSource is set and one client >> requests a TCP connection and another a UDP? > > Aha! There's actually a bug in the current code that prevents this from > working properly. It turns out that I was mistaken about this. The current code handles

Re: [Live-devel] RTP timestamp issue after RTCP synchronization

2012-09-28 Thread Bruno Marchand
Hi Ross, Thank you very much for the fix. This new release fixes the problem I had with the camera date and time. Regards, Bruno Marchand ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listin

Re: [Live-devel] Regarding the audio and video packet sent rate

2012-09-28 Thread Ross Finlayson
> I use live555 send the audio and video packet as soon as possible. > but the video and audio encoding rate isn't same. so the video and audio > packet vlc receives isn't synchro. > So I tried to adjust the video and audio send rate, but I can't get the > balance. I always get the error "pts i

[Live-devel] 答复: Regarding support blackmagic card

2012-09-28 Thread 梦幻工作室
Oh, sorry, I make a mistake on the recipient. 发件人: 梦幻工作室 [mailto:fantasyvi...@126.com] 发送时间: 2012年9月28日 18:22 收件人: 'live-de...@ns.live555.com' 主题: Regarding support blackmagic card Hi, I saw some code about blackmagic in live555. So is it possible I can setup one rtsp server whic

[Live-devel] Regarding the audio and video packet sent rate

2012-09-28 Thread 梦幻工作室
Hi, I use live555 send the audio and video packet as soon as possible. but the video and audio encoding rate isn't same. so the video and audio packet vlc receives isn't synchro. So I tried to adjust the video and audio send rate, but I can't get the balance. I always get the error "pts is out

Re: [Live-devel] Setting Multiple Parameters with one SET_PARAMETER command

2012-09-28 Thread Ross Finlayson
> For an example, our sever session status widget displays, among other things > the RTP and RTCP ports for UDP that are in use for each stream in each client > session. Right or wrong the way we did it before was by sub-classing > RTSPClientSession so we'd have access to the void* streamToken f