av/rtmp
scruzin 9335e2701d Fixed debug mode for C_RTMP_SendPacket(). 2019-01-06 17:17:51 +10:30
..
NOT_PORTED.txt rtmp: created NOT_PORTED.txt to hold names of funcs not ported and also deleted sections of code not run in our case 2018-08-28 19:18:13 +09:30
amf.go rtmp: remove unsafe and C imports from amf.go 2018-09-26 12:10:03 +09:30
amf_headers.go rtmp: make C_AMFObject hold a []C_AMFObjectProperty 2018-09-26 12:10:03 +09:30
parseurl.go Use Go errors for C_RTMP_ParseURL, C_RTMP_SetupURL, C_RTMP_Connect1, and C_RTMP_ConnectStream. 2019-01-06 09:20:32 +10:30
rtmp.go Fixed debug mode for C_RTMP_SendPacket(). 2019-01-06 17:17:51 +10:30
rtmp_headers.go Moved conn from C_RTMPSockBuf to C_RTMP_LNK and deleted the former. 2019-01-06 15:54:49 +10:30
rtmp_sys.go rtmp: created rtmp_sys.go file to emulate rtmp_sys.c in c librtmp library and moved SET_RCVTIMEO there 2018-08-25 23:29:40 +09:30
session.go All rmtp functions now return an error (or nothing), except for C_RTMP_IsConnected() which now returns a bool instead of an int. 2019-01-06 14:42:51 +10:30
timeval_arm.go rtmp: re-add recvtimeout option setting 2018-10-01 11:31:16 +09:30