Commit Graph

1241 Commits

Author SHA1 Message Date
saxon 6cc807f56f Ported RTMP_IsConnected and tested 2018-07-22 23:06:10 +09:30
saxon d00a2994e3 Ported RTMP_ConnectStream and tested 2018-07-22 23:01:50 +09:30
saxon ee44c3d713 Change some funcs from static to non static so that I can use them 2018-07-22 22:40:16 +09:30
saxon e3eaa99284 Ported RTMP_Connect0 to rtmpConnect0 - and tested with success 2018-07-22 18:18:46 +09:30
saxon 30cf9bd6e3 Ported rtmp connect 2018-07-21 08:54:16 +09:30
saxon 5938dcf0d5 Ported RTMP_SetBufferMS and tested 2018-07-20 21:34:38 +09:30
saxon cba28550e2 Implemented ported rtmpEnableWrite 2018-07-20 21:31:55 +09:30
saxon ee09683248 Removed func calls we don't need and also improved testing 2018-07-20 21:28:00 +09:30
saxon 2d02b77fc1 Removed functions we don't need 2018-07-20 21:27:28 +09:30
saxon c01ea8323c Implemented rtmp close func, but need to do more testing - also changed rtmp.c and rtmp.h to remove static funcs 2018-07-20 21:25:02 +09:30
saxon 09a1470df7 Wrote rtmpClose and close internal and tested - but more testing needed 2018-07-20 21:23:57 +09:30
saxon d3b00475ae Using Saxon's setup URL func, tested and working 2018-07-20 17:50:32 +09:30
saxon 3b25a0f254 Replaced RTMP_Init with Saxon's rtmpInit - tested and works 2018-07-20 17:48:44 +09:30
saxon 12788e0325 Tested rtmpAlloc - works 2018-07-20 17:47:05 +09:30
saxon 1d1ff01681 Added some test cases for helper functions 2018-07-20 17:40:37 +09:30
saxon cf8568bf40 Building without error, just need to test 2018-07-20 15:14:39 +09:30
saxon e0f07b9bca Merge branch 'librtmpPorting' of http://bitbucket.org/ausocean/av into librtmpPorting 2018-07-20 14:10:38 +09:30
saxon a0fa9106d6 Creating wrapper for unsafe.Pointer conversion 2018-07-20 14:10:08 +09:30
Jake Lane 9c1c5cb601 rtmp: Implemented afmEncodeInt24 2018-07-20 10:23:40 +09:30
saxon de4e673e94 Started writing socksSetup func 2018-07-20 01:49:03 +09:30
saxon e5696f389d Wrote rtmpSetupUrl, but need to test 2018-07-20 01:05:21 +09:30
saxon e04ae76dcf Wrote rtmp init func 2018-07-19 17:30:30 +09:30
saxon 8dc2b27bad Merge branch 'librtmpPorting' of http://bitbucket.org/ausocean/av into librtmpPorting 2018-07-19 17:25:05 +09:30
saxon b8c54118c9 Created allocate func 2018-07-19 17:24:37 +09:30
Jake Lane b18ae29132 rtmp: Implement afmEncodeInt16 2018-07-19 16:59:52 +09:30
saxon 283fb1e3ab Fixed internal compiler error 2018-07-19 16:59:03 +09:30
saxon 232cb2280f Internal compiler error 2018-07-19 16:51:16 +09:30
saxon 346774ee35 Merge branch 'librtmpPorting' of http://bitbucket.org/ausocean/av into librtmpPorting 2018-07-19 16:45:15 +09:30
saxon 0c078ea7e1 Updated linking options 2018-07-19 16:43:37 +09:30
Jake Lane 6903276a18 rtmp: Implement afmDecodeInt16 2018-07-19 16:22:35 +09:30
saxon cc616b12d4 implemented endSession func 2018-07-19 16:07:31 +09:30
saxon 6e8ef99953 Created startSession func 2018-07-19 16:05:14 +09:30
saxon e83689c8e8 using my constants instead 2018-07-19 15:38:10 +09:30
saxon 6fc7640b6b added consts and cleaned some things up 2018-07-19 15:33:33 +09:30
saxon b29debd3aa Ported sockbufsend and now actually using 2018-07-19 15:27:27 +09:30
saxon 0245ec46ee Ported sockbufsend and now using 2018-07-19 15:25:10 +09:30
saxon fe53876c4f Ported sockbufsend 2018-07-19 15:23:06 +09:30
saxon 86dba64125 Merge branch 'librtmpPorting' of http://bitbucket.org/ausocean/av into librtmpPorting 2018-07-19 14:50:03 +09:30
Jake Lane b327c5772b rtmp: afmDecodeInt24 generated port from c2go 2018-07-19 14:47:03 +09:30
saxon a9e950cef7 Just need to commit 2018-07-19 04:48:31 +09:30
saxon e51ec5b929 Create AMFObject struct 2018-07-19 01:27:56 +09:30
saxon f903ebd375 Create RTMP_LNK go struct 2018-07-19 01:24:47 +09:30
saxon 5c8274786c Created go RTMPChunk struct 2018-07-19 01:11:55 +09:30
saxon c071981cfb Create go RTMPSockBuf struct 2018-07-19 01:03:59 +09:30
saxon 10cd22d02a Created go RTMP_READ struct 2018-07-19 00:54:36 +09:30
saxon 3b33d1f050 Created go AVal struct 2018-07-19 00:46:52 +09:30
saxon 91edd77b52 Created RTMP_METHOD struct 2018-07-19 00:45:01 +09:30
saxon 8d0ee6598b Create RTMPPacket go struct 2018-07-19 00:43:59 +09:30
saxon b6cd93fa4b Created RTMP go struct 2018-07-19 00:40:36 +09:30
Jake Lane a00550b638 rtmp: Implemented afmDecodeInt24 and afmDecodeString 2018-07-18 13:32:14 +09:30