Commit Graph

1313 Commits

Author SHA1 Message Date
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
saxon 049b47b92d Updating remote 2018-08-04 14:47:45 +09:30
saxon c967824d3b Updating some C code to make more usable 2018-08-04 13:08:52 +09:30
saxon 1a8aeace34 Updating c stuff 2018-08-02 22:09:05 +09:30
saxon 7f6d377cb1 Using my amfEncodeArray func - tested and working 2018-08-01 07:38:35 +09:30
saxon 56a7bede73 Using my amfEncodeEcmaArray - tested and working 2018-07-31 07:32:46 +09:30
saxon a1a8289a7f Ported amfEncodeEcmaArray - need to test 2018-07-31 07:30:34 +09:30
saxon f4ce5dff9d Using my amfEncode - tested and working 2018-07-31 07:22:40 +09:30
saxon 51fc5b49af Ported amfEncode - need to test 2018-07-31 07:16:10 +09:30
saxon 558c27ffbc Ported amfPropEncode and now using - tested and working 2018-07-29 22:29:53 +09:30
saxon 1b1843d2b6 Fixed my avQueue func - now using, tested and working 2018-07-29 21:13:40 +09:30
saxon 10667ba5f0 Getting seg fault in avQueue 2018-07-29 11:03:34 +09:30
saxon 0fc985d1c5 using my amfDecodeNumber in rtmpSendPacket - tested and working 2018-07-29 10:57:06 +09:30
saxon c7640ada0e Fixed amfDeocdeInt16 - tested and working 2018-07-29 10:55:02 +09:30
saxon 084f7ce52b Using my amfDecodeString but need to fix amfDecodeInt16 - tested and working 2018-07-29 10:36:55 +09:30
saxon 6978e73aee Using my sendPacket func in sendConnectPacket - tested and working 2018-07-29 10:27:46 +09:30
saxon 1f6a59b050 Using all my encoding functions in sendConnectPacket - tested and working 2018-07-29 10:26:05 +09:30
saxon c205e3874a Using my amfEncodeNamedNumber and amfEncodeNumber - tested and working 2018-07-29 10:24:27 +09:30
saxon 60b88dbf6c Using my amfEncodeNamedBoolean and amfEncodeBoolean - tested and working 2018-07-29 10:21:53 +09:30
saxon a3ceff1a0a Using my afmEncodeNamedString - tested and working 2018-07-29 10:17:53 +09:30
saxon 0ae81ef52a Using my amfEncodeNumber - tested and working 2018-07-29 09:45:14 +09:30
saxon d886d43139 Using my amfEncodeString in a second place - tested and working 2018-07-29 09:43:19 +09:30
saxon c7549d4aa1 Using my amfEncodeString - tested and working 2018-07-29 09:42:20 +09:30
saxon fc897a509d USing my readN again - tested and working 2018-07-29 09:33:09 +09:30
saxon 76ced667b9 Works when I don't use my amfEncodeString, clearly we need to work on that 2018-07-29 09:31:19 +09:30
saxon bb1f63d8bd Fixed some serious bugs 2018-07-28 23:10:57 +09:30
saxon 4847728ddf Using C memory functions until I can use go ones using linkname stuff or get mine right such that they work 2018-07-28 22:32:59 +09:30
saxon 357bf4c87b Using my realloc - tested and working 2018-07-28 21:44:05 +09:30
saxon e059095c74 Using my rtmpSendPacket func - tested and working 2018-07-28 21:41:42 +09:30
saxon 8285941eec Using my sendConnectPacket func - tested and working 2018-07-28 21:30:08 +09:30
saxon fadac283e5 Created AMF 'enum' 2018-07-28 17:14:02 +09:30
saxon 7ddd2ac6d1 Using our amfEncodeInt32 - tested and working 2018-07-28 16:44:27 +09:30
saxon 93104c1539 Using my sendBytesRecieved func - tested and working 2018-07-28 16:37:15 +09:30
saxon 43c3f7032c Ported sendbytesrecieved 2018-07-28 16:36:01 +09:30
saxon 7d9d4639b9 Using my sockBufFill - tested and working 2018-07-28 16:28:24 +09:30
saxon 670e79f8f0 Using my readN - tested and working 2018-07-28 15:50:59 +09:30
saxon 89e5f334da Hopefully fixed readN problem 2018-07-28 15:47:32 +09:30
saxon 159a21c73a using my writeN tested and worked, but still using C readN 2018-07-28 15:41:38 +09:30
saxon 55d96bb2f1 Using my handshake func failed, need to go in and see what's wrong 2018-07-28 15:37:50 +09:30
saxon 4062508078 Now rtmpConnect1 is using after having gone in and started using C funcs, let's start to try and use mine instead 2018-07-28 15:36:32 +09:30
saxon 3215983163 Tried using my rtmpConnect1 func - tested but failed - going to go in and use more c stuff until working 2018-07-28 15:34:11 +09:30
saxon 71be64631b Using my rtmpConnect0 - tested and working 2018-07-28 15:32:38 +09:30
saxon 603ac6dfc7 My rtmpConnect now working after using C funcs inside 2018-07-28 15:31:45 +09:30
saxon fc53e45505 Using my rtmpConnect - tested but failed, going to go into rtmp connect and use C funcs instead of mine 2018-07-28 15:29:05 +09:30