Commit Graph

44 Commits

Author SHA1 Message Date
aler9
9f4fea8a01 change track initialization method 2022-06-23 13:13:36 +02:00
aler9
b4925dbc24 fix crash in client-read-h264-save-to-disk 2022-06-15 10:37:15 +02:00
aler9
2fa3148a27 move URL into dedicated folder 2022-06-05 01:27:19 +02:00
aler9
bcd6f1b549 h264: fix DTS extractor with B-frames and remove PTS-DTS offset 2022-06-03 10:27:05 +02:00
aler9
787c516d79 stop normalizing H264 PTS 2022-06-02 22:25:13 +02:00
aler9
46253a74b0 stop filtering SEI NALU in example 2022-06-02 20:38:11 +02:00
aler9
f60f8fa622 remove double check 2022-06-02 19:01:06 +02:00
aler9
2c3c9ea1c5 delay allocation of dts extractor until it is needed 2022-06-02 18:06:22 +02:00
aler9
d40205e592 cleanup code 2022-06-02 18:04:22 +02:00
aler9
277e89f3ac h264: simplify DTS extractor usage 2022-06-02 14:05:47 +02:00
aler9
622fe12c4b h264: remove DTS estimator 2022-06-02 13:42:52 +02:00
aler9
ed0e1fe814 h264: rename DecodeAVCC into AVCCDecode 2022-04-24 22:08:18 +02:00
aler9
253e9bf9f9 avoid writing SPS/PPS twice in example 2022-04-15 17:27:45 +02:00
aler9
f4efe9ceb5 client: parse incoming RTP/H264 packets; fix RTCP receiver jitter 2022-04-08 16:45:09 +02:00
aler9
0463e6b510 server: parse incoming RTP/H264 packets; fix RTCP receiver jitter 2022-04-08 16:45:09 +02:00
aler9
6c6c6c68c9 update docs 2022-04-01 12:08:17 +02:00
aler9
cec5326ccf downgrade pion/rtp to v1 (#110) (#113) 2022-04-01 11:19:43 +02:00
aler9
0e8c93c5c2 update examples to support H264 tracks without SPS/PPS 2022-03-20 12:45:28 +01:00
aler9
7182b5b4a1 simplify h264 publish examples 2022-03-20 11:52:44 +01: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
bee47726fa simplify example 2021-12-12 23:06:41 +01:00
aler9
03fcdc7297 improve example 2021-12-03 11:39:12 +01:00
aler9
2fbd177b05 cleanup example 2021-12-03 11:15:47 +01:00
aler9
e1e5b6e537 simplify example 2021-12-02 12:34:44 +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
aler9
075f84de28 simplify examples 2021-11-12 18:01:27 +01:00
aler9
922d74b940 client: remove Client from OnPacket* arguments 2021-11-12 18:01:27 +01:00
aler9
08ab7f87ac client: simplify Setup() 2021-11-12 18:01:27 +01:00
aler9
61674c0ccb cleanup examples 2021-11-12 18:01:27 +01:00
aler9
029ebd5dea client: remove OnPlay 2021-11-12 18:01:27 +01:00
aler9
e13b4289ec client: simplify API, add StartReadingWait 2021-11-12 18:01:27 +01:00
aler9
a22116e66e client: turn ReadFrames into OnPacketRTP, OnPacketRTCP 2021-11-12 18:01:27 +01:00
aler9
d1d766658b client: merge Client and ClientConn 2021-11-12 18:01:27 +01:00
aler9
fdb0d70870 client: remove default client 2021-11-12 18:01:27 +01:00
aler9
7e978595b5 update examples 2021-11-01 10:39:31 +01:00
aler9
9f68b45160 rename example 2021-10-31 13:04:28 +01:00