lynckia / licode

Open Source Communication Provider based on WebRTC and Cloud technologies
http://lynckia.com/licode
MIT License
3.1k stars 1.01k forks source link

example build failed #520

Open xsmart opened 8 years ago

xsmart commented 8 years ago

In file included from xxxx/licode/erizo/src/examples/hsam.cpp:11:0: xxxx/licode/erizo/src/examples/Test.h:2:34: fatal error: media/utils/RtpUtils.h: No such file or directory

include <media/utils/RtpUtils.h>

cracker0dks commented 8 years ago

no error 4 me on latest commit

xsmart commented 8 years ago

i have check the file, it seems there has no RtpUtils.h

lodoyun commented 8 years ago

erizo/src/examples are very outdated and are there for legacy purposes only. We transitioned to always using liberizo.so in javascript via erizoAPI, a node.js addon. Sorry about that.