Alessandro Ros
6d6c7fe273
improve documentation ( #848 )
2025-08-07 16:18:43 +02:00
Alessandro Ros
800dd9c850
move MPEG-4 audio LATM to dedicated format (bluenviron/mediamtx#4403) ( #834 )
2025-07-20 17:28:52 +02:00
Yaroslav Molochko
e02c447868
support KLV tracks ( #808 )
...
Co-authored-by: aler9 <46489434+aler9@users.noreply.github.com >
2025-07-06 19:56:52 +02:00
Alessandro Ros
4c8670a4b0
refactor format parser ( #682 )
2025-01-18 17:18:04 +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
fd4a9137cc
support multichannel Opus ( https://github.com/bluenviron/mediamtx/issues/3355 ) ( #572 )
2024-05-19 14:37:02 +02: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
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
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
bc248c8e1d
simplify FMTP decoding and encoding ( #205 )
2023-03-13 22:44:31 +01:00
Alessandro Ros
253be9913e
update docs ( #203 )
2023-03-13 18:53:36 +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
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
Alessandro Ros
ae9dac0ad3
use random UUIDs as media IDs ( #163 )
...
* remove Medias.Clone(), Media.Clone(), Format.Clone()
* server: use random UUIDs as media IDs
* client: use random UUIDs as media IDs
2022-12-22 20:32:28 +01:00
Alessandro Ros
a1396206b5
convert Tracks into Medias and Formats ( #155 )
...
* split tracks from medias
* move tracks into dedicated package
* move media into dedicated package
* edit Medias.Marshal() in order to return SDP
* add medias.Find() and simplify examples
* improve coverage
* fix rebase errors
* replace TrackIDs with MediaIDs
* implement media-specific and track-specific callbacks for reading RTCP and RTP packets
* rename publish into record, read into play
* add v2 tag
* rename tracks into formats
2022-12-11 22:03:22 +01:00