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

How can I stream USB Camera over LAN? #46

Closed
ogulcantopsakal opened this issue Nov 5, 2018 · 1 comment
Closed

How can I stream USB Camera over LAN? #46

ogulcantopsakal opened this issue Nov 5, 2018 · 1 comment

Comments

@ogulcantopsakal
Copy link

I need to stream usb camera over lan. How can i do that with this script? I'm too new for this.

@RogerHardiman
Copy link
Collaborator

First you need to capture the raw video from the USB camera.
Then you need to pass it into a H264 video encoder (either a hardware API or a C library like libx264)
Once you have done that you can pass the H264 data into SharpRTSP.

This is too much for a beginner. SharpRTSP is for experienced programmers already working in the video streaming industry.

If you are new, I suggest you look at using ffmpeg

Roger

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