FTL: Collect metadata about the stream
- Dominant language
- Go
- Stars
- 40
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
Fields normally used are:
```
type StreamMetadata struct {
AudioCodec string
IngestServer string
IngestViewers int
LostPackets int
NackPackets int
RecvPackets int
SourceBitrate int
SourcePing int
StreamTimeSeconds int
VendorName string
VendorVersion string
VideoCodec string
VideoHeight int
VideoWidth int
}
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the FTL stream-handling entry point and references to StreamMetadata. Determine how the listed audio, video, ingest, packet, bitrate, timing, and vendor fields can be collected. Done means the metadata is populated for an FTL stream and the relevant behavior is covered by existing or added tests; the issue names no files or tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- audio-video-rtc, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100