Questions tagged [libsourcey]

8 questions
1
vote
0 answers

libsourcey & OpenCV stream example

I am trying to make a second annotated web based video screen for our security cams. Basicly we are tooling the opencv with C++11 , based solution to boxing/ovelays for important objects in the video frames . We can see locally with imshow . We…
2adnielsenx xx
  • 488
  • 1
  • 5
  • 22
1
vote
1 answer

Your experience with LibSourcey

Just came across libsourcey when Googling libuv. It looks very featureful, but I haven't been able to find any solid reviews or benchmarks (in fact, this seems to be the first post here on stack overflow concerning LibSourcey.) Has anybody yet to…
JSON
  • 1,819
  • 20
  • 27
0
votes
0 answers

Libsourcey: webrtcrecorder.mp4 file is not generated

I am running WebRTC Native Video Recorder demo Application, but webrtcrecorder.mp4 file is not generated. As I have gone through some question and answers but unable to find the answer. I am getting some error here is the command of cmake cmake ..…
Iranna Pattar
  • 67
  • 1
  • 7
0
votes
1 answer

CMake Error: The following variables are used in this project, but they are set to NOTFOUND, OPENSSL_INCLUDE_DIR used as include directory

I am trying to run cmake command cmake .. -DCMAKE_BUILD_TYPE=DEBUG -DBUILD_SHARED_LIBS=OFF -DBUILD_MODULES=OFF -DBUILD_APPLICATIONS=OFF -DBUILD_SAMPLES=OFF -DBUILD_TESTS=OFF -DWITH_WEBRTC=ON -DWITH_FFMPEG=ON …
Iranna Pattar
  • 67
  • 1
  • 7
0
votes
0 answers

inherit signal in libsourcey lib

I'm using libsourcey lib for learning. I try to write a new class that inherit a class named Signal. in libsourcey template class Signal; template class Signal {...} and my way template…
Trung Trinh
  • 57
  • 1
  • 7
0
votes
1 answer

libuv - Limiting callback rate of idle event without blocking thread without multithreading

I'm using libsourcey which uses libuv as its underlying I/O networking layer. Everything is setup and seems to run (haven't testen anything yet at all since I'm only prototyping and experimenting). However, I require that next to the application…
Giuseppe P.
  • 48
  • 2
  • 6
0
votes
0 answers

LibSourcey realtime video translation

I found LibSourcey library for webrtc video translation. I added stream from web cam to LibSourcey, instead test.mp4 file from file system. But in the browser I see one or two second delay between real situation and video into browser. Can I…
RN3KK Nick
  • 701
  • 6
  • 12
0
votes
2 answers

Libsourcey missing -fPIC compilation error

I'am trying to run the LibSourcey to use the Webrtc Streaming Server. The thing is that i can't seem to make it work. I struggled to cmake the project on my Ubuntu 16.04(Regexp in cmake files) but now its fixed . The problem that i actually got is…
Hakeem El Bakka-lee
  • 756
  • 1
  • 7
  • 23