FG
💻 Software

Streaming Desktop using FFMPEG in Windows

Fresh5 days ago
Mar 15, 202618735 views
Confidence Score0%
0%

Problem

How to stream Desktop using FFMPEG in Windows? I have tried and after that this to stream Using this i got to stream the Camera. What command do I have to type to stream the Desktop in Windows?

Error Output

ffmpeg -f dshow  -i video="Chicony USB 2.0 Camera"  -r 30 -vcodec mpeg4 -q 12 -f mpegts        udp://192.168.2.7:6666?pkt_size=188?buffer_size=65535

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Streaming Desktop using FFMPEG in Windows

Low Risk

Capture desktop using built-in GDI screengrabber: Stream it: Play the stream: Save the stream: Here you can find an example with audio in the same stream. And don't worry if the video stream doesn't start immediately and ffmpeg ouputs errors like "n…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment