Re: [FFmpeg-user] stream frames using Ethernet camera

2023-09-12 Thread Peng Gao
As I know, camera should to be login , then you can access the stream, following is using RTSP as the protocol to communicate with camera and storage it a local file(record.mp4): ffmpeg -y -i rtsp://username:password@ip:port/stream-channel -vcodec copy -f mp4 record.mp4 the information marked wi

Re: [FFmpeg-user] No compiled with -fPIC for libavcodec/aarch64/vp9mc_16bpp_neon.S

2023-09-12 Thread Peng Gao
it's an old project, I will also try to update it to the latest version. Thanks, Jerry On Tue, Sep 12, 2023 at 9:55 PM Carl Zwanzig wrote: > On 9/11/2023 10:19 PM, Peng Gao wrote: > > I compiled ffmpeg(4.3.1) > > In addition to the earlier comments, why are you work

Re: [FFmpeg-user] No compiled with -fPIC for libavcodec/aarch64/vp9mc_16bpp_neon.S

2023-09-12 Thread Peng Gao
nable-shared --enable-nonfree --enable-pic --prefix= ~/wk/install/ffmpeg --enable-gpl --enable-libx264 Thanks again for help. On Tue, Sep 12, 2023 at 5:22 PM Reindl Harald wrote: > > > Am 12.09.23 um 07:19 schrieb Peng Gao: > > There are some link errors when I compiled the Ope

[FFmpeg-user] No compiled with -fPIC for libavcodec/aarch64/vp9mc_16bpp_neon.S

2023-09-11 Thread Peng Gao
Hi guys, I compiled ffmpeg(4.3.1) with the following configuration on Linux: ./configure --prefix= ~/wk/install/ffmpeg --enable-pic --disable-ffplay --disable-ffprobe --enable-static --enable-gpl --enable-libx264 --extra-cflags="-fpic" ffmpeg was compiled successfully. There are some link