Giladx / onyx-vj

Automatically exported from code.google.com/p/onyx-vj
2 stars 0 forks source link

thumbnailing FLV hangups #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
creating thumbnails of FLV files :

a strange bug happen :
sometime the Stream class don't receive the onMetaData event and waits for
it indefinitely

and a strange solution :
asking the Stream class to listen to its connection net_status (doing
nothing with it, just listening)
it looks useless but since then all the onMetaData are correctly received 

Original issue reported on code.google.com by ctrl...@wanadoo.fr on 4 Jun 2009 at 3:53

GoogleCodeExporter commented 9 years ago
FLV shall not be used, best is to convert to SWF, using ffmpeg with -avm2 switch

Original comment by batchass06 on 22 Oct 2010 at 5:05