Media Transcoding Windows

    Sangoma Media Transcoding solution: SNGTC provides a low level API that can be used to develop custom transcoding applicaion over Sangoma D100 hardware. 

    1. Introduction
    2. Windows Installation 

    NOTE - Windows TC API does NOT currently support the distributed setup. The supported architecture is shown at http://wiki.sangoma.com/files/Media-Transcoding-API/Sangoma-Media-Transcoding-API-v114.pdf  on page 3.

    Download the Latest Sangoma Media Transcoding Release:  
    ---> sng-tc-linux-1.3.3.2.i686.tgz                   (2012-04-09)             ChangeLog
    ---> sng-tc-linux-1.3.3.2.x86_64.tgz             (2012-04-09)
    --->
    sng-tc-windows-x86-1.2.3.tgz               (2010-10-13) 

    *A manual firmware upgrade is required to use the above 1.2.x releases for cards
    purchased before November 10th, 2010 
    --> Firmware upgrade Procedure 


     



    Windows Installation 

     

    Release Contents

    libsngtc/ 
    Sangoma transcoding (SNGTC API) library that contains the DLL and Header Files
    example Sample code that can be used to develop a customer application


       
                   

     

     

    Example Code Compilation

    1. Example code is compiled using the Visual Studio
      --> Open "sng_tc_test.sln" using Visual Studio and rebuild project
      -- 
    2. The resulting binary will be located in
      --> Release Directory 
      -- 
    3. Execute the test applicatoin
      --> test_thread.exe <enter>

      This application will attempt to autodetect the D100 card in the local machine. 

      The auto detection will FAIL because the MAC address of the local ethernet device
      where D100 is suppose to be located has been hard coded.  

      Edit the test_thread application and change the MAC address to the MAC address
      of your D100 card.  This information can be obtained from:
      --> ipconfig /all