Hi All, I use ffmpeg to generate a stream to ffserver, the command line: ffmpeg -f video4linux2 -r 30 -s 640x480 -input_format mjpeg -i /dev/video0 -c copy http://localhost:8090/feed1.ffm how to play the http stream by ffplay?