Welcome to World of IPTV

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?

Forum Rules

Our Rules: Read to avoid getting banned!

Advertising

Introduce Yourself to the World with Us!

Resource Database

Find the newest resources around IPTV!

Account upgrade

Upgrade your account to unlock more benefits!

Info Xuione 1.5.5 works and fixs

chown xui:xui /home/xui/bin/ffmpeg_bin/4.3/ffmpeg

chown xui:xui /home/xui/bin/ffmpeg_bin/4.3/ffprobe

chmod 0550 /home/xui/bin/ffmpeg_bin/4.3/ffmpeg

chmod 0550 /home/xui/bin/ffmpeg_bin/4.3/ffprobe

reboot
Yes not working
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
ldd ffmpeg
not a dynamic executable
not dir: /home/ffmpeg_build
run ./ffmpeg
Code:
 ./ffmpeg
ffmpeg version 6.1.1 Copyright (c) 2000-2023 the FFmpeg developers
  built with gcc 7 (Ubuntu 7.5.0-3ubuntu1~18.04)
  configuration: --prefix=/home/ffmpeg_build --bindir=/home/xui/bin/ffmpeg_bin/4.3 --pkg-config-flags=--static --extra-cflags='-I/home/ffmpeg_build/include -static' --extra-ldflags='-L/home/ffmpeg_build/lib -static' --extra-libs='-lssl -lcrypto -static-libgcc -static-libstdc++ -lx264 -lx265 -lass -lharfbuzz -lgraphite2 -lfontconfig -lexpat -lfreetype -lpng -lfribidi -lz -lbz2 -lgmp -lunistring -lnuma -lpthread -lm -ldl -lrt' --enable-gpl --enable-version3 --enable-nonfree --enable-static --disable-shared --disable-ffplay --disable-debug --disable-doc --enable-openssl --enable-libx264 --enable-libx265 --enable-libmp3lame --enable-libopus --enable-libvorbis --enable-libass --enable-zlib --enable-bzlib --enable-postproc --enable-gray --enable-runtime-cpudetect
  libavutil      58. 29.100 / 58. 29.100
  libavcodec     60. 31.102 / 60. 31.102
  libavformat    60. 16.100 / 60. 16.100
  libavdevice    60.  3.100 / 60.  3.100
  libavfilter     9. 12.100 /  9. 12.100
  libswscale      7.  5.100 /  7.  5.100
  libswresample   4. 12.100 /  4. 12.100
  libpostproc    57.  3.100 / 57.  3.100
Hyper fast Audio and Video encoder
ldd /home/xui/bin/ffmpeg_build/4.3/ffmpeg
 
Hi all,

I'm creating this article, which will serve as a working basis for decoded xuione files.

I'm personally working on version 1.5.5, but I also plan to work on other versions in the future.

Anyone interested in contributing to this work is welcome.

Feel free to request bug fixes if you know of any, or to request the addition of features to the panel.
Remember to edit your posts instead of writing new ones to ensure optimal readability.

To begin, I'm sharing the fix for the unlimited VOD connection bug in version 1.5.5.
This fix limits each user to a single IP address.

*** Hidden text: cannot be quoted. ***




you need to put vod.php in the xui/www/stream folder


Api.php Main bug fix 1.5.5 :




Nginx 1.28 :



ffmpeg 6.1.1 (no GPU) :

*** Hidden text: cannot be quoted. ***




*** Hidden text: cannot be quoted. ***


Congratulations on the work it's already a big step forward in addressing the limitations of VODs.

One important thing to note is that even when the user has multiple connections, the link still doesn't open.

I'm looking into whether I can do something about this and will provide updates soon.
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
Yours ffmpeg and nginx works on xui 1.5.13?
 
Hi, thank you for your time.


I have a problem after updating to version 1.5.13.
My main server (24 cores, 64 GB DDR5 RAM, 4 Gbps connection) is experiencing very high CPU usage.


I tried to investigate the issue. I created a custom PHP-FPM pool template because the default one provided by GTA uses a very large general pool (4 workers). In my my.cnf I also added a configuration to kill sleeping queries, because XUI One 1.5.13 seems to run many more queries but does not kill them properly.


When I checked the logs, I found one error: some clients that request EPG through player_api cause a loop in get_short_epg.


I have already applied an optimized configuration for PHP-FPM, MySQL, and the CPU usage is now below 10%, but as soon as more clients connect to my IPTV panel, CPU usage on the main server spikes again.


I do not host streams on this server, and I am not a beginner in the IPTV world.


I am considering restoring the old player_api.php and epg.php, but I am not sure if that is the solution. The files are obfuscated, so I cannot easily find the part that generates too many pools or leaves queries sleeping.


Could you please help me?
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
Hi, thank you for your time.


I have a problem after updating to version 1.5.13.
My main server (24 cores, 64 GB DDR5 RAM, 4 Gbps connection) is experiencing very high CPU usage.


I tried to investigate the issue. I created a custom PHP-FPM pool template because the default one provided by GTA uses a very large general pool (4 workers). In my my.cnf I also added a configuration to kill sleeping queries, because XUI One 1.5.13 seems to run many more queries but does not kill them properly.


When I checked the logs, I found one error: some clients that request EPG through player_api cause a loop in get_short_epg.


I have already applied an optimized configuration for PHP-FPM, MySQL, and the CPU usage is now below 10%, but as soon as more clients connect to my IPTV panel, CPU usage on the main server spikes again.


I do not host streams on this server, and I am not a beginner in the IPTV world.


I am considering restoring the old player_api.php and epg.php, but I am not sure if that is the solution. The files are obfuscated, so I cannot easily find the part that generates too many pools or leaves queries sleeping.


Could you please help me?
Did you find a solution? The same thing happens to me here and the truth is that the CPU goes up from one moment to the next. I have the main clean, it only uses the DB, but the CPU is horrible and my system crashes.
 
Hai trovato una soluzione? Mi succede la stessa cosa qui e la verità è che la CPU aumenta da un momento all'altro. Ho la pulizia principale, usa solo il database, ma la CPU è pessima e il mio sistema si blocca.
The images TMDB , if you have selected downlaode localhost , have more usage CPU, the encrypt list disable and i Will try to insert index of database for the tables streams and users
 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top