Hi All, <br><br><br>The problem is :<br>when I use the command to capture video and audio:<br>ffmpeg -loglevel debug -debug_ts -f video4linux2 -r 30 -s 640x480 -input_format h264 -i /dev/video1 -f alsa -ar 48000 -ac 2 -i hw:0 -vcodec copy -acodec copy <a href="http://localhost:8090/feed1.ffm">http://localhost:8090/feed1.ffm</a> <br>
<br>then ffserver can service the VLC client request for live stream.<br><br>video can be displayed,<br>but there is no audio output because VLC says "PTS out of range"<br><br>Does anyone have idea?<br>