mpv-player / mpv-player/mpv

SMIL parsing support

Open
#4,423 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

core:api core:option-param-conf meta:feature-request
Dominant language
C
Stars
37k
Forks
3.5k
Avg merge
1d 10h
Merged PRs (30d)
22

Description

Some video stream URLs are protected with timestamped tokens, making it inconvenient (or impossible) to save URLs for future use. However some streams also publish stream metadata in SMIL format, which already renders the relevant tokens inline.

If mpv would be able to accept and parse SMIL files it could support these streams without the need to care about timestamps or tokens.

One such example can be found at http://ipbc-metadata-rr-d.vidnt.com/live/ipbc/IPBCchannel11LVM/hls/metadata.xml (see the ttl and cdn_token query params in each stream)

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names no files or tests. Start by examining how mpv currently handles stream URLs and metadata, then compare the linked metadata.xml SMIL structure, including ttl and cdn_token query parameters, with supported input formats. Done means mpv can accept and parse such SMIL files and use the resulting stream URLs.

Written by the indexing model from the issue text.

Assessment

Tech stack
c
Domain
cli
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.