Skip to content

addlive/addlive_c_examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Examples covering the C-bindings use of the AddLive SDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.4%
  • C 4.3%
  • IDL 0.3%