Commit Graph

2506 Commits

Author SHA1 Message Date
saxon e9a196306c Now using my C_RTMP_ParseURL func - tested and working 2018-08-11 01:17:48 +09:30
saxon 2e3dfab7e2 Ported RTMP_ParseURL - still need to test 2018-08-11 01:13:25 +09:30
saxon e552384a42 Ported strstr() from c to go for use in librtmp.go 2018-08-10 23:22:53 +09:30
saxon 85de75a4c6 Cleaned up my structs - they are now all in go 2018-08-10 22:49:43 +09:30
saxon f0c5dd7bc3 Using my C_RTMP_ConnectStream func - tested and working 2018-08-10 22:30:22 +09:30
saxon 9fcdfe6367 Using my C_RTMP_Write func - tested and working 2018-08-10 22:27:51 +09:30
saxon 44187cdc22 Using my C_RTMP_IsConnected - tested and working 2018-08-10 22:20:11 +09:30
saxon ed536b2cdd Started using session interface again - tested and everything seems to be working 2018-08-10 22:17:01 +09:30
saxon 1c7fc111f0 changed int to int32 in structs 2018-08-10 16:50:53 +09:30
saxon a007bbeef1 added data length check to sliceToPtr 2018-08-10 16:46:39 +09:30
saxon db2f6a4756 Use len(... instead of sizeof in C_RTMP_SetupUrl 2018-08-10 16:43:19 +09:30
Raul Vera e3fbe17ba2 Merged in argTweak (pull request #42)
Separate the revid -t argument from the raspivid -t argument.

Approved-by: Alan Noble <anoble@gmail.com>
2018-08-10 07:09:10 +00:00
saxon 358e32d2ac Fixed alot of errors in code, now runnable 2018-08-10 16:10:08 +09:30
Raul Vera dc1d09f8ae Separate the revid -t argument from the raspivid -t argument. 2018-08-10 04:37:54 +00:00
saxon 28ae89ac29 Use 0 in instead of 0.0 in float setting under C_RTMP_Connect0 2018-08-10 13:38:33 +09:30
saxon 7cea7c5628 Removed var tmp in C_RTMP_Connect for use in memset size determination, can just use var service created above 2018-08-10 13:37:35 +09:30
saxon e9fc1927b3 Added handling of av_len = 0 etc in C_SocksSetup 2018-08-10 13:31:17 +09:30
saxon cfe7689e31 Changed uintptr check to use nil instead of 0 2018-08-08 17:29:18 +09:30
saxon bded7b6240 Added comment regarding missing code left out with rtmp http stuff in it 2018-08-08 17:17:59 +09:30
saxon ace742d80e Got rid of *session Session check 2018-08-08 17:15:23 +09:30
saxon 87e9e383b1 Got rid of session interface and made session struct exported 2018-08-08 17:12:56 +09:30
saxon 441b97ed44 Split up consts 2018-08-08 17:06:16 +09:30
saxon 84c149f61b Added space between some consts 2018-08-08 16:59:32 +09:30
saxon 8ca1aac3db Commented all functions with name and location of C versions 2018-08-08 15:07:54 +09:30
saxon e4cd61b663 Started commenting functions to indicate name and location of C versions 2018-08-07 14:19:11 +09:30
saxon 16c769a411 changed names of my structs to have C_... 2018-08-07 13:58:00 +09:30
saxon 1841b16feb Commented my structs with locations and names in librtmp C library 2018-08-07 13:54:58 +09:30
saxon 736bbfed6d Changed name of avQueue to C_AvQueue 2018-08-07 12:42:37 +09:30
saxon f7559152d9 Changed name of sockBufSend to C_SockBufSend 2018-08-07 12:41:49 +09:30
saxon 5ffd3ddee6 changed name of writeN to C_WriteN 2018-08-07 12:40:43 +09:30
saxon d2fa240c1c Changed name of rtmpSendPacket to C_RTMP_SendPacket 2018-08-07 12:33:40 +09:30
saxon 342a575587 changed name of rtmpWrite to C_RTMP_Write 2018-08-07 12:32:23 +09:30
saxon 4a3ff1f4b9 Changed name of rtmpReadPacket to C_RTMP_ReadPacket 2018-08-07 12:31:30 +09:30
saxon 49a54bccf8 Changed name of rtmpPacketIsReady to C_RTMP_PacketIsReady 2018-08-07 12:30:59 +09:30
saxon beb59bf8e7 Changed name of all amfEncodes to C_AMFENcode... and changed name of all amfDecode... to C_AMFDecode... 2018-08-07 12:30:14 +09:30
saxon 2c6d458372 Changed name of amfPropEncode to C_AMFPropEncode 2018-08-07 12:29:02 +09:30
saxon 1e206875ee Changed name of sendConnectPacket to C_SendConnectPacket 2018-08-07 12:28:06 +09:30
saxon dd83eda2e9 Changed name of sendBytesReceived to C_SendBytesReceived 2018-08-07 12:27:28 +09:30
saxon f76b228f3e changed name of rtmpSockBufFill to C_RTMP_SockBufFill 2018-08-07 12:26:39 +09:30
saxon c8407ac2d0 Changed name of readN to C_ReadN 2018-08-07 12:25:20 +09:30
saxon a04647fb3b Changed name of handShake to C_HandShake 2018-08-07 12:24:25 +09:30
saxon 9df51d1bd1 Changed name of rtmpConnect to C_RTMP_Connect and, rtmpConnect0 to C_RTMP_Connect0 and rtmpConnect1 to C_RTMP_Connect1 2018-08-07 12:13:15 +09:30
saxon 2e6baaf732 Changed name of rtmpConnect to C_RTMP_Connect 2018-08-07 12:12:11 +09:30
saxon 2a26a0d625 Changed name of rtmpSetBufferMS to C_RTMP_SetBufferMS 2018-08-07 12:08:48 +09:30
saxon 9bd643bc89 Chaged name of rtmpEnableWrite to C_RTMP_EnableWrite 2018-08-07 12:07:42 +09:30
saxon 36cae47dc3 Changed name of socksSetup to C_SocksSetup 2018-08-07 12:05:58 +09:30
saxon 10d655f69c Changed name of rtmpSetupUrl to C_RTMP_SetupUrl 2018-08-07 12:04:49 +09:30
saxon 10733af04f Changed name of rtmpInit to C_RTMP_Init 2018-08-07 12:04:04 +09:30
saxon ba101285ff Changed name of rtmpAlloc to C_RTMP_Alloc 2018-08-06 15:42:16 +09:30
saxon fe16404448 Updated name of C_RTMP_IsConnected 2018-08-06 14:00:37 +09:30