Release IPTV Recorder - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154) +---- Thread: Release IPTV Recorder (/showthread.php?tid=329991) |
RE: IPTV Recorder - pmcnamara - 2019-01-06 (2019-01-06, 15:48)primaeval Wrote:-- I found 7Zip for Android, so I have installed it and am extracting Khang's ffmpeg-3.3.2.tar.bz2; I am unsure what you mean above when you say the version of ffmpeg matches your architecture exactly.(2019-01-06, 15:16)pmcnamara Wrote: I am having troubles understanding how to install FFMpeg on my android box in order to run IPTV Recorder.. I got it to work just as described on my laptop. RE: IPTV Recorder - primaeval - 2019-01-06 (2019-01-06, 17:33)pmcnamara Wrote:Get "Droid Hardware Info" from the Play Store.(2019-01-06, 15:48)primaeval Wrote:-- I found 7Zip for Android, so I have installed it and am extracting Khang's ffmpeg-3.3.2.tar.bz2; I am unsure what you mean above when you say the version of ffmpeg matches your architecture exactly.(2019-01-06, 15:16)pmcnamara Wrote: I am having troubles understanding how to install FFMpeg on my android box in order to run IPTV Recorder.. I got it to work just as described on my laptop. https://play.google.com/store/apps/details?id=com.inkwired.droidinfo&hl=en Look for the CPU Architecure and Instruction Set on this page of the app. https://lh3.googleusercontent.com/t7UNvCaNXUD85WbZxAlSalKbaYqU1QrlIOLT69gUhdU55g12b2O9aMwkKkjCfk3PHA=w1920-h946 Download the Khang ffmpeg release that matches best. https://github.com/Khang-NT/ffmpeg-binary-android/releases RE: IPTV Recorder - pmcnamara - 2019-01-07 (2019-01-06, 17:53)primaeval Wrote:(2019-01-06, 17:33)pmcnamara Wrote:Get "Droid Hardware Info" from the Play Store.(2019-01-06, 15:48)primaeval Wrote: Make sure the version of ffmpeg matches your architecture exactly.-- I found 7Zip for Android, so I have installed it and am extracting Khang's ffmpeg-3.3.2.tar.bz2; I am unsure what you mean above when you say the version of ffmpeg matches your architecture exactly. That worked.. RE: IPTV Recorder - icthruu - 2019-01-07 I'm new to this and I've searched the thread but it goes back a few years and with many changes to KODI it is a bit hard to follow. I've set up the addon and ffmpeg as instructed. I am getting a small json file and a ts file in my record folder but the ts file is not showing that there is any data (0 kb file size) and I am unable to play recordings. The addon seems to think it is recording and my computer is working hard but nothing seems to be happening. As I said I don't have much experience so if you can provide any suggestions it would help. RE: IPTV Recorder - primaeval - 2019-01-07 (2019-01-07, 19:47)icthruu Wrote: I'm new to this and I've searched the thread but it goes back a few years and with many changes to KODI it is a bit hard to follow. I've set up the addon and ffmpeg as instructed. I am getting a small json file and a ts file in my record folder but the ts file is not showing that there is any data (0 kb file size) and I am unable to play recordings. The addon seems to think it is recording and my computer is working hard but nothing seems to be happening. As I said I don't have much experience so if you can provide any suggestions it would help.If you have a .ts file that means that your ffmpeg works. That is a good start. Have a look in the jobs folder for .py files and see if the cmd looks sensible. userdata\addon_data\plugin.video.iptv.recorder\jobs The important bit is the path to ffmpeg and the first url. eg Code: cmd = ['C:\\utils\\ffmpeg.exe', '-i', u'http://dr01-lh.akamaihd.net/i/live/dr01_0@147054/index_3000_av-p.m3u8', eg Code: ffmpeg -i "http://dr01-lh.akamaihd.net/i/live/dr01_0@147054/index_3000_av-p.m3u8" test_output.ts RE: IPTV Recorder - pmcnamara - 2019-01-08 I attempted to edit the settings .xml file to special://home/userdata/ffmeg/ffmpeg.exe which is the location I want to use within my set up. but IPTV Recorder says "ffmpeg.exe not found" IPTV Recorder - ed_davidson01 - 2019-01-08 (2019-01-08, 15:22)pmcnamara Wrote: I attempted to edit the settings .xml file to special://home/userdata/ffmeg/ffmpeg.exe which is the location I want to use within my set up. but IPTV Recorder says "ffmpeg.exe not found" I think you have to use absolute paths not special paths. RE: IPTV Recorder - primaeval - 2019-01-08 (2019-01-08, 15:22)pmcnamara Wrote: I attempted to edit the settings .xml file to special://home/userdata/ffmeg/ffmpeg.exe which is the location I want to use within my set up. but IPTV Recorder says "ffmpeg.exe not found"Have you enabled Hidden Files in Kodi \ Settings \ Media \ General \ enable hidden files and directories special://profile is a better place to start from to get to addon_data in case you have multiple profiles. https://kodi.wiki/view/Special_protocol Check your spelling too: "ffmeg" RE: IPTV Recorder - pmcnamara - 2019-01-08 (2019-01-08, 16:15)ed_davidson01 Wrote:turns out it was the home and the .exe home was already defined inside of special.. and the file is just ffmpeg.. without the file extension.(2019-01-08, 15:22)pmcnamara Wrote: I attempted to edit the settings .xml file to special://home/userdata/ffmeg/ffmpeg.exe which is the location I want to use within my set up. but IPTV Recorder says "ffmpeg.exe not found" so.. special://userdata/ffmpeg/ffmpeg Got it working now. RE: IPTV Recorder - maiers12 - 2019-01-11 Code:
Maybe is a simple problem but I’m totally new to this system. I have an Android tv box with Kodi 17.6 and 8.1 operating system. I’ive installed the plugin but when Kodi starts I receive an error when the plugin try to download the EPG, and int the menu I don’t have any data. I’ve tried several providers with no luck. In the PVR simple client everything works correctly, I see channels and corresponding EPG. Here the Kodi log file: log spam removed - see later posts for links to newer logs - DarrenHill Thank you for tour help RE: IPTV Recorder - primaeval - 2019-01-11 (2019-01-11, 14:41)maiers12 Wrote: 0:36:52.306 T:520042091760 NOTICE: AddOnLog: PVR IPTV Simple Client: Loaded 13099 channels. I can't see any errors directly relating to IPTV Recorder. The 13099 channels are going to cause a lot of problems though. IPTV Recorder uses Python and might not work with so many channels. Someone had a similar problem earlier in this thread. Have a look in the addon_data folder and see if the xmltv and m3u files are actually being downloaded. userdata\addon_data\plugin.video.iptv.recorder Does IPTV Simple Client get its xmltv and m3u directly from an http link or is it first downloaded by an addon? If it is downloaded first you need to increase the startup delay in Settings \ Service. You can make a simpler test xmltv/m3u combination with the "xmltv Meld" addon to see where the problem is. RE: IPTV Recorder - DarrenHill - 2019-01-11 @maiers12 which part of "Do not post logs in the forum. Use https://paste.kodi.tv/ instead." written below the post entry box and above the actual posting button wasn't clear? RE: IPTV Recorder - maiers12 - 2019-01-11 (2019-01-11, 14:53)primaeval Wrote:(2019-01-11, 14:41)maiers12 Wrote: 0:36:52.306 T:520042091760 NOTICE: AddOnLog: PVR IPTV Simple Client: Loaded 13099 channels. Thank you for your answer, increasing the time has you said solve the EPG load problem. I’ve tried several times to do a recording, the process start but what I get is only a zero byte unplayable file. Any suggestion ? Thank you RE: IPTV Recorder - maiers12 - 2019-01-11 (2019-01-11, 16:30)maiers12 Wrote:Here the Kodi lo file when the problem happens(2019-01-11, 14:53)primaeval Wrote:(2019-01-11, 14:41)maiers12 Wrote: 0:36:52.306 T:520042091760 NOTICE: AddOnLog: PVR IPTV Simple Client: Loaded 13099 channels. removed And the corresponding python script removed Sorry for my mistake of the previous post.... Thank you RE: IPTV Recorder - primaeval - 2019-01-12 (2019-01-11, 19:18)maiers12 Wrote:Be careful about posting links with passwords in the url.(2019-01-11, 16:30)maiers12 Wrote:Here the Kodi lo file when the problem happens(2019-01-11, 14:53)primaeval Wrote: I can't see any errors directly relating to IPTV Recorder. Your stream works ok. So that shouldn't be the problem. If you get a .ts file that means that ffmpeg works. Did it create the .pid file? That means ffmpeg ran. /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/userdata/addon_data/plugin.video.iptv.recorder/jobs/bea955d9-15c1-11e9-a77c-6c21a24dd1a0.py.pid Have you got a limit of how many channels you can play at once? |