Recent Posts

Pages: 1 ... 8 9 [10]
91
Feature Requests / Re: need to send via HTTP POST (not HTTP GET)
« Last post by Jan on February 02, 2024, 06:47:02 pm »
The description above does not apply to your existing connection to the RDS encoder.

Add a new Connection, kind: Bridge, connection type: internal channel. This method is also decribed in the Help: ontheweb.pdf
92
Feature Requests / Re: need to send via HTTP POST (not HTTP GET)
« Last post by bstapley on February 02, 2024, 05:39:08 pm »
If I edit the current connection, won't I "break" the current connection to my encoder?  Also, I don't see the Data Distribution box in my current connection.  Current connection is a Kind = RDS Encoder --> Model = Generic UECP.

Before we implement direct solution, you can POST the text like as showed in following example:

Code: [Select]
saveto file:"d:\post.txt"
cmd "curl -k --data-urlencode varname@d:\post.txt https://server.com/input.php"

Enter such script into the Data Distribution box (Edit Connection - Connection Type: internal channel)

Modify the script:
varname is the variable name accepted by your webserver
d:\post.txt can be changed to any local file name in any existing path
https://server.com/input.php is the URL which accepts the POST request

The text coding is UTF-8 by default.
93
Hello Jan,

I dont really understand how i can made activation from my studio in TCP mode.
I would like to use my P164 remotely directly from my studio for greater convenience.
I used the USB configuration to adjust the technical aspects only.
94
That's ok. The activation is not directly portable between different installations on different PCs. The installation in your laptop probably does not require the activation at all, while the studio installation does.
95
At my FM Site, on dont have a computer. I go there with a laptop when I need it.
I have installed Magic RDS on my studio because my broadcast software creates the text file with the broadcast titles.
I cannot access to this text file from FM Site.
96
In my remote studio with TCP, Magic Rds Licence are not activated.

I think you have answered yourself.

You probably do not need two separate installations of the Magic RDS for driving an encoder connected by TCP. Activation can be made remotely as well.
97
Hi Jan,

Directly on site (via USB) i have the activated status under licence (see capture).
But i still have "pira.cz" message... why ?

In my remote studio with TCP, Magic Rds Licence are not activated.

Thanks
99
Silence Detector / Re: Is there possible way to run application Multiple times?
« Last post by sithijaz on January 31, 2024, 05:24:08 am »
the task is going well.
100
I have an existing text file that is updated each time a new song plays via a Python script which scrapes the info from my automation system.  I'd like to send the contents of that text file to a HTTP POST (Xperi).  Can I do this within MagicRDS 4?
Pages: 1 ... 8 9 [10]