You need to copy data to “fTo” and call “FramedSource::afterGetting(this)” only 
*once*, for each NAL unit that you deliver.  (Your code seems to be doing this 
multiple times for each delivery; this is wrong.)

In other words, each call to “doGetNextFrame()” must (eventually) lead to the 
delivery of exactly one H.264 NAL unit, followed by exactly one call to 
“FramedSource::afterGetting(this)”.


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