Hey,
I`m trying to get working nimble advertizer, I had set my config file like this:
advertising_url=http://domainxyz.com/ads/ads.json
advertising_sync_interval=10
max_advertising_download_sessions=20
The returning error from the log is E: failed to get advertising rules, uri=https://adsinmind.com/ads/ads.json,
My JSON file:
{
"contents":
[
{"id":"1","uri":"http:\/\/13.68.194.140:7089\/vod\/bunny.mp4"}
],
"rules":
[
{
"id":"1",
"protocols":["icecast"],
"users":[],
"type":"stream",
"app":"audio_demo",
"stream":"stream",
"time_sync":"stream",
"time_offset":"0",
"time_interval":"0",
"contents":[{"id":"1","onerror":"stop","wait":"10"}]
}
]
}
Thanks