Kodi Community Forum
Req Recording/Timeshift with IPTV simple addon - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+---- Forum: PVR (https://forum.kodi.tv/forumdisplay.php?fid=136)
+---- Thread: Req Recording/Timeshift with IPTV simple addon (/showthread.php?tid=187988)



Recording/Timeshift with IPTV simple addon - qzem - 2014-03-03

Hello developers Smile!

I wonder if it is possible to somehow support iptv recording from xbmc when using IPTV simple addon. There have be a lot of request to the developer of this addon, but, he said it is not possible cause it is not supported in xbmc. I belive this feauter would be great for users of this addon, it is the only important thing missing. In my experiance, programs for iptv that are standalone, and that don't use backend server to show iptv, are much faster and less glitchy than the one with backend server, like Media portal. I have windows and I currently use MulticastTV, which uses vlc libraries, the sam thing vorks with VLC player alone, you just need m3u playlist with ip numbers of channels. The recording works, pausing channel works, etc. And it is quite stable. So my proposal is, if there is any possibility to make this working in XBMC. Channel switching is also faster in VLC, and it never hangs, I can't say this for Media portal and other backend serves. Also such solution is less resource demanding, so it should work with weeker computers aswell.

I really hope that this post will read someone who has the experiance with programming and shares my vision.

Nevertheless thank you all for great software you provide us for free!

Regards,

Q


RE: Recording/Timeshift with IPTV simple addon - qzem - 2014-03-04

So no reply after a day and 70 views. Should I post this under some other section maybe?


RE: Recording/Timeshift with IPTV simple addon - mbc0 - 2014-05-02

I would say so! I am looking for the same thing :-D


RE: Recording/Timeshift with IPTV simple addon - qzem - 2014-05-06

(2014-05-02, 11:28)mbc0 Wrote: I would say so! I am looking for the same thing :-D

I was researching if there is possibiltiy to use vlc api with xbmc, but I gave up. Don't have enough time and skills to learn all the things to get it working. But I belive it is possible...


RE: Recording/Timeshift with IPTV simple addon - numa001 - 2014-09-16

Bump !


RE: Recording/Timeshift with IPTV simple addon - Traker1001 - 2014-10-17

Came across this while poking around the forums and last bump is about month old so ill poke at it. The way I understand it is this is not possible as there is nothing in KODI that allows for the transcoding of media streams.


RE: Recording/Timeshift with IPTV simple addon - Majide - 2015-02-07

+1

This will be a awesome future!


RE: Recording/Timeshift with IPTV simple addon - Marx1 - 2015-02-10

some plugins are able to record, so probably it can be done in plugin


RE: Recording/Timeshift with IPTV simple addon - Traker1001 - 2015-02-20

What plugin is able to record?

And despite my earlier post, +1.


RE: Recording/Timeshift with IPTV simple addon - manül - 2015-02-21

Re. timeshift: In my PVR I'm doing timeshifting on clientside as there's no support on backend. Feel free to grab my timeshift reader:
https://github.com/manuelm/xbmc-pvr-addons/blob/master/addons/pvr.dvbviewer/src/TimeshiftBuffer.cpp + https://github.com/manuelm/xbmc-pvr-addons/blob/master/addons/pvr.dvbviewer/src/TimeshiftBuffer.h


RE: Recording/Timeshift with IPTV simple addon - Gregoire - 2015-02-24

(2015-02-21, 20:13)manül Wrote: Re. timeshift: In my PVR I'm doing timeshifting on clientside as there's no support on backend. Feel free to grab my timeshift reader:
https://github.com/manuelm/xbmc-pvr-addons/blob/master/addons/pvr.dvbviewer/src/TimeshiftBuffer.cpp + https://github.com/manuelm/xbmc-pvr-addons/blob/master/addons/pvr.dvbviewer/src/TimeshiftBuffer.h

Works with dvbviewer *and* iptvsimple addon?