Commit Graph

27 Commits

Author SHA1 Message Date
Alessandro Ros
a19432fd87 bump Golang to 1.23 (#610) 2024-11-04 13:39:10 +01:00
Jesus Tejedor
b561229761 support H264 with payload type 35 from Bosh Cameras (#632)
Co-authored-by: aler9 <46489434+aler9@users.noreply.github.com>
2024-10-14 12:18:56 +02:00
Alessandro Ros
1ca217ae3a simplify format.Unmarshal; improve tests (#631) 2024-10-09 16:21:01 +02:00
Alessandro Ros
e2d1e6dab4 improve fuzz tests (#591) 2024-08-01 11:56:52 +02:00
Alessandro Ros
fd4a9137cc support multichannel Opus (https://github.com/bluenviron/mediamtx/issues/3355) (#572) 2024-05-19 14:37:02 +02:00
Alessandro Ros
24ed937861 update golangci-lint (#535) 2024-03-19 12:50:26 +01:00
Alessandro Ros
63a81d0896 support G711 multiple channels and custom sample rates (#497) 2024-01-08 21:16:47 +01:00
Alessandro Ros
f9eb8e573b support detecting LPCM formats with payload types 10 and 11 (#496) 2024-01-07 13:01:36 +01:00
Alessandro Ros
a5db98521d discard invalid H264 parameters (#431)
(https://github.com/bluenviron/mediamtx/issues/2348)
2023-09-22 13:49:05 +02:00
Alessandro Ros
44da79f72d merge MPEG4AudioGeneric and MPEG4AudioLATM (#430) 2023-09-21 16:51:31 +02:00
Alessandro Ros
fc2a10a499 add AC-3 decoder and encoder (#427) 2023-09-19 22:15:39 +02:00
Alessandro Ros
747de35cbc fix compatibility with Annex-B encoded H264 SPS/PPS (#402) (#426) 2023-09-18 22:24:19 +02:00
Alessandro Ros
71cd9ce613 fix compatibility with Revotech cameras (#402) (#404) 2023-09-07 16:55:18 +02:00
aler9
5d8f742d60 Merge branch 'main' into v4 2023-08-25 19:06:02 +02:00
aler9
5e5a21240d rename pkg/formats into pkt/format 2023-08-16 13:26:17 +02:00
Alessandro Ros
af3ed2bd83 merge format and formatdecenc into formats (#222) 2023-04-01 13:23:16 +02:00
Alessandro Ros
04f5a4041c change owner (#217) 2023-03-31 12:34:07 +02:00
Alessandro Ros
bc248c8e1d simplify FMTP decoding and encoding (#205) 2023-03-13 22:44:31 +01:00
Alessandro Ros
13fab2962e make Opus SDP always return 48khz and 2 channels (#204)
RFC7587 mandates 48khz as sample rate and 2 channels inside the SDP.
These values can be dynamically adjusted by the stream, but they must
not be touched inside the SDP.
2023-03-13 22:03:49 +01:00
Alessandro Ros
82dac32f6e format: fix compatibility with some TP-Link cameras (#174)
https://github.com/aler9/rtsp-simple-server/issues/1267
2023-01-22 19:32:17 +01:00
aler9
5f2ac979c5 move pkg/mpeg4audio into pkg/codecs/mpeg4audio 2022-12-27 17:30:53 +01:00
Alessandro Ros
91f18ab6d9 Add RTP/MJPEG decoder and encoder (#165)
* rename format.JPEG into format.MJPEG

* add examples/client-publish-format-mjpeg

* add rtp/mjpeg decoder and encoder
2022-12-27 13:43:23 +01:00
aler9
8320b1aceb improve coverage 2022-12-23 14:27:44 +01:00
aler9
d71991d929 improve coverage 2022-12-23 13:54:59 +01:00
aler9
60596c32d1 fix parsing of H264 tracks with empty sprop-parameter-sets 2022-12-13 19:02:01 +01:00
aler9
6f452f32aa Merge branch 'v1' 2022-12-12 18:19:16 +01:00
aler9
0c13440721 rename rtpcodecs into formatdecenc 2022-12-11 22:56:59 +01:00