Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

FFMPEG with SRT #1706

Closed
DigitalTVDev opened this issue Dec 11, 2020 · 4 comments
Closed

FFMPEG with SRT #1706

DigitalTVDev opened this issue Dec 11, 2020 · 4 comments
Assignees
Labels
Type: Question Questions or things that require clarification

Comments

@DigitalTVDev
Copy link

I'm trying to build ffmpeg with srt but appeard error during compile,
configuration: PATH="$HOME/bin:$PATH" PKG_CONFIG_PATH="$HOME/ffmpeg_build/lib/pkgconfig" ./configure --prefix=/root/ffmpeg_build --pkg-config-flags=--static --extra-cflags=-I/usr/local/cuda/include --extra-ldflags=-L/usr/local/cuda/lib64 --extra-cflags=-I/root/ffmpeg_build/include --extra-ldflags=-L/root/ffmpeg_build/lib --extra-cflags=-I/root/Video_Codec_SDK_9.0.20/include --extra-ldflags=-L/root/Video_Codec_SDK_9.0.20/Lib/linux/stubs/x86_64 --extra-libs=-lpthread --extra-libs=-lm --bindir=/root/bin --enable-gpl --enable-libfreetype --enable-libmp3lame --enable-libopus --enable-libvpx --enable-libx264 --enable-libx265 --enable-nonfree --enable-cuda --enable-cuvid --enable-nvenc --enable-libnpp --enable-libsrt --extra-cflags=-I/usr/local/openssl/include --extra-ldflags=-L/usr/local/openssl/lib --enable-openssl --disable-shared --enable-static
image

@DigitalTVDev DigitalTVDev added the Type: Question Questions or things that require clarification label Dec 11, 2020
@ethouris
Copy link
Collaborator

I'm really sorry, but ffmpeg didn't adjust to the deprecated symbol warning (it's about SRTO_SMOOTHER symbol that was deprecated in the some of previous releases - this symbol was renamed to SRTO_CONGESTION) and now that the deprecated symbol was removed it turns into error.

AFAIR this problem has been reported against ffmpeg.

@ethouris
Copy link
Collaborator

FYI there has been created a ticket against it in ffmpeg https://trac.ffmpeg.org/ticket/8760

As mentioned in #1382

@maxsharabayko
Copy link
Collaborator

@DigitalTVDev Could you please tell which version of FFMpeg are you using,
This is the commit in FFMpeg with a fix of #1382: link.
committed on Jul 28
lavf/srt: fix build fail when used the libsrt 1.4.1

@mbakholdina mbakholdina self-assigned this Dec 15, 2020
@DigitalTVDev
Copy link
Author

@maxsharabayko
@ethouris
I am using FFmpeg 4.3.1 "4:3" , but when I download latest version of ffmpeg from github (ffmpeg version N-100397-gd764693 Copyright (c) 2000-2020 the FFmpeg developers) It was compiled and now working fine with srt

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Type: Question Questions or things that require clarification
Projects
None yet
Development

No branches or pull requests

4 participants