Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
nindtz opened this issue Jan 20, 2024 · 2 comments
Open

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

nindtz opened this issue Jan 20, 2024 · 2 comments

Comments

@nindtz
Copy link

nindtz commented Jan 20, 2024

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
Copy link

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

@nindtz
Copy link
Author

nindtz commented Jan 20, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants