node-srt/src
Stephan Hesse 8e2090a900
node-src.cc: fix erratic value passed to srt_setsockflag for length argument (#37)
(SRT API params are typeless, and for strings it expects the string **length** obviously,
while what was put there is some random constant related to the allocated size of platform specific string container class!! :D)
& compiler warning regarding std::string/c_str-pointer lifecycles,
std::string needs to stay on stack until srt_setsockflag call to be safe indeed.
+ add JS-exception thrown for unexpected value type passed
+ SRT_SOCKOPT cast general style fixes
2022-04-28 17:04:07 +02:00
..
async-api-enums.ts Async API server/streams impl & functional tests + Allow to use local SRT source repo instead of remote (#9) 2020-10-21 13:09:52 +02:00
async-helpers.js Async API server/streams impl & functional tests + Allow to use local SRT source repo instead of remote (#9) 2020-10-21 13:09:52 +02:00
async-read-modes.js Async API server/streams impl & functional tests + Allow to use local SRT source repo instead of remote (#9) 2020-10-21 13:09:52 +02:00
async-reader-writer.js Async API server/streams impl & functional tests + Allow to use local SRT source repo instead of remote (#9) 2020-10-21 13:09:52 +02:00
async-worker.js Async API server/streams impl & functional tests + Allow to use local SRT source repo instead of remote (#9) 2020-10-21 13:09:52 +02:00
async-write-modes.js Async API server/streams impl & functional tests + Allow to use local SRT source repo instead of remote (#9) 2020-10-21 13:09:52 +02:00
async.js Add support for SRT stats (#20) 2021-03-18 08:54:35 +01:00
binding.cc Hello world 2020-06-13 00:57:57 +02:00
logging.js Async API server/streams impl & functional tests + Allow to use local SRT source repo instead of remote (#9) 2020-10-21 13:09:52 +02:00
node-srt.cc node-src.cc: fix erratic value passed to srt_setsockflag for length argument (#37) 2022-04-28 17:04:07 +02:00
node-srt.h Add support for SRT stats (#20) 2021-03-18 08:54:35 +01:00
srt-api-enums.ts Async API server/streams impl & functional tests + Allow to use local SRT source repo instead of remote (#9) 2020-10-21 13:09:52 +02:00
srt-enums.h fix macOS Catalina build: the CMake config on previous versions doesn't (#14) 2020-10-26 16:49:39 +01:00
srt-server.js Async API server/streams impl & functional tests + Allow to use local SRT source repo instead of remote (#9) 2020-10-21 13:09:52 +02:00
srt-stream-readable.js Add support for SRT stats (#20) 2021-03-18 08:54:35 +01:00
srt-stream-writable.js Add support for SRT stats (#20) 2021-03-18 08:54:35 +01:00
tools.js Async API server/streams impl & functional tests + Allow to use local SRT source repo instead of remote (#9) 2020-10-21 13:09:52 +02:00