Saxon
|
6f4738a04c
|
protocol/rtsp: removed sdp stuff
We won't be using this, at least not initially, so it's being deleted.
|
2019-04-17 08:15:52 +09:30 |
Saxon
|
cd7e2ce3f3
|
protocol/rtsp: removed response writer interface, which was just http.ResponseWriter
|
2019-04-17 07:51:34 +09:30 |
Saxon
|
9de1b541a9
|
protocol/rtsp: removed unused stuff
Firstly removed unused RTSP method string consts. Also removed all the unused http response codes. Removed
ReadRequest, as this was also not used.
|
2019-04-16 23:32:50 +09:30 |
Saxon
|
4a97a626a0
|
protocol/rtsp: added beatgammits pkg and also my stream/main.go program
Most of this is unmodified except for the stream/main.go program. I am going to use this as a test that simply streams from an RTSP server to vlc.
|
2019-04-16 22:47:13 +09:30 |