Problem with the API airtime.
  • I have a problem with the API airtime.
    I need to display URL using the API in website. In the control panel URLs added to the track, but at the request exapmle.com/api/live-info/?callback  is empty (example code: id":2,"3":2,"instance_id":2,"4":2,"record":0,"5":0,"url":"url","6":"url","starts": )
     Airtime 2.5.1 server running on Debian 7 x64
     
    Thanks
  • 2 Comments sorted by
  • Normally if you even have no information in your calendar when you do

    https://airtime.example.com/api/live-info/?callback

    You should get this

    ({"env":"production","schedulerTime":"2014-12-13 02:55:59","previous":{"name":""},"current":{"name":""},"next":{"name":""},"currentShow":[],"nextShow":[],"timezone":"EST","timezoneOffset":"-18000","AIRTIME_API_VERSION":"1.1"})

    So Lets do some further checks

    • sudo nano /etc/airtime/api_client.cfg
    • then grab (get or copy) your-api-keys

    Lets say your domain/host is airtime.example.com (remember to change this to your own host or domain normally its like either  localhost or your serverIP or somesub.mydomain.com)
    • Check the status of your api
    https://airtime.example.com/api/status/format/json/api_key/your-api-keys

    • Get the Stream Status
    https://airtime.example.com/api/get-stream-setting/format/json/api_key/your-api-keys

    So what are these saying to you?

    Good Luck
    VOISSES
    Anyone reading this a find it funny about my grammar , I make no apology ,Go get a translator.
    "The Problem with education today is that it takes a university degree to switch on a light bulb"
    "You learn from your mistakes but wise people learn from others mistakes avoid Making mistakes there is not sufficient rooms to make them"
    "Innuendo","If's","Assumptions" and "Fear" are for politician.Who,What,where,When and How are for those seeking knowledge and care about Humanity.
    "I might be in Mud but that does not Make me a Wild Hog(pig)"
    “Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius — and a lot of courage to move in the opposite direction.”
    "The only thing that remains constant is change itself"
    May the force be with you,until our path or destiny bring us in tandem.
  • Thank U. I thought that the URL in the ARI  take from the meta tags mp3 files. And how to do that through Api take meta tags Website from the tracks?