Posts: 2,640
Joined: May 2007
Reputation:
125
If it can be transparent to the user all the better. Asked a few people who use simpleIPTV and they were quite keen on getting timeshift support. Even just what’s in the other addons.
None were even aware of archive but would love to just be able to timeshift their live streams.
Posts: 2,041
Joined: Jan 2015
Reputation:
149
ksooo
Team-Kodi Developer
Posts: 2,041
Team Kodi will not accept iptvsimple with recording support for reasons discussed several times in this forum.
Posts: 2,640
Joined: May 2007
Reputation:
125
If I was to implement timeshift for simpleIPTV would that create a conflict for the change you are trying to do?
Posts: 2,640
Joined: May 2007
Reputation:
125
I’m not familiar with the simpleiptv codebase but will start to have a look.
If it looks easy I’ll see how to implement it.
I can do it as a feature switch to make it possible to use other methods down the line.
Posts: 35
Joined: Jan 2016
Reputation:
6
I'm thinking about adding timer\pseudo-recording support. A user can set a timer on a future show, when the time comes, the recording will be added to the recordings list.
When the user plays it, the stream is opened the same way it would if the user opened it from EPG. So there's nothing being physically recorded, but it allows the user to select the shows they want to watch later and not miss them.
I hope this makes sense.
Posts: 2,041
Joined: Jan 2015
Reputation:
149
ksooo
Team-Kodi Developer
Posts: 2,041
> I hope this makes sense.
This feature makes sense, yes, but I would be really thankful if we do one step after the other instead opening new feature discussions before existing problems are solved.
Posts: 164
Joined: Mar 2012
Reputation:
8
2018-11-07, 21:08
(This post was last modified: 2018-11-07, 21:09 by ultraman.)
ksooo: Could you help me with one very specific problem I have? I'm trying to add demuxer and it basically works. All required function calls happen and playback starts. But i have a problem when I have no more input data and DemuxRead() also returns no data. What I need to do to actually stop playing? Now I see last frame indefinitely on screen and DemuxRead() keeps been called.