mpromonet / webrtc-streamer

WebRTC streamer for V4L2 capture devices, RTSP sources and Screen Capture
https://webrtcstreamer.agreeabletree-365b9a90.canadacentral.azurecontainerapps.io/?layout=2x2
The Unlicense
2.94k stars 598 forks source link

docs(readme): clarify size for webrtc #551

Closed LeoDog896 closed 1 year ago

LeoDog896 commented 1 year ago

When I was building the repository locally, I was stunned by how long it took, and realized that it was simply due to the massive size of the WebRTC dependency even ignoring history. Clarification here can possibly help other people too.

okteto-cloud[bot] commented 1 year ago

Your preview environment mpromonet-webrtc-streamer-pr-551 failed to deploy.

mpromonet commented 1 year ago

Hi,

A way to reduce time https://stackoverflow.com/a/46817527/3102264, it is used in Dockerfile.

Best Regards, Michel.

LeoDog896 commented 1 year ago

Awesome! I didn't see that -- I'm trying to make a PR for #547, and encountered super long grabbing times.