saxon
9cde6f49f7
ported EncodeInt32LE and now using - tested and working
2018-08-11 13:59:55 +09:30
saxon
e680fc76fa
Using my C_DecodeInt32LE func - tested and working
2018-08-11 13:54:25 +09:30
saxon
d480f427c1
ported DecodeInt32LE - still need to test
2018-08-11 13:52:32 +09:30
saxon
7111456991
Working again but not sure whyyy
2018-08-11 13:48:21 +09:30
saxon
a20beaf75e
Using my rtmp_read_packet is crashing
2018-08-11 12:30:11 +09:30
saxon
6137df30b3
Ported RTMP_GetTime - tested and working
2018-08-11 12:21:22 +09:30
saxon
c8c3b4b3aa
Using my C_SocksNegotiate func - tested and working
2018-08-11 11:44:55 +09:30
saxon
cb2f4549ed
Ported SocksNegotiate to C_SocksNEgotiate - still need to test
2018-08-11 11:40:42 +09:30
saxon
504c79ab27
Starting to port SocksNegotiate
2018-08-11 02:24:50 +09:30
saxon
e6c62026d7
Using my C_RTMP_ParsePlaypath func - tested and working
2018-08-11 02:14:17 +09:30
saxon
fbaafa0f8d
Ported RTMP_ParsePlaypath to C_RTMP_ParsPlaypath - still need to test
2018-08-11 02:00:11 +09:30
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
saxon
358e32d2ac
Fixed alot of errors in code, now runnable
2018-08-10 16:10:08 +09:30
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
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
saxon
8c2748af0f
Using my rtmpSetBufferMS - tested and working
2018-07-28 15:26:38 +09:30
saxon
42f0e791cf
Using my rtmpEnableWrite - tested and working
2018-07-28 15:25:31 +09:30
saxon
b20a344eb1
Commented out rtmp close and rtmp frees - tested and working
2018-07-28 15:24:36 +09:30
saxon
3a56d47244
Using my rtmpParseURL- tested and working
2018-07-28 15:23:25 +09:30
saxon
0bac388843
Using my rtmpInit - tested and working
2018-07-28 15:22:15 +09:30
saxon
e7ba480770
Using my rtmpAlloc - tested and working
2018-07-28 15:20:30 +09:30
saxon
69ff0bbad5
Back to working order - now we will slowly go through changing to my funcs making sure it works
2018-07-28 15:08:09 +09:30
saxon
80cc24f665
Ported ReadN, but need to get things working
2018-07-28 14:55:25 +09:30
saxon
6a6f704840
Going to start using go structs instead of C
2018-07-28 14:27:30 +09:30
saxon
5a6c6837ea
Can't understand this bug I have
2018-07-28 11:25:35 +09:30
saxon
656bec1cfd
Added some todos to rtmp_test.go
2018-07-28 11:08:05 +09:30
saxon
5cba7d7c02
Wrote realloc func
2018-07-28 11:05:51 +09:30
saxon
5cca4d45a5
Getting seg fault
2018-07-28 10:15:12 +09:30
saxon
0d7d445804
Got rid of build errors, just need to test
2018-07-27 14:44:02 +09:30
saxon
736e96142c
Porting alot of encoding decoding funcs
2018-07-27 14:06:40 +09:30
saxon
c86bede9d0
Ported sendConnectPacket - still need to test
2018-07-26 17:06:44 +09:30
saxon
46673e0309
Finally found value for av_connect
2018-07-25 10:56:59 +09:30
saxon
7088a88fe9
Tested handshake
2018-07-24 21:36:39 +09:30
saxon
839738df13
Ported handshake - still need to test
2018-07-24 21:30:50 +09:30
saxon
3e0d1a01d2
Still writing handShake func and also created new memcmp func
2018-07-23 08:38:22 +09:30
saxon
4eff566a73
Started writing handshake function - program currently still buildable
2018-07-23 00:14:23 +09:30
saxon
aaa7cdbdab
Ported SocksSetup and tested
2018-07-22 23:31:19 +09:30
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
saxon
daf219c937
Ported http post - tested and working
2018-07-18 13:26:23 +09:30
saxon
2dd7b344f8
Finished writing httpPost - need to build and test
2018-07-18 12:21:31 +09:30
saxon
f7c9719d5b
Move amfEncodeString under rtmpWrite
2018-07-18 12:02:02 +09:30
Jake Lane
9ac7f6d1f7
rtmp: Implement afmEncodeString
2018-07-18 11:58:13 +09:30
saxon
97cae6ff20
Ported AV_queue - tested and working
2018-07-18 11:41:44 +09:30
saxon
894a62716c
Ported writeN, and tested with success
2018-07-17 19:35:25 +09:30
saxon
c7930e2cbe
Scratch that, it looks fine
2018-07-17 18:56:53 +09:30
saxon
510f431b90
Building and running, but not working - looks like video input into youtube is not enough, going to use nethogs
2018-07-17 18:23:31 +09:30
saxon
dd41aeb966
Fixed some other little things, but still doesn't fix the seg fault
2018-07-17 18:00:24 +09:30
saxon
a24003af44
Having a lot of trouble
2018-07-17 03:17:17 +09:30
saxon
09682cd6a0
Using my sendPacket - getting seg fault
2018-07-17 01:30:25 +09:30
saxon
825a5f6f29
Everything is building now, time to test with youtube
2018-07-17 01:26:52 +09:30
saxon
1c8146c8f3
Now it builds using go1.9
2018-07-17 01:08:31 +09:30
saxon
41746a8844
About to push
2018-07-17 00:07:34 +09:30
saxon
d73dea687a
Finished dealing with bugs, but now I have a really ugly error that gives no indication to where abouts
2018-07-16 18:50:17 +09:30
saxon
376a694cd9
Added more specific decrement functions
2018-07-16 14:37:26 +09:30
saxon
d1362d659f
Fixing build errors
2018-07-16 13:16:40 +09:30
saxon
876f552c2a
Wrote some more helpful functions specific to certain types, and also did some more testing, and also some commenting
2018-07-16 13:00:58 +09:30
saxon
ccdcba91ea
Testing passed for inc ptr and dec ptr
2018-07-16 03:39:36 +09:30
saxon
fc6dfef893
Started writing test file for easily testable functions
2018-07-16 01:45:52 +09:30
saxon
50c3f8c20a
Writing more universal functions so that they can work on multiple types
2018-07-15 18:56:59 +09:30
saxon
abd5cc27de
Wrote WriteN - still need to test
2018-07-15 17:18:24 +09:30
saxon
39ad3b6ac8
Moving things around a bit to make it cleaner
2018-07-15 16:50:56 +09:30
saxon
384fa23e5b
Finished writing out the sendPacket function, now time to try and compile
2018-07-15 16:48:38 +09:30
saxon
12f02fb261
Updating my progress - currently porting sendPacket
2018-07-15 16:21:20 +09:30
saxon
897c1541c3
Replaced copy with memmove
2018-07-14 22:10:01 +09:30
saxon
bc007a09f8
Just saving my progress :)
2018-07-14 15:36:58 +09:30
saxon
a9b5c7a26f
Added some commenting above functions
2018-07-14 15:21:01 +09:30
saxon
0898d50f0f
Using indxptr func in all places
2018-07-14 15:01:06 +09:30
saxon
a48d2fe008
Created inxPtr func to get values in array
2018-07-14 14:59:00 +09:30
saxon
3ae7bf79da
Added todo comments
2018-07-14 14:52:54 +09:30
saxon
965641be16
Got rid of C.memcpy
2018-07-14 14:49:21 +09:30
saxon
438cf8470b
Created incPtr function for ptr increment
2018-07-14 14:30:58 +09:30
saxon
472ba48f07
more clean up of rtmpWrite - Removed unecessary conversions to unsafe pointer
2018-07-14 14:24:10 +09:30
saxon
c3bd4b5e0b
Started porting sendPacket
2018-07-14 02:08:59 +09:30
saxon
8ab61598a9
Cleaned up further
2018-07-14 01:58:23 +09:30
saxon
391c9a538e
Fixed it again - don't try to emulate memcpy with a loop
2018-07-14 01:33:59 +09:30
saxon
c2e1df170c
Tried to make it more go like, but think I broke it
2018-07-14 01:13:17 +09:30
saxon
b0aa39c29b
Finally working
2018-07-13 20:30:52 +09:30
saxon
4c1892e36f
Still trying to debug
2018-07-13 05:21:17 +09:30
saxon
137d60bde6
Still can't find the bug
2018-07-13 03:37:57 +09:30
saxon
4819cc92ec
Fixed to the extent that youtube thinks stream is starting but nothing playing
2018-07-13 02:46:05 +09:30
saxon
7b20e8f767
Just about to fix is I think
2018-07-13 02:33:06 +09:30
saxon
b1f470344d
Making more C like to try and fix bugs - about to test
2018-07-12 23:47:11 +09:30
saxon
f4cb2700ca
Started writing sendPacket func
2018-07-12 02:50:00 +09:30
saxon
d82838dcc0
Got rid of writeFrame func we don't need
2018-07-12 02:36:33 +09:30
saxon
18cdcde149
About to test
2018-07-12 01:02:46 +09:30
saxon
46cff84322
Ran go fmt
2018-07-12 00:50:18 +09:30
saxon
24eac36bbd
It builds
2018-07-12 00:35:53 +09:30
saxon
929bdb32f9
Think I've cleaned it up a bit more, about to build
2018-07-12 00:31:17 +09:30
saxon
030b3f6fca
Taking a break
2018-07-11 14:54:35 +09:30
saxon
ea14c4989b
About to try and build
2018-07-11 14:26:07 +09:30
saxon
4415d2c089
Finished making major change to how I increment pointers
2018-07-11 14:22:17 +09:30
saxon
9c67bc06a3
About to make a big change, so want to commit now
2018-07-11 14:16:19 +09:30
saxon
072c065224
rtmp.go builds after porting RTMP_Write to rtmpWrite. Still need to clean up and test
2018-07-10 20:06:49 +09:30
saxon
a4349bd013
Getting rid of errors
2018-07-10 18:45:34 +09:30
saxon
e4a1583583
Working on porting rtmp write func
2018-07-05 16:25:46 +09:30
saxon
157ac833db
Implemented writeFrame in go, next is rtmp write frame
2018-07-05 12:38:02 +09:30
saxon
132cf79f4c
Merge branch 'LibRTMPPortingAttempt2' of https://bitbucket.org/ausocean/av into LibRTMPPortingAttempt2
2018-07-05 11:27:38 +09:30
saxon
3d3b4d2af5
Getting ready for a test run
2018-07-05 10:16:30 +09:30
saxon.milton@gmail.com
c9b162cc0b
Merged in revidTestingImrpovement (pull request #38 )
...
RevidTestingImrpovement
Approved-by: saxon.milton@gmail.com <saxon.milton@gmail.com>
2018-07-05 00:42:53 +00:00
saxon
d68b1c78bf
Reverting rtmp.go to orginal
2018-07-05 09:58:57 +09:30
saxon
419ee0e76e
Deleting stuff I don't need
2018-07-05 09:49:30 +09:30
saxon
75ce6e10bf
Potentially simplified linker options
2018-07-04 23:02:02 +09:30
saxon
c861862ff7
Got rtmp test working
2018-07-04 16:39:09 +09:30
Saxon Milton
55db8289ca
Still writing
2018-06-28 14:20:57 +09:30
Saxon Milton
bf59e8adfc
Removed redundant passing of byte length
2018-06-28 12:51:23 +09:30
Saxon Milton
9d186f51bb
started porting rtmpWrite func
2018-06-28 03:32:16 +09:30
Saxon Milton
6b4ece57e5
Started moving functionality to rtmp.go
2018-06-28 02:53:50 +09:30
Alan Noble
590136197b
Remove compiled objects and binaries.
2018-06-22 18:18:46 +09:30
Dan Kortschak
2dda2cfac9
rtmp: commit changes missed in 3a3181
2018-06-20 14:32:50 +09:30
Dan Kortschak
3a31812e0a
rtmp: pull verbosity out of C code
2018-06-20 13:56:40 +09:30
Dan Kortschak
5bdd66e22b
rtmp: rename StartSession to Open
2018-06-17 20:45:58 +09:30
Dan Kortschak
b7b000aeac
revid,ring: plumb in ring buffer with WriteTo
...
There is a residual scar of an intermediate []byte copy because of the
signature of http.NewRequest, but this can be addressed later. The rtmp
interface needed alteration so that rtmp.Session satisfies io.Writer.
2018-06-06 17:55:10 +09:30
kortschak
219971230c
Merged in kortschak/av/cgo/nocopy (pull request #20 )
...
rtmp: remove unused allocation and copy
2018-06-01 15:02:49 +00:00
Dan Kortschak
c749523c2a
rtmp: do not build in crypto
2018-06-01 15:19:26 +09:30
Dan Kortschak
65a4abb24b
rtmp: remove unused allocation and copy
2018-06-01 08:25:42 +09:30
Dan Kortschak
fb64a47d89
rtmp: fix RTMP* handling
2018-05-30 15:52:33 +09:30
richardsonjack
1204b02ee5
remove non required crypto linking flags
2018-05-30 11:25:21 +09:30
Dan Kortschak
173d7c3879
rtmp: clean up session handling and CGO interface
...
* Make C compilation arch-independent, including shared lib use and fix
for broken librtmp include install.
* Provide package-root level makefile for building C lib.
* Remove package global.
* Use Go-idiomatic naming for methods.
* Restucture flow to reduce indentation.
* Use []byte len in place of additional param.
* Use unix-idiomatic return status values.
2018-05-29 15:36:28 +09:30
Saxon1
39e6a785ef
removed bad free and added better to clean output chan
2018-05-06 00:26:02 +09:30
Saxon1
c56f414229
trying something else
2018-05-06 00:10:54 +09:30
Saxon1
43277c81ac
maybe this will work
2018-05-06 00:04:07 +09:30
Saxon1
2316eea04c
Correcting syntax error in c code
2018-05-05 23:59:51 +09:30
Saxon1
e6aefb2e65
not giving c stuff go pointers
2018-05-05 23:58:26 +09:30
Saxon1
88c2104048
Let's try this
2018-05-05 23:42:29 +09:30
Saxon1
567d52aacc
another potential fix
2018-05-03 15:26:09 +09:30
Saxon1
51ade541c9
changed redundent data creation
2018-05-03 15:08:10 +09:30
Saxon1
b9987fe227
trying to fix rtmp issues
2018-04-26 16:30:18 +09:30
Saxon1
5847aad552
removed mutex
2018-04-26 16:04:47 +09:30
Saxon1
ab2fef756f
added librtmp
2018-04-19 13:37:15 +09:30
Saxon Milton
7aad4dfba3
Untracking librtmp
2018-04-17 14:33:58 +09:30
Saxon Milton
cd1e108dcf
added uintToBool as common utility function
2018-04-16 15:05:16 +09:30
Jack Richardson
70a2058b9a
remove unneeded flag
2018-03-14 15:00:17 +10:30
Unknown
86bc3602d7
go fmted
2018-03-14 11:48:03 +10:30
saxon.milton@gmail.com
d718534f0f
updating remote
2018-03-14 11:19:21 +10:30
Unknown
57d416563a
Just cleaning stuff up before testing
2018-03-13 11:44:43 +10:30
Saxon Milton
5c4eda1d6f
removing stuff i don't need
2018-03-01 01:23:39 +10:30
Unknown
ff401ee48d
Another update
2018-02-19 15:41:29 +10:30
Unknown
ed88df0110
Auto stash before merge of "rtmpOutputFunctionality" and "origin/rtmpOutputFunctionality"
2018-02-19 15:36:13 +10:30
Unknown
182cfeef88
Still trying
2018-02-16 16:16:24 +10:30
Unknown
a38b86236c
almost there I think (hope)
2018-02-15 18:43:45 +10:30
Unknown
1407ebe39b
Trying to get rtmp working, but it's not
2018-02-15 17:32:04 +10:30
Unknown
7f498c8d00
Debugging
2018-02-14 17:32:57 +10:30
Unknown
400f909dd4
Managed to link c code with cgo :)
2018-02-14 16:30:44 +10:30
Saxon Milton
a9df7b7adc
THink I've fixed some obvious syntax errors, but will need to debug tomorrow using cgo
2018-02-13 19:53:25 +10:30
Saxon Milton
8e6f6ba3e0
Adding C rtmp libraries
2018-02-13 19:17:53 +10:30
Saxon Milton
cf53668bcd
Working on rtmp wrapper for the C stuff
2018-02-13 19:09:26 +10:30
Saxon Milton
0ac9c3d50b
Writing C based wrapper for rtmp stuff which I'll then call using cgo
2018-02-13 00:01:19 +10:30