/addlive_c_examples

Examples covering the C-bindings use of the AddLive SDK

Primary LanguageC++

Sample application for AddLive desktop SDK on Qt

Build instructions:

  • clone this repo
  • get SDK archive (AddLive_sdk-win.zip) and unpack to cloned repo root (as is, i.e. it should be a directory in the repo root)
  • install Qt SDK with QtCreator
  • open cdo_sample_app/cdo_sample_app.pro in QtCreator
  • adjust AddLive key, application ID and streamer address in addlivesdkparams.h
  • build the project
  • copy or move AddLive_sdk-win/adl_sdk.dll (libadl_sdk.so, libadl_sdk.dylib) to the directory where adl_sample_app.exe resides
  • now you can run sample application from QtCreator