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

catch-up offset causing kodi crash #949

Open
heidaren0000 opened this issue Jan 31, 2025 · 0 comments
Open

catch-up offset causing kodi crash #949

heidaren0000 opened this issue Jan 31, 2025 · 0 comments

Comments

@heidaren0000
Copy link

heidaren0000 commented Jan 31, 2025

Hi dear devs, I've been using your plugin streaming TV shows for serval months, it's really a fantanstic piece of software, simple but powerful.

Recently i'm trying to add catch up function to my tv sources, the servers are dumped from an ISP TV box, it use offset to time shift and catch up. The URLs are like this:

http://39.136.108.181:6610/shandong_cabletv.tstv.zte.com/223.99.253.7:8081/00/SNM/CHANNEL00000345/1000.m3u8?offsettime=0&zte_bandwidth=1000&m3u8_level=2

Core parameters are:

  • offsettime={offset:1}: shift time seconds from current time. the smallest gap available from server is 10s.
  • CHANNEL00000345: TV id. i hardcoded them in m3u8.

So my sources are like this:

#EXTINF:0 catchup="default" catchup-source="http://39.136.108.181:6610/shandong_cabletv.tstv.zte.com/223.99.253.7:8081/00/SNM/CHANNEL00000313/1000.m3u8?offsettime=120&zte_bandwidth=1000&m3u8_level=2",齐鲁高清
http://ucdn-zte.sd.chinamobile.com:8089/shandong_cabletv.live.zte.com/223.99.253.7:8081/00/SNM/CHANNEL00000313/index.m3u8

however, everytime i trying to drag the play progress bar, Kodi App would crash immediately without any error message. I've tested on both android and macOS

Image

details of the core dump are in this file:

coredump.txt

the m3u8 i made:(servers are only available for my ISP)

dest.txt

I'm on latest kodi(Kodi v21.2 (Omega)) and iptvsimple plugin(21.10.1).

Hope you could help me fix this issue.
Thank you!

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

1 participant