Alessandro Ros
|
3de05c1330
|
api: always reply with JSON in case of success or failure (#5252)
Reply with "status": "ok" in case of success, and with "status":
"error" in case of error. This makes the API more accessible and user
friendly.
|
2025-12-07 10:37:55 +01:00 |
|
Omar Ferro
|
e168d2f3f4
|
apidocs: fix compatibility with OpenAPI 3.0 (#5210)
double-precision numbers are now represented as double.
|
2025-11-22 23:05:08 +01:00 |
|
KHuynh
|
ade0cddeb3
|
support multiple CORS origins (#5150)
Co-authored-by: aler9 <46489434+aler9@users.noreply.github.com>
|
2025-11-21 02:00:46 +01:00 |
|
Alessandro Ros
|
adc4a6ceb6
|
add udpReadBufferSize parameter (#5129)
this allows to set a global UDP read buffer, applied to every UDP socket.
|
2025-10-29 11:28:22 +01:00 |
|
Alessandro Ros
|
2690ef8e71
|
api: add /info endpoint (#945) (#5045)
|
2025-09-30 10:39:27 +02:00 |
|
Alessandro Ros
|
558d1c3818
|
api: add tunnel and profile to RTSP conns and sessions (#4985)
|
2025-09-17 22:18:21 +02:00 |
|
Alessandro Ros
|
462fb2bd0f
|
allow setting UDP read buffer size (#3308) (#4846)
new parameters: rtspUDPReadBufferSize, rtpUDPReadBufferSize, mpegtsUDPReadBufferSize
|
2025-08-11 12:21:00 +02:00 |
|
Alessandro Ros
|
d0430d8ea5
|
support ingesting RTP streams (#1515) (#4843)
code_lint / golangci_lint (push) Waiting to run
code_lint / mod_tidy (push) Waiting to run
code_lint / api_docs (push) Waiting to run
code_test / test_64 (push) Waiting to run
code_test / test_32 (push) Waiting to run
code_test / test_e2e (push) Waiting to run
|
2025-08-09 16:12:10 +02:00 |
|
Alessandro Ros
|
1f3014aeac
|
rename apidocs into api (#4844)
this is to follow standard Golang project layout
|
2025-08-09 16:05:34 +02:00 |
|