You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	no need to sleep to hide crashes
Originally committed as revision 13225 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		| @@ -11,11 +11,9 @@ FILES=`sed -n 's/^[^#]*<Stream \(.*\)>.*/\1/p' $2 | grep -v html` | ||||
| rm -f tests/feed1.ffm | ||||
| ./ffserver -d -f tests/test.conf 2> /dev/null & | ||||
| FFSERVER_PID=$! | ||||
| sleep 2 | ||||
| echo "Waiting for feeds to startup..." | ||||
| ./ffmpeg -loop_input -flags +bitexact -dct fastint -idct simple -y -f pgmyuv -i tests/vsynth1/%02d.pgm http://localhost:9999/feed1.ffm 2> /dev/null & | ||||
| FFMPEG_PID=$! | ||||
| sleep 5 | ||||
| ( | ||||
|     cd tests/data || exit $? | ||||
|     rm -f ff-*; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user