dank074 / Discord-video-stream

Experiment for making video streaming work for discord selfbots.
180 stars 33 forks source link

Can I sharescreen or live directly from a webcam? #51

Open nindtz opened 8 months ago

nindtz commented 8 months ago

This is usually my ffmpeg for saving video

ffmpeg -f avfoundation -framerate 60 -video_size 1280x720 -i "0:0" -c:v h264_videotoolbox -b:v 5000K -c:a aac -async 1 out.mp4

thanks

longnguyen2004 commented 8 months ago

Yes, look into the custom-stream-copy-codec to see how to use custom FFmpeg settings

nindtz commented 8 months ago

Yes, look into the custom-stream-copy-codec to see how to use custom FFmpeg settings

Thanks but I'm not a coder or anything. can you let me know how, what I do now is hosting a Nginx HLS server to feed the discord video.