[Live-devel] MPEG2TransportStreamIndexer not terminating

Ross Finlayson finlayson at live555.com
Mon Jul 4 02:31:25 PDT 2011


>  > Even if the file is on a local file server (not SMB)?  If that's the
>>  case, then (once again) please put an example ".ts" file - for which
>>  "MPEG2TransportStreamIndexer" did not terminate for you - on a
>>  publically-accessible web server, and send us the URL, so we can
>>  download and test it ourself.
>
>Yes, the file is accessed locally. I uploaded a small sample (just cut
>of the first 10mb of that file) which allows me to reproduce the
>problem. You can grab it here: http://jusst.de/files/101.ts

OK, thanks.  This file helped me identify a bug in our indexing code. 
It will be fixed in the next release of the software.  In the 
meantime, you can fix the problem yourself by changing line 358 of 
"liveMedia/MPEG2IndexFromTransportStream.cpp" from
	return True;
to
	return deliverIndexRecord();
-- 

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


More information about the live-devel mailing list