Files
livekit/pkg/service
Raja Subramanian fa5f4ef33c Populate SDP cid in track info when available. (#3845)
* Populate SDP cid in track info when available.

- Adding SDP cid to TrackInfo. Browsers like FF uses a different stream
  id for AddTrack and actual SDP offer. So, have to look up using both
  on server side. To make it easier, store both (only if different) in
  TrackInfo.
- Use a codec in TrackInfo for audio also. There is some discussion
  around doing simulcast codec for audio so that something like PSTN can
  use G.711 without any transcoding. So, just keep it consistent between
  audio and video.
- Populate SDP cid when SDP offer is received. It could populate a
  pending track or an already published track if the new offer is for a
  back up codec where the primary codec is already published.
- Passed around parsed offer to more places to avoid parsing multiple
  times.
- Clean up MediaTrack interface a bit and remove unneeded methods.

* WIP

* WIP

* deps

* stream allocator mime aware

* clean up

* populate SDP cid before munging

* interface methods
2025-08-13 10:53:16 +05:30
..
2025-05-15 10:30:14 -07:00
2024-06-27 02:13:51 -07:00
2025-07-24 10:14:01 +05:30
2024-02-17 12:37:15 -08:00
2025-08-06 09:08:09 +05:30
2025-03-11 05:56:30 -04:00
2025-02-20 13:13:21 +02:00
2025-08-03 04:00:38 +05:30
2025-08-06 22:30:50 +05:30
2025-08-06 09:08:09 +05:30