Skip to content

Instantly share code, notes, and snippets.

View curtishall's full-sized avatar

Curtis Hall curtishall

  • Bluecherry
  • Missouri
View GitHub Profile
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