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

Is it possible for a extended example on how to stream video? #2

Open
vans163 opened this issue Aug 31, 2017 · 1 comment
Open

Is it possible for a extended example on how to stream video? #2

vans163 opened this issue Aug 31, 2017 · 1 comment

Comments

@vans163
Copy link

vans163 commented Aug 31, 2017

Thank you very much for this example, I got data channels working. But there is great difficulty getting video streaming to work. Mostly because server to peer is so undocumented on the WWW.

Thanks.

@ceztko
Copy link

ceztko commented Sep 13, 2018

Hi @vans163. I forked[1] this project and added video support, getting inspiration from this[2] sample. If you have issues I can't provide support but the code for working video (no audio) stream and testing is all there. The CMakeLists.txt is hardcoded at the moment and supports only Windows, and you will require you some skills to compile WebRTC. Eventually I compiled mine because the precompiled packages usually don't have H264 support, but precompiled packages here[3] should also work. In the client/video folder there are source html that can feed the sink server (html/js or c++).

[1] https://github.com/ceztko/client-server-webrtc-example
[2] https://github.com/emannion/webrtc-audio-video
[3] https://github.com/mayeut/libwebrtc/releases/tag/v1.1.1

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