Skip to content

Instantly share code, notes, and snippets.

View curtishall's full-sized avatar

Curtis Hall curtishall

  • Bluecherry
  • Missouri
View GitHub Profile
# Bluecherry configuration file
# Used to be sure we don't use configurations not suitable for us
version = "1.0";
bluecherry:
{
db:
{
# 0 = sqlite, 1 = pgsql, 2 = mysql
@curtishall
curtishall / ATAK-UAS-RTSP-README.md
Last active June 20, 2024 09:18
rtsp-simple-server ATAK configuration (Linux)

1/10/2024 - I have linked a slightly newer version, still out of date, but I need to test newer versions to make sure there is no configuration changes.

Some users report having to comment out the following, your mileage may vary:

readBufferSize, runOnPublish, runOnPublishRestart, runOnRead, runOnReadRestart

ATAK users change the observer URL in UAS Tool to point to 554 (or whatever port you decide to use)

Download the latest rtsp-simple-server (0.17.13)

#!/bin/bash
subdomain=$1
email=$2
token=$3
if [ "$#" -ne 3 ]; then
echo "Invalid or missing arguments"
exit 1
fi
Monkey HTTP Daemon - Install
============================
For optimum performance, I recommend that Monkey be compiled with GCC >=
2.95.3 and be running on a Linux OS with kernel >= 2.6.28.
Like every source program we must run 'configure' script and later
'make':
#./configure
echo -en "DESCRIBE /live/1 RTSP/1.0\r\nCSeq: 0\r\nUser-Agent: Bluecherry Server\r\nAccept: application/sdp\r\nAuthorization: Basic YWRtaW46Ymx1ZWNoZXJyeQ==\r\n\r\n" | nc 172.16.1.132 7002
----------------------------
Server online:
RTSP/1.0 200 OK
CSeq: 0
Content-Length: 255
Content-Type: application/sdp