Recent Posts

Pages: 1 ... 8 9 [10]
91
P132, P164, P232(U) and P332 RDS Encoders / Re: Pira P164 Timeout
« Last post by Jan on February 20, 2024, 07:04:25 pm »
No such issue has been reported yet. Start by replacing the UTP cable.

Next, try another unit from the order to rule out possible failure of the Ethernet connector.

Also check for possible MAC address conflict. The unit uses Ethernet chip which has unique MAC address but in the Magic RDS 4 this address is rewritable by the user. This is useful feature but must be handled with care.
92
P132, P164, P232(U) and P332 RDS Encoders / Pira P164 Timeout
« Last post by Larry Fuss on February 20, 2024, 06:08:24 pm »
Situation: New Pira P164 keeps reporting a timeout.  Magic RDS 4 says the unit is connected, but I keep getting the timeout error. RX and TX speeds are incredibly low.  Other than that, all settings look normal and there is no IP address conflict.  I'm baffled.  Any ideas?
93
Silence Detector / Re: Restarting an http audio stream
« Last post by Atlanta Radio Guy on February 13, 2024, 03:30:49 am »
Hi Roger,

I'm trying to do something similar to you, I think.  I'm playing an audio stream through Foobar2000.  On silence, I would like it to click the "play" button again.  I prefer the Foobar2000 media player but I could also use VLC.

Thanks for any tips you can provide!

Allen
94
Release News / Re: Release News
« Last post by Jan on February 08, 2024, 06:51:13 pm »
Version 4.1.7

http://pira.cz/rds/magicrds/MagicRDS_Setup.exe

  • Bug fix: Search filter in Task Scheduler
  • Direct download of the device's manual from the Overview tab
95
P132, P164, P232(U) and P332 RDS Encoders / Re: P164 RDS encoder with WideOrbit
« Last post by Jan on February 04, 2024, 08:54:03 pm »
The manufacturer guarantees that the P164 works with all broadcast automation systems. I believe there is no reason for the WideOrbit to be an exception. On the other hand it is noticeable that some lack of information exists about the WideOrbit setup and list of supported communication protocols.
96
P132, P164, P232(U) and P332 RDS Encoders / P164 RDS encoder with WideOrbit
« Last post by wirvin on February 03, 2024, 06:25:57 am »
Hi, thank you for letting me join.

I'm William "Dub" Irvin, from WideOrbit. We have a customer that is interested in adopting the P164 encoder and they want to know whether it works with WideOrbit Automation for Radio. I've looked at the documentation and it looks like it should be compatible, but I'd like to know if anyone reading this has seen it work?

Thank you in advance.
97
Because i forgot "bidirectional" on device setup...  :-X  sorry

Thank you very much !
98
Why do you think the TCP mode of connection is an obstacle? Go to RDS Content / Program, click on Read. If everything goes right that's all you need to do.
99
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
100
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.
Pages: 1 ... 8 9 [10]