cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
229
Views
0
Helpful
0
Comments
cdnadmin
Level 11
Level 11
This document was generated from CDN thread

Created by: Jerzy Zielinski on 13-04-2011 04:51:53 PM
All,

I was sent to the forum by Tandberg Tech Support to ask you if somebody has a solution to my problem. What we are trying to do is to get a list, by the end of each day, what was recorded during the day, with title, presenter info, and file name with location from Tandberg Content server that is using proprietary database file format (not sql) via Tandberg API.

Thank you in advance
JZ

Subject: RE: API
Replied by: Jesse Baker on 15-04-2011 12:01:48 AM
Hello,

I'd recommend you to take a look at the TCS SOAP function GetConferences in the TCS API documentation.

For your particular requirements you will want to use the DateTime range field. However, this function will return any conferences that have changed during the DateTime range. For example, a title change on a recording will result in that recording appearing in your returned set of conferences. To workaround this feature you will want to check each returned Conference DateTime field to ensure that it lies within the range you have specified.

In your question you mentioned you required a filename for each recording. This is a bit more complicated The GetConferences function is designed to return TCS viewer URLs and direct paths to streaming URLs. Additionally if you have enabled a download option on your recording template, then it will give you a download URL to that file. You can infer filename from those URLs however you wouldn't have any way to gain file transfer access unless you managed your own NAS.

Hope that helps!
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Quick Links