MCPcopy
hub / github.com/livekit/livekit / TrackWriter

Interface TrackWriter

test/client/trackwriter.go:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31)
32
33type TrackWriter interface {
34 Start() error
35 Stop()
36}
37
38// Writes a file to an RTP track.
39// makes it easier to debug and create RTP streams

Callers 16

setupSingleNodeTestFunction · 0.65
setupServerWithWebhookFunction · 0.65
TestAutoCreateFunction · 0.65
TestTurnRelayFunction · 0.65
TestTurnAuthFailureFunction · 0.65
setupDataBlobServerFunction · 0.65
setupSingleNodeTestFunction · 0.65
stopWritersFunction · 0.65
stopClientsFunction · 0.65

Implementers 15

LivekitServerpkg/service/server.go
SignalServerpkg/service/signal.go
IOInfoServicepkg/service/ioservice.go
RedisStorepkg/service/redisstore.go
dynacastQualityAudiopkg/rtc/dynacast/dynacastqualityaudio.
dynacastQualityVideopkg/rtc/dynacast/dynacastqualityvideo.
dynacastQualityNullpkg/rtc/dynacast/interfaces.go
StreamAllocatorpkg/sfu/streamallocator/streamallocato
StreamTrackerPacketpkg/sfu/streamtracker/streamtracker_pa
StreamTrackerFramepkg/sfu/streamtracker/streamtracker_fr
StreamTrackerpkg/sfu/streamtracker/streamtracker.go
StreamTrackerDependencyDescriptorpkg/sfu/streamtracker/streamtracker_dd

Calls

no outgoing calls

Tested by

no test coverage detected