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 #1861 gorski

  • Senior Member
  • 1,699 posts

+46
Good

Posted 21 May 2016 - 18:23

The only message in that regard that I saw was 1.0.0 - on PBNIGMA, two OpenATV in more box than one...

 

And of course I don't know exactly what it does and why, as I am not a coder but I can report back exactly what I saw...

 

Btw, I have no idea which version of ffmpeg AZbug HD needs... Anyone has a good idea, please?


<span style='font-family: comic sans ms,cursive'>"Enlightenment is man's emergence from his self-incurred immaturity. Immaturity is the inability to use one's own understanding without the guidance of another. This immaturity is self-incurred if its cause is not lack of understanding, but lack of resolution and courage to use it without the guidance of another. The motto of enlightenment is therefore: Sapere aude! Have courage to use your own understanding!</span><br /> <br /><span style='font-family: comic sans ms,cursive'>Laziness and cowardice are the reasons why such a large proportion of men, even when nature has long emancipated them from alien guidance..." I. Kant, "Political writings" (1784)</span><br /> <br /><span style='font-family: comic sans ms,cursive'><a class='bbc_url' href='<a class='bbc_url' href='http://eserver.org/p...lightenment.txt'>http://eserver.org/p...ent.txt</a>'><a class='bbc_url' href='http://www.english.upenn.edu/~mgamer/Etexts/kant.html</a>'>http://www.english.upenn.edu/~mgamer/Etexts/kant.html</a></a> - the jolly text on Enlightenment, at the basis of Modernity...</span>

Re: IPTV Player - development thread #1862 samsamsam

  • Senior Member
  • 2,024 posts

+146
Excellent

Posted 21 May 2016 - 19:16

I do not know what you saw.

I gave the recipe how to check the version of OpenSSL in the image:

 grep OPENSSL /usr/lib/libssl.so.1.0.0


Re: IPTV Player - development thread #1863 gorski

  • Senior Member
  • 1,699 posts

+46
Good

Posted 21 May 2016 - 20:05

Of course you do not know, you do not have those boxes, hence I give feedback...

 

Thanx, I shall check additionally and report back...


<span style='font-family: comic sans ms,cursive'>"Enlightenment is man's emergence from his self-incurred immaturity. Immaturity is the inability to use one's own understanding without the guidance of another. This immaturity is self-incurred if its cause is not lack of understanding, but lack of resolution and courage to use it without the guidance of another. The motto of enlightenment is therefore: Sapere aude! Have courage to use your own understanding!</span><br /> <br /><span style='font-family: comic sans ms,cursive'>Laziness and cowardice are the reasons why such a large proportion of men, even when nature has long emancipated them from alien guidance..." I. Kant, "Political writings" (1784)</span><br /> <br /><span style='font-family: comic sans ms,cursive'><a class='bbc_url' href='<a class='bbc_url' href='http://eserver.org/p...lightenment.txt'>http://eserver.org/p...ent.txt</a>'><a class='bbc_url' href='http://www.english.upenn.edu/~mgamer/Etexts/kant.html</a>'>http://www.english.upenn.edu/~mgamer/Etexts/kant.html</a></a> - the jolly text on Enlightenment, at the basis of Modernity...</span>

Re: IPTV Player - development thread #1864 ingo

  • Senior Member
  • 64 posts

0
Neutral

Posted 22 May 2016 - 09:59

@SSS

I installed a feed IPK HDMU ffmpeg_3.0-r0_mips32el.ipk:

root@azboxhd:~# grep OPENSSL /usr/lib/libssl.so.1.0.0
OPENSSL_cleanse
OPENSSL_DIR_read
OPENSSL_DIR_end
OPENSSL_1.0.2d
OPENSSL_1.0.2g
OPENSSL_DIR_read(&ctx, '
OPENSSL_malloc Error
root@azboxhd:~# ffmpeg -version
ffmpeg version 3.0 Copyright © 2000-2016 the FFmpeg developers
built with gcc 5.3.0 (GCC)
configuration: --disable-stripping --enable-pic --enable-shared --enable-pthreads --cross-prefix=mipsel-oe-linux- --ld='mipsel-oe-linux-gcc -mel -mabi=32 -mhard-float -march=mips32 --sysroot=/home/bonkel/hdmusystemmips/build/tmp/sysroots/azboxhd' --arch=mipsel --target-os=linux --enable-cross-compile --extra-cflags=' -Os -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/bonkel/hdmusystemmips/build/tmp/work/mips32el-oe-linux/ffmpeg/3.0-r0=/usr/src/debug/ffmpeg/3.0-r0 -fdebug-prefix-map=/home/bonkel/hdmusystemmips/build/tmp/sysroots/x86_64-linux= -fdebug-prefix-map=/home/bonkel/hdmusystemmips/build/tmp/sysroots/azboxhd= -mel -mabi=32 -mhard-float -march=mips32 --sysroot=/home/bonkel/hdmusystemmips/build/tmp/sysroots/azboxhd' --extra-ldflags='-Wl,-O1 -Wl,--as-needed' --sysroot=/home/bonkel/hdmusystemmips/build/tmp/sysroots/azboxhd --enable-hardcoded-tables --libdir=/usr/lib --shlibdir=/usr/lib --datadir=/usr/share/ffmpeg --disable-mipsdsp --disable-mipsdspr2 --enable-avcodec --enable-avdevice --enable-avfilter --enable-avformat --disable-avresample --enable-bzlib --disable-libfaac --enable-gpl --disable-libgsm --disable-indev=jack --disable-libvorbis --enable-lzma --disable-libmp3lame --disable-openssl --enable-postproc --disable-libschroedinger --disable-libspeex --enable-swresample --enable-swscale --enable-libtheora --disable-vaapi --disable-libvpx --disable-x11grab --enable-libx264 --disable-outdev=xv
libavutil      55. 17.103 / 55. 17.103
libavcodec     57. 24.102 / 57. 24.102
libavformat    57. 25.100 / 57. 25.100
libavdevice    57.  0.101 / 57.  0.101
libavfilter     6. 31.100 /  6. 31.100
libswscale      4.  0.100 /  4.  0.100
libswresample   2.  0.101 /  2.  0.101
libpostproc    54.  0.100 / 54.  0.100
root@azboxhd:~#

exteplayer3 starts and runs well. When you try to make a FWD / REW, exteplayer3 crashes (playback stops).

What could be the reason?

 

AzBox Premium HD, HDMU_15423 (GST 1.8.0, Phyton 2.7.11)

Attached Files

  • Attached File  log.zip   6.97KB   3 downloads


Re: IPTV Player - development thread #1865 samsamsam

  • Senior Member
  • 2,024 posts

+146
Excellent

Posted 22 May 2016 - 11:48

@ingo

 

At first your libs are not good because of: 


--disable-openssl

 

Logs from IPTVPlayer will not  say anything. 

 

You use SEEK not FWD/REW.  

Please try free jump left/right from rose and check if behavior is the same.

 

Regards,

SSS



Re: IPTV Player - development thread #1866 ingo

  • Senior Member
  • 64 posts

0
Neutral

Posted 22 May 2016 - 13:06

@ingo

 

At first your libs are not good because of: 

 


--disable-openssl

 

Waiting compiled version, without libbz2.

 

You use SEEK not FWD/REW.  

Please try free jump left/right from rose and check if behavior is the same.

The behavior is the same (exteplayer3 stops).

 

exteplayer 3 does not work on a resource SovDub (gstplayer plays good)

Attached Files



Re: IPTV Player - development thread #1867 samsamsam

  • Senior Member
  • 2,024 posts

+146
Excellent

Posted 22 May 2016 - 13:44

Once again logs from IPTVPlayer will not shown problem in external player or ffmpeg libs.

SovDub works wthout any problem on my STB with exteplayer3.

 

I have no azboxhd, so hard say if the problem are wrong compiled ffmpeg libs or there is need changes in the exteplayer3.

Without STB it can not be checked. 

 

What is returned by cmd:

cat /proc/cpuinfo

?

 

Regards,

SSS



Re: IPTV Player - development thread #1868 jhonc

  • Member
  • 23 posts

0
Neutral

Posted 22 May 2016 - 14:10

hello,

 

streamliveto not working: no valid links available.

the website is ok.

 

thanks



Re: IPTV Player - development thread #1869 samsamsam

  • Senior Member
  • 2,024 posts

+146
Excellent

Posted 22 May 2016 - 14:16

And? Maybe something like that: "Can you please check..."
?


Re: IPTV Player - development thread #1870 samsamsam

  • Senior Member
  • 2,024 posts

+146
Excellent

Posted 22 May 2016 - 14:23

You say that on website it is working but I have message:


You have reached the limit today. Please wait until tomorrow to continue watching. Or you can upgrade to Premium for unlimited viewing. Or you can get more FREE credits here



Re: IPTV Player - development thread #1871 jhonc

  • Member
  • 23 posts

0
Neutral

Posted 22 May 2016 - 15:15

sorry,

 

 

it is working if you do de step like this : click on website image link and it showing the message :   Get free credit to watch more

you can get 10 free credits by simply clickin Submit .Maximum free credits is 20  .

after input letter for robot check is ok.

 

thanks for support.



Re: IPTV Player - development thread #1872 samsamsam

  • Senior Member
  • 2,024 posts

+146
Excellent

Posted 22 May 2016 - 15:31

In version "127.00.10.00" streams should works but you need get credits via browser on PC.

I will try to add possibility to get credits on STB later.

 

Regards,

SSS



Re: IPTV Player - development thread #1873 ingo

  • Senior Member
  • 64 posts

0
Neutral

Posted 22 May 2016 - 17:55

Once again logs from IPTVPlayer will not shown problem in external player or ffmpeg libs.

SovDub works wthout any problem on my STB with exteplayer3.

 

I have no azboxhd, so hard say if the problem are wrong compiled ffmpeg libs or there is need changes in the exteplayer3.

Without STB it can not be checked. 

 

What is returned by cmd:

cat /proc/cpuinfo

?

 

Regards,

SSS

root@azboxhd:~# cat /proc/cpuinfo
system type             : Sigma Designs TangoX
SMP8XXX Chip ID         : 8634
SMP8XXX Rev ID          : 86
System bus frequency    : 200250000 Hz
CPU frequency           : 300375000 Hz
DSP frequency           : 300375000 Hz

processor               : 0
cpu model               : MIPS 4KEc V6.9
BogoMIPS                : 299.82
wait instruction        : yes
microsecond timers      : yes
tlb_entries             : 32
extra interrupt vector  : yes
hardware watchpoint     : yes, count: 4, address/irw mask: [0x0fff, 0x0fff, 0x0fff, 0x0fff]
ASEs implemented        : mips16
shadow register sets    : 1
kscratch registers      : 0
core                    : 0
VCED exceptions         : not available
VCEI exceptions         : not available

root@azboxhd:~#



Re: IPTV Player - development thread #1874 samsamsam

  • Senior Member
  • 2,024 posts

+146
Excellent

Posted 22 May 2016 - 20:30

sorry,

 

 

it is working if you do de step like this : click on website image link and it showing the message :   Get free credit to watch more

you can get 10 free credits by simply clickin Submit .Maximum free credits is 20  .

after input letter for robot check is ok.

 

thanks for support.

 

In version "127.00.11.00" there is possibility to get free credits directly from plugin.

 

Regards,

SSS 



Re: IPTV Player - development thread #1875 samsamsam

  • Senior Member
  • 2,024 posts

+146
Excellent

Posted 23 May 2016 - 02:04

From version "127.00.14.00":

- materials from host http://fs.to/ should be also available for users outside Ukraine
 
This host provides materials with very high quality.
 
Regards,
SSS


Re: IPTV Player - development thread #1876 fankoosh

  • Senior Member
  • 198 posts

+6
Neutral

Posted 23 May 2016 - 09:10

@SSS can u look & check if possible to add the following sports & entertainment website , thanx "liveonlinetv247.info" , in mean time some antivirus will report it is harmful potentially unwanted url , but it is ok as long as everyone has antivirus software installed in his pc , no harmfull here


Edited by fankoosh, 23 May 2016 - 09:12.


Re: IPTV Player - development thread #1877 Виталий 59

  • Member
  • 5 posts

0
Neutral

Posted 23 May 2016 - 13:58

Dear samsamsam, Thank you for your host
fs.to to Russia, but have a request to make
Add to Favourites function and also
Online fs.to have subtitles, do please:
Selecting a subtitle as on other foreign sites.
That would be happiness.
thanks again.



Re: IPTV Player - development thread #1878 samsamsam

  • Senior Member
  • 2,024 posts

+146
Excellent

Posted 23 May 2016 - 16:30

@\Виталий 59

Favorites will not be possible for this site. 

Please provide example movie which have subtitles in the web browser on fs.to.

So, I will be able to check.

 

Regards,

SSS


Edited by samsamsam, 23 May 2016 - 16:31.


Re: IPTV Player - development thread #1879 fankoosh

  • Senior Member
  • 198 posts

+6
Neutral

Posted 24 May 2016 - 10:46

@SSS , i need to know in case if i have a stream link from cast4u or hdcast server , how i can add this link & watch them from ur plugin , u already added an extractor to both servers , but is it possible to let plugin play a pageurl from those server & extract & play stream link?



Re: IPTV Player - development thread #1880 fankoosh

  • Senior Member
  • 198 posts

+6
Neutral

Posted 24 May 2016 - 10:53

ok i forgot about it coz long time didnt use this method , i got what i asked for by inserting links in urllist.txt




7 user(s) are reading this topic

0 members, 7 guests, 0 anonymous users