av/stream/rtp
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
..
encoder.go stream/mts & stream/rtp: fixed timing calculations 2019-02-16 09:09:54 +10:30
rtp.go stream/rtp/encoder.go: sendLen to sendSize and capturing error from e.Encode() 2019-02-09 19:31:15 +10:30
rtp_test.go rtp: using static memory to hold bytes of rtp pkts 2018-12-27 14:44:30 +10:30