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!
Resource icon

Resource FFmpeg N-100740-g6f0881f458 git-2020-12-10-31e8209

Register & Get access to index
bro this ffmepg support srt input in xc code ?
 
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 all,

Anyone can confirms if this new FFMPEG have srt protocol inputs?

Thank you.
 
there are a lot of compilation options that are missing, are you sure that this parameter works with the panel?

original

Code:
/home/xtreamcodes/iptv_xtream_codes/bin/ffmpeg -version
ffmpeg version N-92517-gd0f5942-Xtream-Codes Copyright (c) 2000-2018 the FFmpeg developers
built with gcc 6.5.0 (Ubuntu 6.5.0-2ubuntu1~14.04.1) 20181026
configuration: --prefix=/root/FFmpeg/target --extra-cflags='-I/root/FFmpeg/target/include -static' --extra-ldflags='-L/root/FFmpeg/target/lib -lm -static' --extra-version=Xtream-Codes --disable-debug --disable-shared --enable-libx265 --enable-static --extra-cflags=--static --disable-ffplay --disable-doc --enable-librtmp --enable-gpl --enable-pthreads --enable-postproc --enable-libass --enable-gray --enable-runtime-cpudetect --enable-libfreetype --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-gnutls --enable-libx264 --enable-libxvid --enable-bzlib --enable-fontconfig --enable-zlib --enable-version3 --enable-libvpx --enable-libxavs --extra-libs='-lsupc++ -lstdc++ -lrtmp -lgmp -lssl -lcrypto -lz -ldl -lm -lpthread -lunistring'
libavutil      56. 23.101 / 56. 23.101
libavcodec     58. 39.100 / 58. 39.100
libavformat    58. 22.100 / 58. 22.100
libavdevice    58.  6.100 / 58.  6.100
libavfilter     7. 46.100 /  7. 46.100
libswscale      5.  4.100 /  5.  4.100
libswresample   3.  4.100 /  3.  4.100
libpostproc    55.  4.100 / 55.  4.100


version provided

Code:
ff/ffmpeg -version
ffmpeg version N-100740-g6f0881f458-lio Copyright (c) 2000-2021 the FFmpeg developers
built with gcc 9 (Ubuntu 9.3.0-17ubuntu1~20.04)
configuration: --prefix=/root/xcff/ffmpeg-static/target --pkg-config-flags=--static --extra-cflags=-I/root/xcff/ffmpeg-static/target/include --extra-ldflags=-L/root/xcff/ffmpeg-static/target/lib --extra-libs='-lpthread -lm -lz' --extra-ldexeflags=-static --bindir=/root/xcff/ffmpeg-static/bin --enable-pic --enable-ffplay --enable-fontconfig --enable-frei0r --enable-gpl --enable-version3 --enable-libass --enable-libfribidi --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxvid --enable-libxml2 --enable-nvenc --enable-nonfree --enable-openssl
libavutil      56. 63.101 / 56. 63.101
libavcodec     58.117.101 / 58.117.101
libavformat    58. 65.101 / 58. 65.101
libavdevice    58. 11.103 / 58. 11.103
libavfilter     7. 96.100 /  7. 96.100
libswscale      5.  8.100 /  5.  8.100
libswresample   3.  8.100 /  3.  8.100
libpostproc    55.  8.100 / 55.  8.100


missing parameter

Code:
--extra-version=Xtream-Codes
--enable-pthreads
--enable-postproc
--enable-gray
--enable-runtime-cpudetect
--enable-gnutls
--enable-bzlib
--enable-zlib
--enable-libxavs
--extra-libs='-lsupc++'
--extra-libs='-lstdc++'
--extra-libs='-lrtmp'
--extra-libs='-lgmp'
--extra-libs='-lssl'
--extra-libs='-lcrypto'
--extra-libs='-ldl'
--extra-libs='-lunistring'

there is not even gnutls in your version which means that the ssl does not even work lol

in addition instead of taking a version on the git it would be better to give the last stable version and not an unstable version released on git

currently the last stable version is the

5.1.2
 
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
there are a lot of compilation options that are missing, are you sure that this parameter works with the panel?

original

Code:
/home/xtreamcodes/iptv_xtream_codes/bin/ffmpeg -version
ffmpeg version N-92517-gd0f5942-Xtream-Codes Copyright (c) 2000-2018 the FFmpeg developers
built with gcc 6.5.0 (Ubuntu 6.5.0-2ubuntu1~14.04.1) 20181026
configuration: --prefix=/root/FFmpeg/target --extra-cflags='-I/root/FFmpeg/target/include -static' --extra-ldflags='-L/root/FFmpeg/target/lib -lm -static' --extra-version=Xtream-Codes --disable-debug --disable-shared --enable-libx265 --enable-static --extra-cflags=--static --disable-ffplay --disable-doc --enable-librtmp --enable-gpl --enable-pthreads --enable-postproc --enable-libass --enable-gray --enable-runtime-cpudetect --enable-libfreetype --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-gnutls --enable-libx264 --enable-libxvid --enable-bzlib --enable-fontconfig --enable-zlib --enable-version3 --enable-libvpx --enable-libxavs --extra-libs='-lsupc++ -lstdc++ -lrtmp -lgmp -lssl -lcrypto -lz -ldl -lm -lpthread -lunistring'
libavutil      56. 23.101 / 56. 23.101
libavcodec     58. 39.100 / 58. 39.100
libavformat    58. 22.100 / 58. 22.100
libavdevice    58.  6.100 / 58.  6.100
libavfilter     7. 46.100 /  7. 46.100
libswscale      5.  4.100 /  5.  4.100
libswresample   3.  4.100 /  3.  4.100
libpostproc    55.  4.100 / 55.  4.100


version provided

Code:
ff/ffmpeg -version
ffmpeg version N-100740-g6f0881f458-lio Copyright (c) 2000-2021 the FFmpeg developers
built with gcc 9 (Ubuntu 9.3.0-17ubuntu1~20.04)
configuration: --prefix=/root/xcff/ffmpeg-static/target --pkg-config-flags=--static --extra-cflags=-I/root/xcff/ffmpeg-static/target/include --extra-ldflags=-L/root/xcff/ffmpeg-static/target/lib --extra-libs='-lpthread -lm -lz' --extra-ldexeflags=-static --bindir=/root/xcff/ffmpeg-static/bin --enable-pic --enable-ffplay --enable-fontconfig --enable-frei0r --enable-gpl --enable-version3 --enable-libass --enable-libfribidi --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxvid --enable-libxml2 --enable-nvenc --enable-nonfree --enable-openssl
libavutil      56. 63.101 / 56. 63.101
libavcodec     58.117.101 / 58.117.101
libavformat    58. 65.101 / 58. 65.101
libavdevice    58. 11.103 / 58. 11.103
libavfilter     7. 96.100 /  7. 96.100
libswscale      5.  8.100 /  5.  8.100
libswresample   3.  8.100 /  3.  8.100
libpostproc    55.  8.100 / 55.  8.100


missing parameter

Code:
--extra-version=Xtream-Codes
--enable-pthreads
--enable-postproc
--enable-gray
--enable-runtime-cpudetect
--enable-gnutls
--enable-bzlib
--enable-zlib
--enable-libxavs
--extra-libs='-lsupc++'
--extra-libs='-lstdc++'
--extra-libs='-lrtmp'
--extra-libs='-lgmp'
--extra-libs='-lssl'
--extra-libs='-lcrypto'
--extra-libs='-ldl'
--extra-libs='-lunistring'

there is not even gnutls in your version which means that the ssl does not even work lol

in addition instead of taking a version on the git it would be better to give the last stable version and not an unstable version released on git

currently the last stable version is the

5.1.2

This compilation was done in early 2021. You come here 2 years after to bitch.
You can't even read correctly that gnutls was replaced by openssl.

I don't intend to update because it's too much work and you get loads of answers like this. Toxic community.

The cesarkerspo ffmpeg is this one I personnalised for his release (screenshot attached).

Farewell.
 

Attachments

  • cesar.png
    cesar.png
    66.3 KB · Views: 51
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
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top