Actions

Difference between revisions of "Broadcastify-Calls"

From The RadioReference Wiki

(38 intermediate revisions by 8 users not shown)
Line 1: Line 1:
Broadcastify Calls is a high capacity service that ingests radio system calls currently in beta infrastructure testing.
+
Broadcastify Calls is a high capacity service that ingests radio system calls.
  
Features includes
+
Broadcastify Calls is different from regular broadcastify feeds as the calls platform captures '''every single call''' on a conventional or trunked system, as individual call files, and makes those calls available in real time and in archives.  The Broadcastify Calls platform is not intended to replace regular Broadcastify audio streams at this time, but to supplement them, and we will eventually create Broadcastify audio streams from the Broadcastify Calls platform.
* 90 day retention
+
 
 +
Broadcastify Calls makes available to call ingest providers ALL calls they send to us, but limits public access to calls covered by our [https://broadcastify.zendesk.com/hc/en-us/articles/204740115-Feed-Provider-Terms-of-Service-What-can-and-cannot-be-broadcast Feed Provider Terms of Service]
 +
 
 +
Broadcastify Calls Features includes:
 +
* 30 day retention
 
* duplicate call handling
 
* duplicate call handling
 
* Live Call Playback
 
* Live Call Playback
Line 9: Line 13:
 
* call and source detailed statistics
 
* call and source detailed statistics
  
==== Supported Sources ====
+
See the current interface here:  https://www.broadcastify.com/calls/
* [https://github.com/robotastic/trunk-recorder Trunk Recorder] (Trunked P25, Conventional P25, Conventional FM Analog)
 
 
 
==== Source System Prerequisites ====
 
 
 
The following packages must be installed on the source system
 
* ntp
 
* ntpstat
 
* jq
 
  
  sudo apt-get install ntp ntpstat jq
+
You can submit an application to send calls here: https://www.broadcastify.com/apply/calls
  
The following prerequisites must be met:
+
=== Supported Sources ===
* FFMpeg installed and configured for AAC-HE (See Below)
+
* [[Broadcastify-Calls-Trunk-Recorder|Trunk Recorder]] (Trunked P25, Motorola SmartNet/SmartZone, Conventional P25, Conventional FM Analog)
* NTP must be installed and synced to a reference time source
+
* [https://github.com/aaknitt/voxcall VoxCall] (Single Channel Only - Conventional or Trunked)
* JQ utility for JSON processing
+
* [https://www.scannerbox.us/TrunkingRecorder/ Trunking Recorder 3.0] (Trunked Systems)
 +
* [https://github.com/DSheirer/sdrtrunk/releases/tag/v0.5.0-alpha.6 SDRTrunk Version 0.5.0 Alpha 6] (Trunked P25, Conventional P25)
  
==== Compile and Install FFMpeg with AAC-HE Support ====
+
=== Source System Setup Instructions ===
To install on Ubuntu 18.04 add bionic universe and multiverse package repos then follow the instructions for Ubuntu 16.04
+
==== API and System ID Assignment ====
 +
You will need an '''API Key''' and '''System ID''' assigned by the administrator before you can get started. To get a System ID and API Key issued, submit an application here:
  
sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu bionic universe"
+
* [https://www.broadcastify.com/apply/calls Broadcastify Calls Application]
sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu bionic multiverse"
 
sudo apt-get update
 
sudo apt-get upgrade
 
  
Install for Ubuntu 16.04. This is a minimal install, check out the FFMPEG docs if you want more libraries enabled.
+
==== Trunk Recorder ====
  
sudo apt-get update
+
* [[Broadcastify-Calls-Trunk-Recorder]] - Trunk Recorder install and configuration instructions
sudo apt-get -y install autoconf automake build-essential libass-dev libfreetype6-dev \
 
  libtool pkg-config texinfo zlib1g-dev yasm libfdk-aac-dev
 
wget http://ffmpeg.org/releases/ffmpeg-snapshot.tar.bz2
 
tar xjvf ffmpeg-snapshot.tar.bz2
 
cd ffmpeg
 
./configure \
 
  --pkg-config-flags="--static" \
 
  --bindir="$HOME/bin" \
 
  --enable-gpl \
 
  --enable-libass \
 
  --enable-libfdk-aac \
 
  --enable-nonfree
 
make
 
sudo make install
 
  
==== Source System Setup Instructions ====
+
==== SDRtrunk ====
===== API and System ID Assignment =====
+
* [https://github.com/DSheirer/sdrtrunk/wiki/Playlist-Editor#how-to-setup-broadcastify-calls How To Setup Broadcastify Calls] - SDRtrunk configuration instructions
You will need an '''API Key''' and '''System ID''' assigned by the administrator before you can get started.
 
  
To get a System ID and API Key issued to participate in the beta, send an email to '''support@radioreference.com''' with the following info:
+
=== API Documentation ===
 +
* [[Broadcastify-Calls-API]]
  
# Your RadioReference/Broadcastify Username
+
<br /><br />
# Trunked or Conventional System(s) you wish to send to us
 
# Trunked Site Name (in the RRDB) or Frequencies List to send to us
 
# County where your ingest system resides
 
  
===== Setup Instructions =====
+
[[Category:Live Audio FAQ]]
# Download the [https://s.broadcastify.com/bcfy_tr_v1.tar.gz Broadcastify Trunked Recorder Scripts] to your Trunk Recorder folder and untar: <br><pre>tar zxvf bcfy_tr_v1.tar.gz</pre>
 
# This will create a directory called "bcfy" in your trunk recorder directory
 
# Change into that directory and edit the bcfy-config.json file and specify the location of your ffmpeg binaries.  If you compiled ffmpeg using above instructions, then this should already be correct.  Enter your assigned API key in the apiKey section.  The deleteFiles option deletes files after they are uploaded to Broadcastify (1 for yes, 0 for no)
 
# Run the prereg.sh script with your assigned system IDs as the parameter to check and make all your prerequisites are met. (sh prereg.sh ##)
 
# If all looks good - add the uploadScript entry in your trunked recorder config system section with your assigned System ID as a parameter (##)<br><pre>"uploadScript": "bcfy/bcfy-upload.sh ##",</pre>
 
# Set "hideUnknownTalkgroups": "false" to send the whole system up if you want
 
# Run trunked recorder and you should start seeing files being uploaded and success codes back  from the API server.
 
# The check the status at https://www.broadcastify.com/calls/status/
 

Revision as of 11:01, 21 June 2022

Broadcastify Calls is a high capacity service that ingests radio system calls.

Broadcastify Calls is different from regular broadcastify feeds as the calls platform captures every single call on a conventional or trunked system, as individual call files, and makes those calls available in real time and in archives. The Broadcastify Calls platform is not intended to replace regular Broadcastify audio streams at this time, but to supplement them, and we will eventually create Broadcastify audio streams from the Broadcastify Calls platform.

Broadcastify Calls makes available to call ingest providers ALL calls they send to us, but limits public access to calls covered by our Feed Provider Terms of Service

Broadcastify Calls Features includes:

  • 30 day retention
  • duplicate call handling
  • Live Call Playback
  • Playlists Playback
  • tight integration with the RadioReference database
  • call and source detailed statistics

See the current interface here: https://www.broadcastify.com/calls/

You can submit an application to send calls here: https://www.broadcastify.com/apply/calls

Supported Sources

Source System Setup Instructions

API and System ID Assignment

You will need an API Key and System ID assigned by the administrator before you can get started. To get a System ID and API Key issued, submit an application here:

Trunk Recorder

SDRtrunk

API Documentation