-
Hi First Thanks for this amazing repository
I have a question which i would like to be answered
-> i have a loopback device at /dev/video1 now what i want to do is i need to post the video stream s…
-
I have succeeded in implementing client side with my IP Camera. It works pretty well. But Server side, I am using demo server which address is "https://rtsp2webrtc.herokuapp.com/".
I have tried to de…
-
webrtc-streamer running off a Ubuntu Xenail server (AM64). When I initialize a RTSP stream (running of a raspi -- gstreamer / rpicamsrc / gst-rtsp server), I get mmal errors fail to initialize compo…
-
Hello everyone! I just started with WebRTC and I don't understand this step:
**Build live555 to enable RTSP support(optional)
make SYSROOT=/src/build/linux/debian_stretch_amd64-sysroot live555**
…
-
Hey there! Are there certain versions of WebRTC that webrtc-streamer doesn't build with it? I'm currently trying to build with the latest versions of both, and get issues when I make. Specfically
`…
-
Trying to build under Xenial and I manage to get WebRTC and live555 built, but WebRTC-Streamer fails with the following:
```
In file included from src/PeerConnectionManager.cpp:24:0:
inc/rtspvide…
-
Hi Kclyu,
I like your project, it works perfectly.
I'm really glad, that there is WebRTC support on Raspberry Pi.
I'm wondering, if this your application can work directly with e.g. https://app…
-
```
src/PeerConnectionManager.cpp: In member function ‘bool PeerConnectionManager::streamStillUsed(const string&)’:
src/PeerConnectionManager.cpp:521:29: error: ‘class webrtc::MediaStreamInterface’ …
-
OK ... Building webrtc is done..
Building this project is a mess.
I tried setting
export CROSS=arm-linux-gnueabihf-
and a bunch of other export variables...
The Live 555 makefile just brut…
-
Hey @theyosh,
Loving this controller, mega work my friend - thank you.
I'm currently using MJPG Streamer (available here on Github) to stream my Duck COOP webcam, rather than use static images. …