• 1
  • 5
  • 6
  • 7
  • 8(current)
  • 9
Release IPTV Simple Client recording for Windows Krypton
I'm pretty sure they've limited you to one stream at a time.
I've had at least two streams recording while I watch another.
In my version once the recorded is handed off to ffmpeg Kodi has nothing to do with the stream.
I'm not entirely sure that is the case with the rkubera original version as the pvr.iptvsimple addon connects to the stdout of ffmpeg.
Reply
(2018-04-02, 14:02)primaeval Wrote: I'm pretty sure they've limited you to one stream at a time.
I've had at least two streams recording while I watch another.
In my version once the recorded is handed off to ffmpeg Kodi has nothing to do with the stream.
I'm not entirely sure that is the case with the rkubera original version as the pvr.iptvsimple addon connects to the stdout of ffmpeg.
 that makes sense. Do you think this will be changed so I can record for example ESPN and can watch ESPN at the same time?
Reply
You should be able to watch the recording as it records if you're lucky.
It usually works for me but I get occasional crashes for streams that go through a python addon as a redirection server.
Reply
Any way to get the subtitle in the stream ?
Reply
(2018-09-23, 16:47)ixxe Wrote: Any way to get the subtitle in the stream ?
 No.
@el_gonz87 has been having a lot of success with recording in IPTV Simple Client.
Have you had a look?
https://forum.kodi.tv/showthread.php?tid=326896
Reply
I will have a look.

Still thanx for your work, i use the plugin on libreelec and it works great for most stuff!
Reply
(2018-03-03, 11:32)primaeval Wrote: I know this has been asked for a few times in this forum but I believe this might be the first build of IPTV Simple Client with recording for Windows.

The latest build is 17.0.0-Krypton-Win-Record.
https://github.com/primaeval/pvr.iptvsim...Win-Record
and the zip is
https://github.com/primaeval/pvr.iptvsim...simple.zip

It is based on the pvr.iptvsimple fork from @rkubera.
rtmpdump support has been removed.
Recording is passed off to a background process using ffmpeg.exe which you can get from https://www.ffmpeg.org/download.html

Set the recording path in Settings.
ts is the most reliable ffmpeg file extension to deal with timestamp issues.
The ffmpeg parameters are a simple -c copy.

I expect it will only work on basic stream urls so far.
Extra parameters separated by | or space are simply passed to ffmpeg and won't work.
You could wrap ffmpeg in a script to deal with that until it is fixed.
 This works good. Do you have a setup for android?
Reply
I've still got all my build files on an ubuntu vm for compling for android.
What do you need to know?
There are a lot of steps.

You need to follow this carefully.
https://github.com/xbmc/xbmc/blob/Krypto...ME.android

The Land branch if for android krypton.
https://github.com/primaeval/pvr.iptvsimple/tree/Land
Reply
Is there anyway this could work for Xbox One S?
Reply
(2018-11-20, 07:12)psbguy Wrote: Is there anyway this could work for Xbox One S?
 I have no idea. If it is close to Windows you should be able compile it for Xbox.
You might want to start here:
https://kodi.wiki/view/HOW-TO:Compile_Kodi_for_Windows

Remember this version is for the Krypton branch, not master.

This version has only basic recording.
Keep an eye on @el_gonz87 for full functionality.
https://forum.kodi.tv/showthread.php?tid=326896

Or if you just want to record iptv streams today on any platform try IPTV Recorder:
https://forum.kodi.tv/showthread.php?tid=329991
Reply
Okay, this might be obvious, but playing a stream, is it recording that stream or recording a new stream with FFMpeg?  You are actually downloading twice as much? 

I noticed with the IPTV Recorder you can play the recording while watching, in case you have limited bandwidth at home.

Thx.
Reply
(2019-01-25, 22:19)joerock Wrote: Okay, this might be obvious, but playing a stream, is it recording that stream or recording a new stream with FFMpeg?  You are actually downloading twice as much? 

I noticed with the IPTV Recorder you can play the recording while watching, in case you have limited bandwidth at home.

Thx.
 This addon launches a seperate ffmpeg background process to do the recording.
If you are watching it in IPTV Simple Client at the same time it will double your bandwidth usage.
You might be able to watch it from the recording folder at the same time but it might crash Kodi.
Try to keep to a simple transport stream .ts file type to minimize the possibility of crashing.

I'm not going to do anything more with this addon myself.
Try to get @el_gonz87 addon to compile if you want more features.
Reply
Hello, is there any option to use this addon on Leia?
Reply
(2019-02-07, 16:59)km4lin Wrote: Hello, is there any option to use this addon on Leia?
 No.
There are quite a lot of changes to the internal Kodi pvr libraries in Leia.
Reply
Primaeval, do you know if Gonzalo's plugin for recording IPTV works with 18?  I'm having a heck of a time getting it to compile using Ubuntu and the latest version of Kodi 18.

The instructions aren't as intuitive as hoped.

--jr
Reply
  • 1
  • 5
  • 6
  • 7
  • 8(current)
  • 9

Logout Mark Read Team Forum Stats Members Help
IPTV Simple Client recording for Windows Krypton2