Replies: 1 comment
-
Yes, you need to
paths:
desktop:
runOnInit: ./path-to-ffmpeg/ffmpeg.exe -f gdigrab -framerate 10 -i desktop -c:v libx264 -preset ultrafast -b:v 500k -max_muxing_queue_size 1024 -f rtsp rtsp://localhost:$RTSP_PORT/desktop
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to host an RTSP stream of my Windows desktop, is it possible with rtsp-simple-server?
Beta Was this translation helpful? Give feedback.
All reactions