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
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
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