Jump to content


Photo

IPTV Player - development thread


  • This topic is locked This topic is locked
3561 replies to this topic

Re: IPTV Player - development thread #2081 ingo

  • Senior Member
  • 64 posts

0
Neutral

Posted 11 July 2016 - 08:03

@ingo

 

Should be fixed in version "128.01.03.00".

 

Regards,

SSS 

Thank you very much, everything works.

 

Regards, Ingo



Re: IPTV Player - development thread #2082 MastaG

  • Senior Member
  • 1,531 posts

+118
Excellent

Posted 11 July 2016 - 21:15

I've edited the recipe to look like this:

SUMMARY = "exteplayer3 - media player for E2"
DESCRIPTION = "Core of movie player for E2 based on the libeplayer using the ffmpeg solution"
SECTION = "multimedia"
LICENSE = "GPL-2.0"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"

DEPENDS = "ffmpeg"
RDEPENDS_${PN} = "ffmpeg"

SRCREV = "921d3e0958425bc9b202e94b4ecc1d9340fea7e6"
SRC_URI = "git://github.com/samsamsam-iptvplayer/exteplayer3.git;branch=master"

PR = "r4"

S = "${WORKDIR}/git/"

SOURCE_FILES = "main/exteplayer.c"
SOURCE_FILES =+ "container/container.c"
SOURCE_FILES =+ "container/container_ffmpeg.c"
SOURCE_FILES =+ "manager/manager.c"
SOURCE_FILES =+ "manager/audio.c"
SOURCE_FILES =+ "manager/video.c"
SOURCE_FILES =+ "manager/subtitle.c"
SOURCE_FILES =+" output/output_subtitle.c"
SOURCE_FILES =+ "output/output.c"
SOURCE_FILES =+ "output/writer/common/pes.c"
SOURCE_FILES =+ "output/writer/common/misc.c"
SOURCE_FILES =+ "${@base_contains("TARGET_ARCH", "sh4", " \
output/linuxdvb_sh4.c \
output/writer/sh4/writer.c \
output/writer/sh4/aac.c \
output/writer/sh4/ac3.c \
output/writer/sh4/divx2.c \
output/writer/sh4/dts.c \
output/writer/sh4/h263.c \
output/writer/sh4/h264.c \
output/writer/sh4/mp3.c \
output/writer/sh4/mpeg2.c \
output/writer/sh4/pcm.c \
output/writer/sh4/vc1.c \
output/writer/sh4/wma.c \
output/writer/sh4/wmv.c ", " \
output/linuxdvb_mipsel.c \
output/writer/mipsel/writer.c \
output/writer/mipsel/aac.c \
output/writer/mipsel/ac3.c \
output/writer/mipsel/mp3.c \
output/writer/mipsel/pcm.c \
output/writer/mipsel/lpcm.c \
output/writer/mipsel/dts.c \
output/writer/mipsel/amr.c \
output/writer/mipsel/wma.c \
output/writer/mipsel/h264.c \
output/writer/mipsel/h263.c \
output/writer/mipsel/mpeg2.c \
output/writer/mipsel/mpeg4.c \
output/writer/mipsel/divx3.c \
output/writer/mipsel/vc1.c ", d)}"
SOURCE_FILES =+ "playback/playback.c"

do_compile() {
   ${CC} ${SOURCE_FILES} -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I${S}/include -I${D}/${libdir} -I${D}/${includedir} -lpthread -lavformat -lavcodec -lavutil -lswresample -o exteplayer3
}

do_install() {
    install -d ${D}${bindir}
    install -m 0755 ${S}/exteplayer3 ${D}${bindir}
}

 

So it builds for both sh4 and mipsel :)



Re: IPTV Player - development thread #2083 MastaG

  • Senior Member
  • 1,531 posts

+118
Excellent

Posted 12 July 2016 - 09:29

Yep, working great here on sh4.

Dusted of my old spark triplex (spark7162).

 

playing 5002:0:0:0:0:0:0:0:0:0:http%3a//cdn.djing.com/tv/a-05.m3u8:DJING Animation (CDN)

29cm64w.jpg

 

Thanks again samsamsam!



Re: IPTV Player - development thread #2084 klala

  • Member
  • 1 posts

0
Neutral

Posted 13 July 2016 - 21:18

 

Hello,
 
In version "128.01.00.00":
- exteplayer3 for platforms based on CPU ST SH4 has been updated to  v28
This means that version BRCM (mipsel, arm) and ST SH4 use the same base code of the exteplayer3 player:
 
Due to this all functionalities of the exteplayer3 are now available for SH4.
For example:
- internal subtitles
- full HD for youtube (dash format)
- loop video (key 8)
 
Regards,
SSS

 

 

How to open in Windows 8? I dont found the .exe



Re: IPTV Player - development thread #2085 samsamsam

  • Senior Member
  • 2,024 posts

+146
Excellent

Posted 13 July 2016 - 21:41

This is not  application for the Windows. 

This plugin is for the Enigma2.

 

Regards,

SSS


Edited by samsamsam, 13 July 2016 - 21:42.


Re: IPTV Player - development thread #2086 buc61b

  • Senior Member
  • 154 posts

+1
Neutral

Posted 15 July 2016 - 18:50

Hahaha what a trol


Sent from my iPhone using Tapatalk

Re: IPTV Player - development thread #2087 samsamsam

  • Senior Member
  • 2,024 posts

+146
Excellent

Posted 17 July 2016 - 16:13

In version "128.01.08.00":

- new subtitles parser, python module in C, based on VLC subtitles demux 

 

This provide support for many different text subtitles format and also should speed up subtitles parsing.

Available after subparser.so instalation. Without working subparser.so old subtitle parser in python will be used.

 

Regards,

SSS



Re: IPTV Player - development thread #2088 tezak

  • Member
  • 4 posts

0
Neutral

Posted 19 July 2016 - 16:50

Hallo samsamsam,

Can you please
add this site to your great plugin:

http://sklns.com/

 

thanks in advance


Edited by tezak, 19 July 2016 - 16:51.


Re: IPTV Player - development thread #2089 samsamsam

  • Senior Member
  • 2,024 posts

+146
Excellent

Posted 23 July 2016 - 13:34

In version 128.02.00.00:
New version of http://movieshd.is/.

Regards,
SSS



Re: IPTV Player - development thread #2090 samsamsam

  • Senior Member
  • 2,024 posts

+146
Excellent

Posted 24 July 2016 - 14:59

Demonstration how to download subtitles:

 


Edited by samsamsam, 24 July 2016 - 15:00.


Re: IPTV Player - development thread #2091 auxius

  • Senior Member
  • 59 posts

0
Neutral

Posted 26 July 2016 - 11:57

@samsamsam

 

Hi how are you my friend? hope you are doing fine.

 

I just want to report something regarding the host 'cartoons8.me' it seems Admin of that site decided to move to another domain this is his notes to his viewers

 

 

Good news: Hello, I am the admin of Cartoons8, so glad you visited Cartoons8 and stay with us during the past years ^-^! . I want to inform you good news that after more than 3 weeks trying and finally we have completed the changes the web interface, and move the data into the new site. All Anime has been moved to ChiaAnime.co, the cartoon has been moved to 9Cartoon.me. At the same time we have also upgraded our server so you have a better experience. Please visit ChiaAnime.co and 9Cartoon.me to continue watch your favorite movie. Thank you! ^-^! - See more at: http://cartoons8.me/...h.X4jQcQh6.dpuf

It seems they are moving anime videos to 'chiaanime.co' and cartoons to '9cartoon.me'. Just hoping if you have time can you add these 2 host? I appreciate all your hard work improving this plugin.

 

Thank you!



Re: IPTV Player - development thread #2092 samsamsam

  • Senior Member
  • 2,024 posts

+146
Excellent

Posted 26 July 2016 - 20:26

Hello @auxius

As I understand cartoons8.me is not working any more?

 

Regards,

SSS



Re: IPTV Player - development thread #2093 auxius

  • Senior Member
  • 59 posts

0
Neutral

Posted 27 July 2016 - 02:32

Hello @auxius

As I understand cartoons8.me is not working any more?

 

Regards,

SSS

Hello SSS,

 

Yes it's still live but they moved all videos to new host. So obviously in the browser no videos are visible and in plugin 'no links available'.

these are the 2 new hosts 'chiaanime.co' (anime) and '9cartoon.me' (cartoons)

 

Thank you!


Edited by auxius, 27 July 2016 - 02:33.


Re: IPTV Player - development thread #2094 samsamsam

  • Senior Member
  • 2,024 posts

+146
Excellent

Posted 27 July 2016 - 23:33

OK. I will check this at the weekend.

 

Regards,

SSS



Re: IPTV Player - development thread #2095 kookesam

  • Senior Member
  • 151 posts

0
Neutral

Posted 28 July 2016 - 10:47

hello Mister SSS thank you my friends to wonderful plugin



Re: IPTV Player - development thread #2096 samsamsam

  • Senior Member
  • 2,024 posts

+146
Excellent

Posted 28 July 2016 - 23:17

@auxius

 

In version 130.00.00.00:

- new hosts: http://chiaanime.co/, http://cartoons8.me/ have been added

 

Regards,

SSS



Re: IPTV Player - development thread #2097 samsamsam

  • Senior Member
  • 2,024 posts

+146
Excellent

Posted 29 July 2016 - 00:39

I mean http://9cartoon.me/ not old http://cartoons8.me/.

 

Regards,

SSS



Re: IPTV Player - development thread #2098 auxius

  • Senior Member
  • 59 posts

0
Neutral

Posted 30 July 2016 - 12:24

@auxius

 

In version 130.00.00.00:

- new hosts: http://chiaanime.co/, http://cartoons8.me/ have been added

 

Regards,

SSS

I really appreciate your effort to add these, your the best SSS

 

Thank you!



Re: IPTV Player - development thread #2099 doubledip

  • Senior Member
  • 334 posts

+7
Neutral

Posted 31 July 2016 - 11:53

@SSS

 

thank you for fixing o******.co

 

i guess it was difficult this time, but you did it. :)

 

regards



Re: IPTV Player - development thread #2100 samsamsam

  • Senior Member
  • 2,024 posts

+146
Excellent

Posted 31 July 2016 - 12:15

Hello,

 

Yes it was difficult I spent Friday night and whole Saturday.

Anyway, I see that others persons start to copy my solution to KODI plugins, so o******.co probably change something very quickly...

 

Regards,

SSS




6 user(s) are reading this topic

0 members, 6 guests, 0 anonymous users