Kodi Community Forum

Full Version: IPTV Simple Client recording for Windows Krypton
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9
its my sat to ip server... in this sample... any idea?
(2018-03-24, 17:05)Antaril Wrote: [ -> ]its my sat to ip server... in this sample... any idea?
 Can you play that url in ffplay?
I don't know if all those : are causing problems.
Can Kodi play the url if you just put it in a strm file?
i can stream this file in pvr.iptvsimple. i can switch between all channels. But if i start a record and stop it after a few minutes, i cant tune anymore... it doesnt matter if the stream comes from my intern network or internet stream... 
thx man... you are really good
(2018-03-24, 17:42)Antaril Wrote: [ -> ]i can stream this file in pvr.iptvsimple. i can switch between all channels. But if i start a record and stop it after a few minutes, i cant tune anymore... it doesnt matter if the stream comes from my intern network or internet stream... 
thx man... you are really good
 Have you tried changing the Process function to my one and rebuilding?
Dealing with the ffmpeg data within Kodi on a limited LibreELEC device is asking for trouble in my opinion.
Turn debugging on and see if the memory is expanding too much.
i have used your complete file!! https://github.com/antaril/pvr.iptvsimpl...Thread.cpp
if i start a stream in ssh with command, everything works good!!
thx
(2018-03-24, 18:29)Antaril Wrote: [ -> ]i have used your complete file!! https://github.com/antaril/pvr.iptvsimpl...Thread.cpp
if i start a stream in ssh with command, everything works good!!
thx
 Can you play multiple streams from the same place at the same time?
Just try it on Windows or your main machine.
Sometimes you are limited to one or two at a time.
If the connections aren't getting closed properly your server might be limiting you.
i have tried 2 different streams. the first was "WDR" and the second was "ARD" both HD. i can look on tv WDR and record ARD from ssh.
Then i stopp the record and everything works as good as before! Both streams are internet streams
(2018-03-24, 18:55)Antaril Wrote: [ -> ]i have tried 2 different streams. the first was "WDR" and the second was "ARD" both HD. i can look on tv WDR and record ARD from ssh.
Then i stopp the record and everything works as good as before! Both streams are internet streams
 You might have to try debugging on an easier platform like Windows or desktop Linux although LibreELEC should be good enough.

Is ffmpeg actually getting closed down after the recording finishes and closing the file? https://www.thegeekstuff.com/2012/08/lso...d-examples
Are the ports from the stream actually getting closed. https://www.cyberciti.biz/faq/what-proce...inux-port/

I'm having a similar problem at the moment in my iptv recorder addon where some streams go into a python addon that is acting as a redirect server.
When some streams hang the python httpserver is getting locked up too.
I have to wait for the connection to time out.
That is why I recommend extracting the raw urls instead of going through other servers and pvr programs if possible.
here is ab debug log:

 
Quote:https://pastebin.com/NJtBk8Rz
@Antaril please use PasteBin sites for such longer logs, so as not to bloat the forum database.
ok, sorry
I can't see what you are trying to play. Is it record or just playing the pvr stream?
Turn on ffmpeg logging in Kodi\Logging\Components and compare playing the stream in the pvr with trying to record it.

Compare playing the stream with ffmpeg or ffplay on Windows or your main OS.

There are lots of things that the source of the streams can do to prevent you playing it.
first it was a record, than i want to play other streams after stopping recording! Did you contact rkubera? Perhaps he has an idea?
I've come a long way with my IPTV Recorder addon now so I'll leave this addon to you now. Smile
The thought of compiling this for dozens of devices and Kodi versions isn't very appealing.
You can get a lot further quicker with python.
Hi,

I use Kodi 17.6 on Win 10 (x64)  with your IPTV Simple Client. When I use the EPG to record something it works. But when I try to watch the same channel the same time I recording it, the recording stops. So I can record shows, but I can´t watch them live because then the record stops. I use a IPTV Subscription Service.
Pages: 1 2 3 4 5 6 7 8 9