I would like to produce a live RTMP stream and at the same time stream the video to SDL, but I can't seem to get that to work. Sometimes the SDL window will open for a moment, and then close before FFmpeg reports an error.
This is the command I'm using to produce the RTMP stream: ffmpeg -hide_banner -f dshow -sample_rate 11025 -video_size qvga -i video="HP Deluxe Webcam KQ246AA":audio="Microphone (Logitech USB Headset)" -f flv -b:v 96K -b:a 16K -vf fps=fps=15 rtmp://***.*****.***/live/yoder How can I modify the arguments to see the video with SDL? Thanks. Gil Yoder _______________________________________________ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".