Mapping of segmentation descriptor.segmentation_type_id codes to strings
- Dominant language
- TypeScript
- Stars
- 51
- Forks
- 23
- PR merge metrics
- No merged PRs in 30d
Description
Hey guys,
With the following Base64 encoded marker: `/DAsAAAAAAAAAP/wBQb/pczlxQAWAhRDVUVJBY9cfn//AACYb3AOADAAABf3WQg=`
I noticed that when using [this](https://www.middleman.tv/scte35-parser) tool to parse the marker I see:
> segmentation_type_id: "ProviderAdvertisementStart",
whereas with this parser I get:
> segmentationTypeId: 48
It would be nice to have such a feature in the scte35-js parser as well.
Contributor guide
Research direction
Use the supplied Base64 marker as the first reproduction input and trace how the parser produces segmentationTypeId: 48. Compare that result with the linked tool’s ProviderAdvertisementStart label, then locate the parser entry point and any existing segmentation-descriptor tests. Done means the parser exposes the requested string mapping for this marker.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100