This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
NewerOlder