WORKDIR /app/webrtc-streamer COPY --from=builder /app/ /app/ ENTRYPOINT [ "./webrtc-streamer" ]7 changes: 4 additions & 3 deletions 7 Dockerfile.windows Original file line numberDiff line numberDiff line change @@ -36,10 +36,10 @@ RUN git config --global core.autocrlf false \ ...
docker run --device=/dev/video0 -it --entrypoint="/bin/sh" mpromonet/webrtc-streamer # Within container $ groups user # We are not part of the 'video' group $ stat /dev/video File: /dev/video0 Size: 0 Blocks: 0 IO Block: 4096 character special file Device: 63h/99d Inode: 11...
WebRTC streamer for V4L2 capture devices, RTSP sources and Screen Capture - Deploy docker · Workflow runs · mpromonet/webrtc-streamer
I tried the latest webrtc-streamer docker container using a chinese camera that has an rtsp stream with both audio and video tracks(track2 and track1 respectively) without success. Here are the logs but it could be because the camera is using a higher H264 profile(profile-level-id=644029)...
mpromonet / webrtc-streamer Public Notifications Fork 595 Star 2.9k Code Issues 91 Pull requests 1 Discussions Actions Projects Wiki Security Insights New issue improve install in docker #722 Merged mpromonet merged 5 commits into master from install Sep 11, 2024 ...
build (ubuntu-latest, Dockerfile.arm64, arm64, arm64v8/ubuntu) build (ubuntu-latest, Dockerfile.rpi, armv6l, https://sourceforge.net/projects/raspberry-pi-cross... build (ubuntu-latest, Dockerfile.rpi, armv7l, https://sourceforge.net/projects/raspberry-pi-cross... build (ubuntu-la...
To allow the public access to the webrtc-streamer docker, you will be exposing ports on your local network to the outside world. Nginx proxy manager allows you to map the internal ports to the ports you have exposed. In my case the ports I have exposed to the world are 80/443 (http...
mpromonet/webrtc-streamerPublic NotificationsYou must be signed in to change notification settings Fork636 Star3.3k 10 May 08:21 mpromonet v0.8.12 c5383aa Compare v0.8.12Latest What's Changed fix#783by@mpromonetin#785 Full Changelog:v0.8.11...v0.8.12 ...
mpromonet / webrtc-streamer Public Notifications Fork 593 Star 2.9k Code Issues 96 Pull requests 1 Discussions Actions Projects 1 Wiki Security Insights Deploy docker fix build #239 Sign in to view logs Summary Jobs build Run details Usage Workflow file ...
WebRTC streamer for V4L2 capture devices, RTSP sources and Screen Capture - Workflow runs · mpromonet/webrtc-streamer