• Welcome to IPTV Community! You need login/register in-order to access forum without restriction.

Raspberry Pi Technical Issues

IPTV Community

Well-Known Member
Staff member
Administrator
Jun 3, 2015
537
1,647
214
iptv.community
Hello,

This thread is dedicated to supporting questions and technical issues regarding Raspberry Pi.
Feel free to submit your questions in order to receive help from other community members.
 
Last edited:

IPTV Community

Well-Known Member
Staff member
Administrator
Jun 3, 2015
537
1,647
214
iptv.community
i'm trying to get RapidIPTV working on my Rpi3
got all working on my pc, but on the Rpi it will not work. Here's a snap of the logfile

somehow it has something to do with Curl not being able to open the url

21:20:55 98.803444 T:1956873136 NOTICE: DVDPlayer: Opening: pvr://channels/tv/All channels/pvr.iptvsimple_1342007777.pvr
21:20:55 98.803726 T:1956873136 WARNING: CDVDMessageQueue(player)::put MSGQ_NOT_INITIALIZED
21:20:55 98.805183 T:1527108592 NOTICE: Creating InputStream
21:20:56 99.787674 T:1527108592 ERROR: CCurlFile::Open failed with code 404 for http://clientportal.link:8080/live/xxx/xxx/4142.ts
21:20:56 99.787819 T:1527108592 ERROR: Open - failed to open source <http://clientportal.link:8080/live/xxx/xxx/4142.ts>
21:20:56 99.787926 T:1527108592 ERROR: CDVDInputStreamPVRManager::Open - error opening [http://clientportal.link:8080/live/xxx/xxx/4142.ts]
21:20:56 99.787987 T:1527108592 ERROR: CDVDPlayer::OpenInputStream - error opening [pvr://channels/tv/All channels/pvr.iptvsimple_1342007777.pvr]
A user with Pi3 wrote this to me:
"You have to install XBian to the raspberry pi 3 and setup as you normally would on any Kodi device.
If I download the .m3u playlist to my NAS and set it as a Local Source (instead of remote url to fetch the list)
it magically loads all the channels with their logos, and most are playing just fine."
BTW you have to download mpeg codec license for your pi3.
 
  • Like
Reactions: Fordwrench

129

Member
Aug 8, 2016
2
0
18
33
Reseller ID
Rpi129
Got ******* WARNING FRAUD **DON'T BUY** PLEASE REPORT TO ADMIN ******* running without any issue on a RPI3 with LibreElec and the mpeg codec out of the box.
 

Plenkske

New Member
Mar 30, 2016
4
7
3
Got ******* WARNING FRAUD **DON'T BUY** PLEASE REPORT TO ADMIN ******* running without any issue on a RPI3 with LibreElec and the mpeg codec out of the box.
I'm also running LibreELEC (alpha number 4 , so Kodi 17) on a RPi3 and I have issues which are explained here:
https://rapidiptv.com/threads/kodi-17-and-1080p-5-1-streams.1970/#post-11608

The main problem is: some dutch HD channels (for example RTL 4) have 5.1 AAC sound. The sound quality is bad, and the video is not smooth, having hickups.


What version of LibreELEC do you have ? If it is with Kodi 16, do you have fast channel switching ?
Did you change any setting to make sure the video is smooth ?
 

ronajon

New Member
Aug 26, 2016
2
0
1
26
just updated to kodi 17 (libreelec 8) and the channel switching is faster.
also now the whole channellist loads. In 16 i experienced out of memory errors

only thing thats not working is that i cannot see of select the groups anymore
 
In regards to slow channel switching - Use HLS output instead of mpegts (sounds like it's ok with mpegts in v17).

For groups, make sure your playlist is downloaded with "options" for the group ids to be present. M3u with options (have a search for this - I can't remember the exact string to put in your playlist URL).

I haven't played around with version 17 however in v16 you just pressed left on your keyboard/remote and it opened up a group selection menu. I think this menu is now displayed just above or near the channels list when you select live tv from within KODI.​
 

wbcmixtape

Member
Reseller
Oct 6, 2016
10
13
28
49
Reseller ID
mixtapeiptv
Can anybody help me to configure RAPID IPTV on a Rasberry Pi 3? Is that possible? What do I need?

Thanks in advance.
 

NsNews

New Member
Nov 2, 2016
3
0
3
54
Raspberry Pi3, LibreElec, and Kodi. Buffering..buffering..buffering. And by buffering, i mean every couple of seconds.

So...I added this from the Kodi Wiki, to increase the amount of RAM Kodi will use, however, when playing, I look at system info, and RAM hoevers around 78-88. Any ideas why? thanks,....

/storage/.kodi/userdata/advancedsettings.xml

Code:
<advancedsettings>
  <network>
    <buffermode>1</buffermode>
    <cachemembuffersize>139460608</cachemembuffersize>
    <readbufferfactor>20</readbufferfactor>
  </network>
</advancedsettings>
 

Cuvillier

Well-Known Member
Active Member
Feb 19, 2016
327
351
213
France, FRA
Reseller ID
cuvillier
Raspberry Pi3, LibreElec, and Kodi. Buffering..buffering..buffering. And by buffering, i mean every couple of seconds.

So...I added this from the Kodi Wiki, to increase the amount of RAM Kodi will use, however, when playing, I look at system info, and RAM hoevers around 78-88. Any ideas why? thanks,....

/storage/.kodi/userdata/advancedsettings.xml

Code:
<advancedsettings>
  <network>
    <buffermode>1</buffermode>
    <cachemembuffersize>139460608</cachemembuffersize>
    <readbufferfactor>20</readbufferfactor>
  </network>
</advancedsettings>
It's not recommended to use this device, as rapidiptv had many complaints from this device, limited. I could suggest to go to Android box
 

NsNews

New Member
Nov 2, 2016
3
0
3
54
Kodi on Ubuntu...buffering, Kodi on Android....buffering, IPTV player on Android....buffering, this was the progression to a Pi3.
 

Sundh

New Member
Feb 1, 2017
6
0
1
im running kodi on pi3 without any problems, runs smooth without any issues.
But i suggest you run it with cable and not over wifi for more smoother play since pi3 cant run over 5ghz

you can also do try this:
disabling amcodec from System - Video (expert setting level) - Acceleration - Allow hardware acceleration (amcodec) - OFF
 
Last edited:

NsNews

New Member
Nov 2, 2016
3
0
3
54
im running kodi on pi3 without any problems, runs smooth without any issues.
But i suggest you run it with cable and not over wifi for more smoother play since pi3 cant run over 5ghz

you can also do try this:
disabling amcodec from System - Video (expert setting level) - Acceleration - Allow hardware acceleration (amcodec) - OFF
Thanks, will give this a try
 

pepi0

New Member
Jan 9, 2017
3
2
8
Hello,

i'm using raspberry pi (ver3 - Libreelect 17.1) during that time i was using a different EPG provider due the known issues.

currently i've selected the new EPG url but Kodi get in a loop each time start to download and process it.