Thank you very much for this precise and very useful answer.
yes, I want to test the 4K which I find too slow on my rpi4.
Thanks
Is there a card that is able under LE to read 4K without lag ?
Thank you very much for this precise and very useful answer.
yes, I want to test the 4K which I find too slow on my rpi4.
Thanks
Is there a card that is able under LE to read 4K without lag ?
hello,
I just got an N2+.
I'm used to raspberries, but i start on the N2
LibreELEC-AMLGX.arm-10.85.0-odroid-n2.img.gz i know what to do
But ... u-boot.bin-odroid-n2
what do i do with this file ?
someone has a link to a tutorial to start from an N2 from scratch ?
Thanks
Return of this problem.
openelec can no longer read m3u8.
4 days ago still working?
I have difficulties to understand ?
the video player is updated by itself?
thank you
I finally solved the issue, and as I supposed, it was the User-Agent that for unknown reason was refuse by the server, so not Kodi issue.
To solve the issue, I have to download the m3u file and edit it. on each channel I added the following string at the end: |User-Agent=VLC
So, links look like now:
Quote:#EXTM3U
#EXTINF:-1,Channel 1
1.ts|User-Agent=VLC
#EXTINF:-1,Channel 2
2.ts|User-Agent=VLC
....
Then load the file into PVR Simple client and it works.
hello,
howto change header on ccurl ?
i try create .curlrc but not work...
i reproduce the error with curl and i solve it.
LibreELEC:~ # curl -v 96.ts
* Trying xx.xx.xx.xx...
* TCP_NODELAY set
* Connected to panel.globepremium.com (xx.xx.xx.xx) port 8000 (#0)
> GET /live/xxxxx/xxxx/96.ts HTTP/1.1
> Host: panel.xxxxx.com:8000
> User-Agent: curl/7.58.0
> Accept: */*
>
< HTTP/1.1 401 Unauthorized
< Server: nginx
< Date: Sat, 30 Jun 2018 15:22:54 GMT
< Content-Type: text/html; charset=UTF-8
< Connection: close
< Access-Control-Allow-Origin: *
<
* Closing connection 0
and solve this with
LibreELEC:~ # curl -v -H "User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.89 Safari/537.36" 96.ts
* Trying xx.xx.xx.xx...
* TCP_NODELAY set
* Connected to panel.xxxxx.com (xx.xx.xx.xx) port 8000 (#0)
> GET /live/toto/xxxxx/96.ts HTTP/1.1
> Host: panel.xxxxx.com:8000
> Accept: */*
> User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.89 Safari/537.36
>
< HTTP/1.1 302 Found
< Server: nginx
< Date: Sat, 30 Jun 2018 15:23:02 GMT
< Content-Type: text/html; charset=UTF-8
< Connection: close
< Access-Control-Allow-Origin: *
< Location: 96.ts?token=shrx==
<
* Closing connection 0
hello mulhouse.
before upgrape : work
16:23:44.580 T:1945513984 NOTICE: VideoPlayer: Opening: pvr://channels/tv/Toutes les chaînes/pvr.iptvsimple_1622561168.pvr
16:23:44.580 T:1945513984 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
16:23:44.581 T:1471869856 NOTICE: Creating InputStream
16:23:45.619 T:1471869856 NOTICE: Creating Demuxer
16:23:46.490 T:1471869856 NOTICE: Opening stream: 0 source: 256
16:23:46.490 T:1471869856 NOTICE: Creating video codec with codec id: 28
16:23:46.490 T:1471869856 NOTICE: CDVDVideoCodecFFmpeg::Open() Using codec: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
16:23:46.491 T:1471869856 NOTICE: Creating video thread
16:23:46.491 T:1332609952 NOTICE: running thread: video_thread
16:23:46.491 T:1471869856 NOTICE: Opening stream: 1 source: 256
16:23:46.491 T:1471869856 NOTICE: Finding audio codec for: 86018
16:23:46.493 T:1471869856 NOTICE: Creating audio thread
16:23:46.493 T:1324221344 NOTICE: running thread: CVideoPlayerAudio::Process()
16:23:46.533 T:1471869856 NOTICE: Opening stream: 0 source: 256
16:23:46.534 T:1471869856 NOTICE: Creating video codec with codec id: 28
16:23:46.542 T:1471869856 NOTICE: Opening stream: 1 source: 256
16:23:46.544 T:1324221344 NOTICE: Creating audio stream (codec id: 86018, channels: 2, sample rate: 48000, no pass-through)
16:23:47.098 T:1332609952 WARNING: CRenderManager::WaitForBuffer - timeout waiting for buffer
16:23:50.809 T:1598813088 NOTICE: AddOnLog: PVR IPTV Simple Client: EPG Loaded.
after upgrade not work
16:22:24.545 T:1939596096 NOTICE: VideoPlayer::OpenFile: pvr://channels/tv/Toutes les chaînes/pvr.iptvsimple_1622561168.pvr
16:22:24.550 T:1801425776 NOTICE: Creating InputStream
16:22:24.830 T:1801425776 ERROR: CCurlFile::FillBuffer - Failed: HTTP returned error 401
16:22:24.830 T:1801425776 ERROR: CCurlFile::Open failed with code 401 for 96.ts:
16:22:24.903 T:1801425776 ERROR: CCurlFile::FillBuffer - Failed: HTTP returned error 401
16:22:24.903 T:1801425776 ERROR: CCurlFile::Open failed with code 401 for 96.ts:
16:22:24.904 T:1801425776 ERROR: Open - failed to open source <96.ts>
16:22:24.904 T:1801425776 ERROR: CVideoPlayer::OpenInputStream - error opening [pvr://channels/tv/Toutes les chaînes/pvr.iptvsimple_1622561168.pvr]
16:22:24.904 T:1801425776 NOTICE: CVideoPlayer::OnExit()
a idea ?
do you need other tests or other log?
thanks
hello,
On raspbery 3
i test LibreELEC-RPi2.arm-9.0-Milhouse-201806xxx....
last test :LibreELEC-RPi2.arm-9.0-Milhouse-20180624232555-#0624-g7eb9981.tar
the IPTV SIMPLE CLIENT PVR plugin does not work.
(the TV channel in the m3u is displayed in the TV heading, but not playable)
Am I in the right section of the forum ?
is there another plugin that can make iptv from a simple m3u?
Thanks
The cdl.mu3 play ok.
rename cdl.m3u to cdl.m3u8 and not play.
if the m3u8 contain m3u8, file not play on libreelec.
play on openelec...
I found...
not the solution, but the problem ...
a m3u8 does not work if it contains a m3u8.
a m3u can contain a m3u8.
but a m3u8 does not work if he himself contains a m3u8
on openelec a m3u8 can contain a m3u8.
it is a problem of recursiveness.
but I do not know what to do or look to fix that?
i test with LibreELEC-RPi2.arm-9.0-Milhouse-20180607210748-%230607-g8a0bf6c.tar and same case.
m3u8 not work ....... heeelpppppp.....
the zip file is not an extension.
it does not have a file addon.xml.
openelec play m3u8, but I do not know how he does it.
hello,
i download this : GitHub - globocom/m3u8: Python m3u8 Parser for HTTP Live Streaming (HLS) Transmissions
and non addon.xml
the installation is impossible.
how to install this on my libreelec ?
thanks
WHaouuuuu !!!!!
Blueribb !!!
sorry, because I thought your idea was stupid.
But, I still try... AND I'm stupid
it works !!!
thank you very much, but I do not understand...
My issue is the following...
on my tv catchup, the content is in m3u8
for my test I could change the m3u8 to m3u.
this brings up the list of all TV streams that are in the m3u8
And everything works !!!!
but I can not do that on my tv catchup.
how to make libreelec read the m3u8?
Openelec read the m3u8.
but libreelec no ??
I miss a plugin?
Blueribb
Thanks Thanks Thanks....
hello,
On rapsbery 3 and libreelec 8.2.5. kodi not play m3u8.
cdl.zip sample.
On rapsbery 3 and openelec this m3u8 play.
i have InputStream Adaptative AND RTPM Input enabled.
il my log...
09:09:19.254 T:1945001984 NOTICE: VideoPlayer: Opening: 177419098-1528386524.m3u8:fra:francais&audiotrack=0:fra:francais
09:09:19.254 T:1945001984 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
09:09:19.268 T:1458566048 NOTICE: Creating InputStream
09:09:24.399 T:1458566048 NOTICE: Creating Demuxer
09:09:55.258 T:1458566048 ERROR: OpenDemuxStream - Error creating demuxer
09:09:55.258 T:1458566048 NOTICE: CVideoPlayer::OnExit()
I can not use the replay tv on libreelec, because 80% of content is muu8.
Thank you in advance for your help