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
Re: Lua Mini-Filter for Telos
Hi, sorry i was travelling, now i'm back to try to solve this problem,
in Streaming.OnSongTitle i write that line :in this area EXEC_SEND_TCP, the pc with ProppFrexx and Prostream are in the internal network
192.168.0.30:80 | ${artist} - ${title}
but no metada out in the streaming ...
what can i do ?
Thanks !
in Streaming.OnSongTitle i write that line :in this area EXEC_SEND_TCP, the pc with ProppFrexx and Prostream are in the internal network
192.168.0.30:80 | ${artist} - ${title}
but no metada out in the streaming ...
what can i do ?
Thanks !
Re: Lua Mini-Filter for Telos
Can you post your exact command?
Make sure no spaces are around the pipe symbol.
The control command just send the meta data to the ip and port, ie. the Telos device. So this has to update the meta data in the stream. If that is not happening, please contact the vendor of the Telos hardware.
EXEC_SEND_TCP 192.168.0.30:80|${artist} - ${title}
Make sure no spaces are around the pipe symbol.
The control command just send the meta data to the ip and port, ie. the Telos device. So this has to update the meta data in the stream. If that is not happening, please contact the vendor of the Telos hardware.
EXEC_SEND_TCP 192.168.0.30:80|${artist} - ${title}
Bernd - radio42
ProppFrexx ONAIR - The Playout and Broadcast Automation Solution
ProppFrexx ONAIR - The Playout and Broadcast Automation Solution