Conversation
Some providers drop raw .ts live connections after a few seconds but serve the same channel fine as HLS. Adds a Live Stream Format dropdown to the XC source editor, saved as liveFormat in xc_data; the live URL builder uses it for the extension. Default stays .ts, existing sources are unchanged.
zahnp4sta
force-pushed
the
xc-live-stream-format
branch
from
September 4, 2026 00:49
4c6e2c4 to
b8c62ef
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Some Xtream providers drop raw
.tslive connections after ~10s no matter which client hits them, while the same channel as.m3u8plays fine. Ran into this with my provider: every live channel died once the initial buffer was gone, VOD worked, so it took a while to figure out.This adds a "Live Stream Format" dropdown (MPEG-TS / HLS) to the XC source editor. It's saved as
liveFormatinxc_dataand the live URL builder uses it for the extension. Default stays.ts, existing sources don't change.Tested on top of
latest: server starts, the dropdown shows up and round-trips through edit. The.m3u8builder line is running on my instance now and the channels that used to stop after ~30s play through.