PVR Simple SQL Client w/ Recording - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: PVR & Live TV Support (https://forum.kodi.tv/forumdisplay.php?fid=167) +--- Thread: PVR Simple SQL Client w/ Recording (/showthread.php?tid=326896) |
RE: IPTV Simple Client w/ HD Recording - Acidnet - 2019-05-08 (2018-01-10, 19:18)el_gonz87 Wrote: UPDATE: Released to public https://github.com/gonzalo-hvega/pvr.iptvsimple Hi el_gonz87 are there any news about a Android version of this great Project? Many thx for your work. cheers RE: IPTV Simple Client w/ HD Recording - Starmanrf - 2019-06-15 Leia version? RE: IPTV Simple Client w/ HD Recording - Theodiefane - 2019-07-24 I would also love to have the Arm port for FireTV Stick! RE: IPTV Simple Client w/ HD Recording - maxpo452 - 2020-02-04 Hi, I saw this project just this week and thought I'd give it a chance, especially since for whatever reason IPTV Recorder didn't work for me. So, seeing that Gonzalo hasn't answered in a while, I took his repo and created my own(based on his ; inception deluxe). I also made some fixes since the code didn't compile, at least not with Leia. There were also some other issues with duration times not being correctly written to the .flv file when recording a stream with no EPG. There were some other Kodi addon implementation specific functions that needed to be imeplemented as well. Anyway, for those interested you can either: clone the repo and play around or I added a .zip-file which is the pre-built addon. NOTE: I did this with Ubuntu 18.04 and Kodi Leia. If you want to do this on your own platform you'll have to clone the repo and build the addon for that specific platform. Link: https://github.com/maxpo452/IPTV-Simple-client-with-recording-for-KODI-Leia Anyway, I hope this helps someone. Have a good one! RE: IPTV Simple Client w/ HD Recording - MrGenius1 - 2020-02-04 (2020-02-04, 20:42)maxpo452 Wrote: Hi, This is AWESOME!!!! Will this work on the LibreElec 9 platform? If not I am willing to pay you to compile it! RE: IPTV Simple Client w/ HD Recording - maxpo452 - 2020-02-05 (2020-02-04, 21:44)MrGenius1 Wrote:Hey,(2020-02-04, 20:42)maxpo452 Wrote: Hi, I haven't used LibreElec, but I assume it's for the Pi? In that case it would need to be re-compiled for ARM. I'll see what I can do in the next couple of days. /Max RE: IPTV Simple Client w/ HD Recording - MrGenius1 - 2020-02-05 (2020-02-05, 00:11)maxpo452 Wrote:(2020-02-04, 21:44)MrGenius1 Wrote:Hey,(2020-02-04, 20:42)maxpo452 Wrote: Hi, I run LibreElec my main box that is x64 but I do have one install that is on the Pi that I'm experimenting with. RE: IPTV Simple Client w/ HD Recording - Jeffers24 - 2020-02-05 (2020-02-05, 00:11)maxpo452 Wrote:(2020-02-04, 21:44)MrGenius1 Wrote:Hey,(2020-02-04, 20:42)maxpo452 Wrote: Hi, Sounds good, thanks. I tried to install it on my android Minix box and it wouldn't install. Looking forward to trying it. RE: IPTV Simple Client w/ HD Recording - dzejms - 2020-02-05 To be honest I was torn between this plugin and IPTV Recorder, but found neither of them reliable enough. Ended up setting TvHeadEnd on my Raspberry Pi3 + TvHeadEnd Client in Kodi. Much better experience. Scheduling recording actually works with no issues. No need to have anything turned on for that except RPI. Can schedule/record either from Kodi or Browser... RE: IPTV Simple Client w/ HD Recording - maxpo452 - 2020-02-05 I think I managed to build it of LibreElec 9.2. There's a "Builds" folder in the repo now containing both the Ubuntu .zip and the LibreElec .zip. You can give it a go and see if it works. Also keep in mind it's for x86 and not ARM or Pi. But since I have the toolchain already setup I would believe it might be pretty fast to compile it for LibreElec for the different Pi versions as well. Anyway, try it and we'll see if it works. RE: IPTV Simple Client w/ HD Recording - reminqo88 - 2020-02-26 (2020-02-05, 19:38)maxpo452 Wrote: I think I managed to build it of LibreElec 9.2. There's a "Builds" folder in the repo now containing both the Ubuntu .zip and the LibreElec .zip. You can give it a go and see if it works. Also keep in mind it's for x86 and not ARM or Pi. But since I have the toolchain already setup I would believe it might be pretty fast to compile it for LibreElec for the different Pi versions as well. Hey Max, could you please build it for Libreelec 9.2 for ARM please? I would like to try it out on my RPi3b+ as it looks very good. Thanks in advance. RE: IPTV Simple Client w/ HD Recording - thecubasekid - 2020-03-05 (2020-02-05, 19:38)maxpo452 Wrote: I think I managed to build it of LibreElec 9.2. There's a "Builds" folder in the repo now containing both the Ubuntu .zip and the LibreElec .zip. You can give it a go and see if it works. Also keep in mind it's for x86 and not ARM or Pi. But since I have the toolchain already setup I would believe it might be pretty fast to compile it for LibreElec for the different Pi versions as well. Thanks for your efforts on this. I am running CoreELEC 9.2 (an AMLogic Chipset focused fork of LibreELEC, generally stuff for LibreELEC works on CoreELEC, as a lot of the code is shared.) The box i am running CoreELEC on is arm based with S905x chipset (i also have some boxes running CoreELEC with S912 chipset, but i have not tried installing on those yet) i just tried there LibreElec 9.2 version, but unfortunately it failed to install - actually it did install, but fails to start (i also tried all the RPi versions with same result) RE: IPTV Simple Client w/ HD Recording - maxpo452 - 2020-03-08 (2020-03-05, 13:19)thecubasekid Wrote:Yep, I know. The LibreElec build system was trolling me a little. The .so-files included in the .zip were somehow for x86, so that's why it doesn't work. The .so-files for ARM were in a different place for some reason . I re-uploaded the Builds-folder, so you can give it a go. I hope everything is correct this time(2020-02-05, 19:38)maxpo452 Wrote: I think I managed to build it of LibreElec 9.2. There's a "Builds" folder in the repo now containing both the Ubuntu .zip and the LibreElec .zip. You can give it a go and see if it works. Also keep in mind it's for x86 and not ARM or Pi. But since I have the toolchain already setup I would believe it might be pretty fast to compile it for LibreElec for the different Pi versions as well. RE: IPTV Simple Client w/ HD Recording - thecubasekid - 2020-03-10 (2020-03-08, 15:17)maxpo452 Wrote:Thanks for trying again, i just tried but still error im afraid - i get the below when updating(2020-03-05, 13:19)thecubasekid Wrote:Yep, I know. The LibreElec build system was trolling me a little. The .so-files included in the .zip were somehow for x86, so that's why it doesn't work. The .so-files for ARM were in a different place for some reason . I re-uploaded the Builds-folder, so you can give it a go. I hope everything is correct this time(2020-02-05, 19:38)maxpo452 Wrote: thI think I managed to build it of LibreElec 9.2. There's a "Builds" folder in the repo now containing both the Ubuntu .zip and the LibreElec .zip. You can give it a go and see if it works. Also keep in mind it's for x86 and not ARM or Pi. But since I have the toolchain already setup I would believe it might be pretty fast to compile it for LibreElec for the different Pi versions as well. ERROR: Unable to load /storage/.kodi/addons/pvr.iptvsimple/pvr.iptvsimple.so.4.0.1, reason: /storage/.kodi/addons/pvr.iptvsimple/pvr.iptvsimple.so.4.0.1: wrong ELF class: ELFCLASS64 by the way although the chip set / CoreELEC is x64 version, it appears to be running x86 Kodi as i see the below printed on startup... Starting Kodi (18.5 Git:cf5ad23bf0c35c78e81f1ae65e47514cbd7e1aec). Platform: Linux ARM 32-bit 2020-03-10 12:21:30.147 T:4087914512 NOTICE: Using Release Kodi x32 build 2020-03-10 12:21:30.147 T:4087914512 NOTICE: Kodi compiled 2019-11-27 by GCC 8.3.0 for Linux ARM 32-bit version 3.14.29 (200221) 2020-03-10 12:21:30.147 T:4087914512 NOTICE: Running on CoreELEC (official): 9.2.1, kernel: Linux ARM 64-bit version 3.14.29 aarch64 2020-03-10 12:21:30.147 T:4087914512 NOTICE: FFmpeg version/source: 4.0.4-Kodi RE: IPTV Simple Client w/ HD Recording - thecubasekid - 2020-03-11 (2020-03-10, 18:01)thecubasekid Wrote:Update! it seems i got my zips mixed up, too many pvr.iptvsimple zips (i tried lots of versions looking for something that will record, but more importantly for me pause Live TV!') Anyhow i got it installed and running and i now see a recording Icon yey!!!(2020-03-08, 15:17)maxpo452 Wrote:Thanks for trying again, i just tried but still error im afraid - i get the below when updating(2020-03-05, 13:19)thecubasekid Wrote: Thanks for your efforts on this. I am running CoreELEC 9.2 (an AMLogic Chipset focused fork of LibreELEC, generally stuff for LibreELEC works on CoreELEC, as a lot of the code is shared.) The box i am running CoreELEC on is arm based with S905x chipset (i also have some boxes running CoreELEC with S912 chipset, but i have not tried installing on those yet)Yep, I know. The LibreElec build system was trolling me a little. The .so-files included in the .zip were somehow for x86, so that's why it doesn't work. The .so-files for ARM were in a different place for some reason . I re-uploaded the Builds-folder, so you can give it a go. I hope everything is correct this time unfortunately i cant get it to record, i created a folder that Kodi has write privileges to and pointed to it in the addon config, but when i try to record it just blinks for a moment and does not record. I get the below in kodi log 'Path to ffmpeg binary is not set. Please change addon configuration' i looked in config, and the only options i see to set paths are; 'path to avconv binary' 'path to ffprobe binary' i have no idea what i should set or what the paths should be. i believe ffmpeg is in CoreELEC, and i also installed the Libre/CoreELEC addon 'ffmpeg tools' that i believe includes ffprobe, but not sure what i do next. do you know what i should be putting in the needed fields in config, or how i ascertain what the correct paths are? i can get in with putty on ssh if there are commands i could run that may tell me the paths? Thanks!!! |