> I am setting every nal:
> fDurationInMicroseconds = 33333;
> gettimeofday(&fPresentationTime, 0);

Because you're streaming from a live source, I'd suggest not setting 
"fDurationInMicroseconds" at all.  Just be prepared for your "MyStreamSource 
::doGetNextFrame()" function to get called immediately after you've finished 
delivering the previous NAL unit; you need to be able to deal with that 
properly.

Ross Finlayson
Live Networks, Inc.
http://www.live555.com/

_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to