[Ffmpeg-devel] Ffplay: TS streams take long time to start

Klaas-Pieter Vlieg vlieg
Thu Jul 6 13:38:16 CEST 2006


Luca Abeni wrote:
> in libavformat/mpegts.c you can find the following lines:
> 	    /* first do a scaning to get all the services */
>             url_fseek(pb, pos, SEEK_SET);
>             mpegts_scan_sdt(ts);
> 
>             handle_packets(ts, MAX_SCAN_PACKETS);
> Just comment them out, and ffplay should be able to start immediately,
> even without changing MAX_SCAN_PACKETS.
> 
> 
> 				Luca
Confirmed, it works.
Thx again.

Klaas-Pieter Vlieg




More information about the ffmpeg-devel mailing list