av/stream/mts
saxon da5fdccaf3 stream/mts & stream/rtp: fixed timing calculations
Currently time calculations in the mts encoder are based on the premise that each mpegts packet is a 'frame', and in the rtp encoder that
each encoding of multiple packets into one rtp packet is a 'frame', these are both false. Mpegts encoding and rtp encoding should do
timestamp calculations using a reasonable approximation of time at encoding/send.
2019-02-16 09:09:54 +10:30
..
meta stream/mts/meta/meta.go: reduced verbosity of local vars in meta.Keys 2019-02-11 14:30:37 +10:30
pes mts: removed usage of word len, and removed empty import 2019-01-02 10:26:34 +10:30
psi stream/mts/psi/psi.go: cleaned up and comment consts 2019-02-07 15:48:35 +10:30
encoder.go stream/mts & stream/rtp: fixed timing calculations 2019-02-16 09:09:54 +10:30
metaEncode_test.go stream/mts/metaEncode_test.go: wrote function comments for tests 2019-02-07 10:55:58 +10:30
mpegts.go stream/mts: fixing conflicts 2019-02-08 10:13:51 +10:30