Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SegmentTemplate formatting not recognized #388

Open
whitesnakeftw opened this issue May 3, 2024 · 1 comment
Open

SegmentTemplate formatting not recognized #388

whitesnakeftw opened this issue May 3, 2024 · 1 comment

Comments

@whitesnakeftw
Copy link

I have an mpd from Sling TV that has:

<SegmentTemplate timescale="1000" duration="2048" startNumber="22999" initialization="audio/$RepresentationID$/init.mp4" media="audio/$RepresentationID$/$Number%08x$.m4s" presentationTimeOffset="47096746"></SegmentTemplate>

where the $Number%08x$ is not translated properly. It should translate to something like 00006ea4.m4s, but instead N_m3u8DL-RE searches for literally $Number%08x$.m4s obviously not finding anything and yielding a 400 bad request.

Example command: N_m3u8DL-RE --live-pipe-mux --key 5be46121259c40fa809d5d35f69c1a0d:7a30c5538c83d43560f3a517dfaa5f6a https://p-cdn8-d-cg14-linear-cbd46b77.movetv.com/clipslist/18/20240503T010232Z/20240503T033000Z.mpd (mpd needs US VPN)

@bryanyeong97
Copy link

bryanyeong97 commented May 15, 2024

The correct format is:N_m3u8DL-RE.exe "mpdurl" --save-name test --key KID:KEY --live-real-time-merge --live-pipe-mux

under your download folder must be have two software:N_m3u8DL-RE & mp4decrypt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants