Lua Mini-Filter for Telos
Lua Mini-Filter for Telos
Hi,
please find attached a Mini-Filter for the Telos ProSTREAM X/2 and ProSTREAM 9X/2.
From within ProppFrexx you can use the EXEC_SEND_TCP control-command to send the metadata to the Telos server.
At best you use the ‘Streaming.OnSongTitle’ event (see general settings, section ‘Events/Commands’)
The full command has the format:
EXEC_SEND_TCP host:port|songtitle
Example:
EXEC_SEND_TCP 192.168.1.5:1234|${artist} - ${title}
please find attached a Mini-Filter for the Telos ProSTREAM X/2 and ProSTREAM 9X/2.
From within ProppFrexx you can use the EXEC_SEND_TCP control-command to send the metadata to the Telos server.
At best you use the ‘Streaming.OnSongTitle’ event (see general settings, section ‘Events/Commands’)
The full command has the format:
EXEC_SEND_TCP host:port|songtitle
Example:
EXEC_SEND_TCP 192.168.1.5:1234|${artist} - ${title}
Bernd - radio42
ProppFrexx ONAIR - The Playout and Broadcast Automation Solution
ProppFrexx ONAIR - The Playout and Broadcast Automation Solution
Re: Lua Mini-Filter for Telos
Hi all, we use a Proestream hardware to streaming, but we cannot understand how to configure ProppFrexx to Prostream hardware ... we need to put this unzipped file somewhere into ProppFrexx directory on the pc ? we use the last version of ProppFrexx , thanks for any help !
Of course we write the command into events/Commands but no artist/song appear on prestream out on the web ...
Of course we write the command into events/Commands but no artist/song appear on prestream out on the web ...
Re: Lua Mini-Filter for Telos
The above zip contains a .lua filter which can be used with the the Telos ProSTREAM X/2 and ProSTREAM 9X/2 hardware.
I don't have a Telos hardware myself, but the user confirmed, it is working - you need to contact the Telos support on how to use the .lua filter...
The EXEC_SEND_TCP command is used on the ProppFrexx side - i.e. with the mentioned ‘Streaming.OnSongTitle’ event (see general settings, section ‘Events/Commands’). It sends the the ${artist} - ${title} to the given IP and port, i.e. the Telos hardware.
So I am not sure, what you are missing?
I don't have a Telos hardware myself, but the user confirmed, it is working - you need to contact the Telos support on how to use the .lua filter...
The EXEC_SEND_TCP command is used on the ProppFrexx side - i.e. with the mentioned ‘Streaming.OnSongTitle’ event (see general settings, section ‘Events/Commands’). It sends the the ${artist} - ${title} to the given IP and port, i.e. the Telos hardware.
So I am not sure, what you are missing?
Bernd - radio42
ProppFrexx ONAIR - The Playout and Broadcast Automation Solution
ProppFrexx ONAIR - The Playout and Broadcast Automation Solution