Samuel Stauffer
b85074b277
Fix panic in ReadPanic when no streams
2018-05-15 12:26:55 -07:00
Josh Allmann
4003a2c806
Handle streams longer than 2^24 ms.
...
The FLV timestamp field is only 24 bits. A stream will hit this in
less than 5 hours, starting from a timestamp of 0. In this case,
write out the timestamp as an extended field for type-0 chunks
(type0 is the only output chunk type that is supported right now).
2018-02-13 19:44:50 -08:00
nareix
bd41a3b90f
Merge pull request #21 from DigitallyImported/validate-adts-aot
...
ATDS: add AOT validation
2017-11-02 23:20:16 -05:00
nareix
af80c44445
Merge pull request #31 from acls/rtsp-digest-auth
...
RTSP Use basic auth or digest auth, not both
2017-11-02 23:19:52 -05:00
nareix
dfc1226880
add bits
2017-11-03 12:10:42 +08:00
Aaron Shumway
69dc07881c
use basic auth or digest auth, not both
2017-04-20 11:05:33 -06:00
Anton Baklanov
717b3e0122
ATDS: add AOT validation
...
MPEG 4 ADTS frame can not have AOT value greater than AAC_LTP.
For HE AAC (both v1 and v2) AOT should be set to AAC_LC. Clients are
supposed to use implicit SBR signaling to detect presence of SBR.
Ref:
https://github.com/FFmpeg/FFmpeg/blob/master/libavformat/adtsenc.c#L65
https://developer.apple.com/library/content/technotes/tn2236/_index.html
2017-02-04 23:27:25 +02:00
Dustin Blackman
40b45c95aa
remove unused code
2016-11-05 11:29:50 -04:00
nareix
00d8696937
fmt; ts: fix crc32 bug
2016-09-25 17:06:39 +08:00
nareix
b3b189ca28
change flvio.Tag from interface to struct
2016-09-19 07:35:10 +08:00
nareix
8802fb5a95
rtmp: add HandleConn / OnPlayOrPublish / rxbytes,txbytes
2016-08-31 19:16:34 +08:00
nareix
39d98a7793
add rtmp UrlMuxer
2016-08-03 13:43:00 +08:00
nareix
4918d07822
rtmp: fix datarace in ListenAndServe
2016-08-02 20:10:21 +08:00
nareix
cb534aa104
rtmp: bufio using pio size
2016-07-30 14:36:28 +08:00
nareix
0400eb8009
add mp4io/atoms.go
2016-07-30 00:06:38 +08:00
nareix
4b61d9daea
mv pio to bits/pio
2016-07-29 23:28:29 +08:00
nareix
c06f934d9e
add NewMuxer(writeFlusher) for ts/flv
2016-07-29 16:19:17 +08:00
nareix
d5c3f87b5c
ts: add probe func
2016-07-29 07:50:21 +08:00
nareix
563991132c
mp4: add probe
2016-07-29 07:30:08 +08:00
nareix
525606422e
mp4: fix fmt
2016-07-29 07:10:41 +08:00
nareix
6752dafead
add new mp4io interface
2016-07-29 01:05:47 +08:00
nareix
1c1d351104
mp4: add bufio for reader, improve speed
2016-07-28 23:38:37 +08:00
nareix
87e9318f36
rtmp: send window ack
2016-07-28 23:09:03 +08:00
nareix
747c21a957
mp4: rewrite mp4io improve atom parse
2016-07-28 23:06:08 +08:00
nareix
3fec89ce48
flv: use new fill/parse interface
2016-07-24 13:02:13 +08:00