Search found 1 match

by davidnpgtech
Tue Oct 26, 2021 11:01 pm
Forum: IP Cameras
Topic: RTSP (VLC) and ffmpeg syntax
Replies: 14
Views: 6592

Re: RTSP (VLC) and ffmpeg syntax

An alternative that I used instead of FFServer was Red5 Pro. On Ubuntu, I used this line: ffmpeg -f pulse -i default -f video4linux2 -thread_queue_size 64 -framerate 25 -video_size 640x480 -i /dev/video0 -pix_fmt yuv420p -bsf:v h264_mp4toannexb -profile:v baseline -level:v 3.2 -c:v libx264 -x264-par...