Commit Graph

21 Commits

Author SHA1 Message Date
aler9
537b2033d2 rename TrackAAC into TrackMPEG4Audio 2022-08-05 23:37:53 +02:00
aler9
e262385062 client: remove StartReading, StartReadingAndWait 2022-07-09 17:08:37 +02:00
aler9
e82968442d store MPEG4AudioConfig inside TrackAAC instead of storing single fields 2022-06-24 13:25:53 +02:00
aler9
9f4fea8a01 change track initialization method 2022-06-23 13:13:36 +02:00
aler9
2fa3148a27 move URL into dedicated folder 2022-06-05 01:27:19 +02:00
aler9
efe7b064c3 rtpaac: make SizeLength, IndexLength, IndexDeltaLength mandatory 2022-04-15 16:55:06 +02:00
aler9
430b594283 rtpaac: support encoding packets with custom sizelength, indexlength, indexdeltalength 2022-04-15 16:45:26 +02:00
aler9
6781d4a92b simplify example 2022-04-15 13:00:33 +02:00
Shi Ben
bed854ece6 Support AAC tracks with custom sizelength, indexlength and indexdeltalength (#118)
* aac decode by sdp sizelength and indexlength

* fix linting

* fix linting

* 64-95 lines are duplicate of `track_aac_test.go:130-161` (dupl)

* fix linting

* fix linting

* decode aac use IndexDeltaLength
2022-04-15 12:35:54 +02:00
aler9
f4efe9ceb5 client: parse incoming RTP/H264 packets; fix RTCP receiver jitter 2022-04-08 16:45:09 +02:00
aler9
cec5326ccf downgrade pion/rtp to v1 (#110) (#113) 2022-04-01 11:19:43 +02:00
aler9
e7aca99c73 change signature of rtp encoders and decoders 2022-03-20 11:30:04 +01:00
aler9
e12b22ae77 fix encoding of RTP packets with padding
this fixes a SIGSEGV with GStreamer
2022-03-08 12:47:55 +01:00
aler9
bc9be686d9 client: call Options() automatically 2022-02-19 22:51:54 +01:00
aler9
a7ce5b7a53 update docs 2022-02-18 10:08:47 +01:00
aler9
b7df36d4ad client: decode and encode RTP/RTCP packets 2022-02-18 00:03:39 +01:00
aler9
79fdb2b7b4 use log.Print instead of fmt.Print in examples 2022-01-31 18:39:36 +01:00
aler9
6d5bf0c1bb new track system 2022-01-30 15:51:49 +01:00
aler9
036959a53e add missing Close() to client examples 2022-01-05 16:21:38 +01:00
aler9
7a521b9784 client: add convenience function SetupAndPlay() 2021-11-28 12:45:50 +01:00
aler9
9efdb91b7f add client-read-aac example 2021-11-12 18:01:27 +01:00