-
Here is a part of the console log while the last command to build `webrtc-streamer` binary runs:
```libWebRTC__Release.a(echo_remover_metrics.o):echo_remover_metrics.cc:(.text._ZN6webrtc18EchoRem…
-
I'm running into the following compile error when running make on `rpi-web-streamer`:
```
arm-linux-gnueabihf-g++: error: unrecognized argument in option ‘-march=x86-64’
```
Full output
```
just…
-
Hi, I have problem with rtsp.
It should by simple. Install docker on my windows, paste docker command
`docker run -p 8000:8000 -it mpromonet/webrtc-streamer -n raspicam -u "myrtspurl" `
and go lo…
-
When I run `./webrtc-streamer` it sends it to localhost:8000. So what do I have to do to be able to access this stream in any HTML page?
-
make[1]: Entering directory `/home/hmibuild/webrtc-streamer/live555helper'
g++ -c -o src/environment.o src/environment.cpp -W -Wall -pthread -g -pipe -Wall -pthread -g -std=c++11 -Iinc --sysroot=/ho…
-
Hi,
I try to run the latest release in Ubuntu Xenial
But this error occurred:
./webrtc-streamer: error while loading shared libraries: libX11.so.6: cannot open shared object file: No such file o…
-
Is it possible to block `webrtc-streamer` from every getting access to my webcam (i.e. /dev/video0)?
-
I have been through numerous documents and this board regarding setting up screen sharing but at this time I have had little luck in my ability to make it work. I apologize if this is not the appropri…
-
Recently I was playing with TypeScript decorators and ended up with interesting pattern. It is possible to extend some basic class with any number of other classes. The idea is to extend decorated cla…
-
I was trying to obtain the stream through direct socket via port 8888. As soon as I visit port 8888, RWS shuts down.
It will run again after some time, but may I know the reason behind this?
``…