Commit Graph

35 Commits

Author SHA1 Message Date
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
7f799ffea8 add client-read-republish example (#91) 2022-02-19 15:13:07 +01:00
aler9
a7ce5b7a53 update docs 2022-02-18 10:08:47 +01:00
aler9
433426ff07 rename example 2022-02-18 10:04:19 +01:00
aler9
3eda3e45e6 replace client-read-h264 example with client-read-h264-decode 2022-01-31 18:47:09 +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
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
9f4f3054da rtpaac, rtph264: remove *RTP suffix 2021-09-28 15:33:38 +02:00
aler9
308802c5a1 rtpaac, rtph264: remove Decoder.Decode() 2021-09-28 15:22:49 +02:00
aler9
13c6b69d30 cleanup example 2021-09-23 20:07:21 +02:00
aler9
b9042282ab update doc 2021-09-23 20:03:53 +02:00
aler9
359409aaf9 update docs 2021-08-25 23:28:07 +02:00
aler9
89494e8350 examples/client-read-h264: skip RTCP packets 2021-07-03 11:53:33 +02:00
aler9
88608152cc rename buf into payload 2021-07-03 11:52:51 +02:00
aler9
dde57ee568 remove ID and BaseURL from Track 2021-06-23 23:07:55 +02:00
aler9
5eb82448a7 client: remove channel from ReadFrames() 2021-05-10 17:59:49 +02:00
aler9
dcbd9d8211 rtp*: remove Read(), return nalus and pts separately 2021-04-05 17:15:56 +02:00
aler9
c2d5ced43b improve example comments 2021-04-04 19:44:03 +02:00
aler9
0b336c547c rtph264: support decoding STAP-A frames 2021-03-07 20:54:11 +01:00
aler9
f5c2308431 add client-read-h264 example 2021-03-07 17:29:45 +01:00