Re: [Live-devel] streaming H.264 with changing resolution

2009-12-14 Thread orbit
checks if FIFO has data and make the "sprop_parameter_sets_str" envir().taskScheduler().turnOnBackgroundReadHandling(fStreamSource->getClientReadPipe(), (TaskScheduler::BackgroundHandlerProc*)&incomingSPSAndPPSHandler, this); If it gets "sprop_parameter_sets_str", it will process commands continuously otherwise RTSPCilentSession will terminate because of time out. orbit. ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] streaming H.264 with changing resolution

2009-12-11 Thread orbit
rames correctly because SPS and PPS are not the same as previous caused by fSPLines is not NULL (see below code) and media field of SDP doesn't be set again. It's not exactly a bug, but if you would remove the if condition, it will be more flexible. orbit OnDemandServerMediaSubse

Re: [Live-devel] streaming pcm

2009-10-27 Thread orbit
peared. I am sure data still were delivered continually > >and timestamp were set correctly. What reason could cause this > >problem ? Do I miss someting ? > > Have you tried other RTSP clients - specifically, VLC and openRTSP? > I tried VLC, i

[Live-devel] streaming pcm

2009-10-27 Thread orbit
Hi, all : I stream pcm audio from the embedded borad to quicktime, quicktime can work just about 3 mins normally then voice disappeared. I am sure data still were delivered continually and timestamp were set correctly. What reason could cause this problem ? Do I miss someting ? thanks. orbit