You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We don't officially support linux at time point. Windows and Max releases for the renderer were done in FIWARE releases.
This renderer ja using WebRTC for web video streaming was very experimental at that point. This project is however a proof of concept that it works. Nowadays WebRTC adoption is very good with evergreen browsers. This renderer can be rewritten and adapted to latest WebRTC library but most likely youll want to be writing your own renderer instead of using this reference implementation. The GEs web service and client are re-usable with any renderer you might use.
The WebRTC library has gone forward so much since our code was written that it probably does not build on any platform anymore. Unfortunately the webrtc svn revision information was not marked when the releases were made, so I cant help out with that either.
I can do some digging on my work PC if I could find it for you though.
P.S. I'm not certain that the debug protocol buffer file (debug.pb.h) is mandatory for the build. Those .pb file(s) should be generated by the webrtc project when you build it.
If I'm trying to compile this tundra plugin on linux it gives me error
debug.pb.h is in direcyory /out/Release/gen/protoc_out/webrtc/audio_processing/debug.pb.h
The text was updated successfully, but these errors were encountered: