Search found 57 matches
- 05 Sep 2019 14:07
- Forum: Bug Reports
- Topic: Playlist freeze after a 2h overlay
- Replies: 10
- Views: 5051
Re: Playlist freeze after a 2h overlay
Hi, I've no error in logs and no error in windows events... The overlay was playing a local file. I've just listened to the audio archive of that time slot and the overlay finish normaly at the end of the show. It's just followed by silence. The background playlist (from 22:00 to 5:00) is configured...
- 05 Sep 2019 11:56
- Forum: Bug Reports
- Topic: Playlist freeze after a 2h overlay
- Replies: 10
- Views: 5051
Playlist freeze after a 2h overlay
Hi, We noticed a strange behaviour today. We use the Overlay to broadcast some prerecorded shows and external shows. It works perfectly for that, but yesterday at the end of a 2 hours show, the overlay player stayed open. And with that, the playlist was freezed. Even after long time it stayed like t...
- 02 Sep 2019 23:46
- Forum: Questions & Answers
- Topic: Trouble using EXEC_SEND_HTTP_POST with credentials
- Replies: 8
- Views: 3655
Re: Trouble using EXEC_SEND_HTTP_POST with credentials
After few tries, the working command for Radioplayer API is (in our case) : EXEC_SEND_HTTP_POST user|password|https://ingest.__________/ingestor/metadata/v1/np/|rpId=_____&startTime=*[STRING:{*<DATE:{${now}}:{utc}:{0}:{o}>}:{rpad}:{19}]&duration=*[TOINT:{${cpltimeremain}}:{round}]&title=...
- 02 Sep 2019 20:27
- Forum: Questions & Answers
- Topic: Trouble using EXEC_SEND_HTTP_POST with credentials
- Replies: 8
- Views: 3655
Re: Trouble using EXEC_SEND_HTTP_POST with credentials
Perfect !
That's exactly the piece of script I was looking for
Thank you !
That's exactly the piece of script I was looking for

Thank you !
- 02 Sep 2019 17:35
- Forum: Questions & Answers
- Topic: Trouble using EXEC_SEND_HTTP_POST with credentials
- Replies: 8
- Views: 3655
Re: Trouble using EXEC_SEND_HTTP_POST with credentials
No idea, it's not in the system doc... Just this : API Usage In order to use the API you will need an HTTP client that is capable of HTTPS communication, pre-emptive authentication, setting request headers, reading response status codes and reading the response body. https The API requires the use o...
- 02 Sep 2019 14:53
- Forum: Questions & Answers
- Topic: Trouble using EXEC_SEND_HTTP_POST with credentials
- Replies: 8
- Views: 3655
Re: Trouble using EXEC_SEND_HTTP_POST with credentials
We used this server and credentials on our previous system without problem.
When I say, "it work without credentials" it's just that i got a response from server (requesting me for login/password).
Strange...
When I say, "it work without credentials" it's just that i got a response from server (requesting me for login/password).
Strange...
- 02 Sep 2019 14:31
- Forum: Questions & Answers
- Topic: Trouble using EXEC_SEND_HTTP_POST with credentials
- Replies: 8
- Views: 3655
Trouble using EXEC_SEND_HTTP_POST with credentials
Hi, I can't find a way to use EXEC_SEND_HTTP_POST correctly ... It works without credentials, but when I add credentials, i got "Error : HTTP web request failed" I tryed like this : EXEC_SEND_HTTP_POST user|password|http://server.com/myuri|var=value&var2=value2 If anyone got an idea ? ...