Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
33
type
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
setupSingleNodeTest
Function · 0.65
setupMultiNodeTestWithConfig
Function · 0.65
setupServerWithWebhook
Function · 0.65
TestAutoCreate
Function · 0.65
TestDataPublishSlowSubscriber
Function · 0.65
TestTurnRelay
Function · 0.65
TestTurnAuthFailure
Function · 0.65
setupDataBlobServer
Function · 0.65
setupSingleNodeTest
Function · 0.65
setupMultiNodeTestWithConfig
Function · 0.65
stopWriters
Function · 0.65
stopClients
Function · 0.65
Implementers
15
LivekitServer
pkg/service/server.go
SignalServer
pkg/service/signal.go
IOInfoService
pkg/service/ioservice.go
RedisStore
pkg/service/redisstore.go
dynacastQualityAudio
pkg/rtc/dynacast/dynacastqualityaudio.
dynacastQualityVideo
pkg/rtc/dynacast/dynacastqualityvideo.
dynacastQualityNull
pkg/rtc/dynacast/interfaces.go
StreamAllocator
pkg/sfu/streamallocator/streamallocato
StreamTrackerPacket
pkg/sfu/streamtracker/streamtracker_pa
StreamTrackerFrame
pkg/sfu/streamtracker/streamtracker_fr
StreamTracker
pkg/sfu/streamtracker/streamtracker.go
StreamTrackerDependencyDescriptor
pkg/sfu/streamtracker/streamtracker_dd
Calls
no outgoing calls
Tested by
no test coverage detected