Search results

  1. malejandrodev

    How to get the "playing time left" through the api?

    Is posible?
  2. malejandrodev

    FAQ: How many licenses do I need?

    one license per device
  3. malejandrodev

    Mix after a command

    Hello. I am trying to migrate my main automation system to radioboss. Today I tried the "scheduler on" command inside the playlist and this stopped mixing the previous song with the next one. is this normal? do the commands break the mix between songs?
  4. malejandrodev

    voicetracking to end at the mix point

    Maybe the function exists and I can't find it... Is there any way for a voicetracking to end at the mix point, coinciding with the intro point of the song that is playing behind? something like the picture
  5. malejandrodev

    Crossfade issue with WASAPI Exclusive Mode

    Hi. Today I changed my output card settings to exclusive and event mode. All good until I realized that the songs weren't mixing. I have the default mixing point set to 0.1. I'm on 5.7.2.0
  6. malejandrodev

    sort searches by file creation date

    Is it possible to sort searches by file creation date? I don't see a column that has that data :)
  7. malejandrodev

    Selection color only works on playlist window

    Hi. Custom color only works on playlist windows (or aux) but no on scheduler or search windows. For example: pink is a selected track and blue is a selected track in the search window. (Pink is the color selected in the style options). Is this normal behavior?
  8. malejandrodev

    DTMF Strange behavior

    Hi. During the day I had some problems with the launch of events through DTMF. I have several instances of 5.5.5.0 radioboss running in parallel with the same audio input and DTMF detection settings. The events are configured to run from the time X: 20 (H: MM) only by DTMF and by a margin of 35...
  9. malejandrodev

    Run command at startup

    Hi. It is possible to run a radioboss command when starting it. I need it to force the encodersource to be "Input 1" at the beginning. Today I had a power outage and radioboss started with the encodersource in "Audio mix".
  10. malejandrodev

    Show more detailed information in error reports by email.

    It would be good if in the email reports when errors occur, show more detailed information. For example: file name, user profile name, file path. This would allow me to solve the problem faster without having to search the log that could have happened.
  11. malejandrodev

    Show radio name in the window title

    But it doesn't show it in the window title. This would be useful to identify when I have more than one radioboss open.
  12. malejandrodev

    Show radio name in the window title

    This is possible where says "RadioBOSS Standard"?
  13. malejandrodev

    Video playback features

    Hi. Are there plans to improve video playback functions? For example: output by NDI (as VLC) to connect with VMix or OBS, compatibility with Tracktool and Segue Editor, in general that the video files work in the same way as an audio file.
  14. malejandrodev

    Error event rare characters in filename

    (v5.5.5.0) After a restart I am having problems executing events in 2 of the radioboss instances (others work correctly). Rare characters appear in the file name of the playlist. ---update The error was caused by the internal traffic generator of our station. There was a power outage while the...
  15. malejandrodev

    Custom encoder ffmpeg

    Because I need to configure an icecast server only for RadioBoss to execute the FFmpeg command (if I leave the empty spaces in the transmission configuration [server, password, etc] the command is never executed). I only need the first output by UDP. The second one by Icecast is not useful for me.
  16. malejandrodev

    Custom encoder ffmpeg

    With this configuration the encoder "ENC3" is not executed. ffmpeg.exe -hide_banner -re -y -loglevel -8 -f  s16le -ac {Channels} -ar {SampleRate} -i - -c:a libmp3lame -b:a {Bitrate}k -f mpegts "udp://127.0.0.1:10005?pkt_size=1316" The only way to work is by generating two outputs. One UDP...
  17. malejandrodev

    Unexpected restart when executing DTMF event

    The problem was by CPU usage. Windows performed daily maintenance and consumed too many system resources. Since turning off Windows maintenance, RadioBOSS has not failed again.
  18. malejandrodev

    Custom encoder ffmpeg

    Is there any way that Radioboss does not require "stdout" in the command and thus be able to transmit via udp? For example: ffmpeg.exe -y -loglevel -8 -f s16le -ac {Channels} -ar {SampleRate} -i - -f format  udp://hostname:port
  19. malejandrodev

    Custom encoder ffmpeg

    This parameter is also needed "-f mp3" (icecast server) ffmpeg.exe -loglevel -8 -f s16le -ac {Channels} -ar {SampleRate} -i - -f mp3 -c:a libmp3lame -b:a {Bitrate}k - Thanks for the help. --edit-- Same command does not work using the integrated server (Encoder closed (output 2) - possibly...
  20. malejandrodev

    Custom encoder ffmpeg

    Hi. Is there the possibility of using ffmpeg as a custom encoder? I tried this way c:/windows/ffmpeg.exe -i - -c:a libmp3lame -b:a 128k - but radioboss delivers this error: Encoder closed (output 2) - possibly unsupported format. Restarting ... Is it necessary to add a special parameter in...
Back
Top