[FFmpeg-user] stream frames using Ethernet camera

Peng Gao peng at multicorewareinc.com
Wed Sep 13 09:45:10 EEST 2023


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 with green should check with the document of the
camera.

On Wed, Sep 13, 2023 at 12:37 PM Duvvi Pydiraju <143pras at gmail.com> wrote:

> Hi Sir how are you?I want to know how to live stream a movie using
> ffmpeg...
>
> On Thu, Aug 31, 2023, 7:58 PM Naveen.B <navins.2006 at gmail.com> wrote:
>
> > Hello,
> >
> > I have an ethernet camera connected to my ethernet port and I need to
> > stream those Images using ffmpeg command,
> > source address: 192.168.9.78
> > UDP port: 5004
> >
> > ffmpeg command: ffmpeg eth0 -i udp://192.168.9.78:5004
> > error:
> > C:\Naveen\projects\DMS\software\ffmpeg_full\ffmpeg\bin>ffmpeg eth0 -i
> > udp://
> > 192.168.9.78:5004
> > ffmpeg version 2022-06-20-git-56419428a8-full_build-www.gyan.dev
> Copyright
> > (c) 2000-2022 the FFmpeg developers
> >   built with gcc 11.3.0 (Rev1, Built by MSYS2 project)
> >   configuration: --enable-gpl --enable-version3 --enable-static
> > --disable-w32threads --disable-autodetect --enable-fontconfig
> > --enable-iconv --enable-gnutls --enable-libxml2 --enable-gmp
> --enable-bzlib
> > --enable-lzma --enable-libsnappy --enable-zlib --enable-librist
> > --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth
> > --enable-libbluray --enable-libcaca --enable-sdl2 --enable-libdav1d
> > --enable-libdavs2 --enable-libuavs3d --enable-libzvbi --enable-librav1e
> > --enable-libsvtav1 --enable-libwebp --enable-libx264 --enable-libx265
> > --enable-libxavs2 --enable-libxvid --enable-libaom --enable-libjxl
> > --enable-libopenjpeg --enable-libvpx --enable-mediafoundation
> > --enable-libass --enable-frei0r --enable-libfreetype --enable-libfribidi
> > --enable-liblensfun --enable-libvidstab --enable-libvmaf --enable-libzimg
> > --enable-amf --enable-cuda-llvm --enable-cuvid --enable-ffnvcodec
> > --enable-nvdec --enable-nvenc --enable-d3d11va --enable-dxva2
> > --enable-libmfx --enable-libshaderc --enable-vulkan --enable-libplacebo
> > --enable-opencl --enable-libcdio --enable-libgme --enable-libmodplug
> > --enable-libopenmpt --enable-libopencore-amrwb --enable-libmp3lame
> > --enable-libshine --enable-libtheora --enable-libtwolame
> > --enable-libvo-amrwbenc --enable-libilbc --enable-libgsm
> > --enable-libopencore-amrnb --enable-libopus --enable-libspeex
> > --enable-libvorbis --enable-ladspa --enable-libbs2b --enable-libflite
> > --enable-libmysofa --enable-librubberband --enable-libsoxr
> > --enable-chromaprint
> >   libavutil      57. 27.100 / 57. 27.100
> >   libavcodec     59. 33.100 / 59. 33.100
> >   libavformat    59. 25.100 / 59. 25.100
> >   libavdevice    59.  6.100 / 59.  6.100
> >   libavfilter     8. 41.100 /  8. 41.100
> >   libswscale      6.  6.100 /  6.  6.100
> >   libswresample   4.  6.100 /  4.  6.100
> >   libpostproc    56.  5.100 / 56.  5.100
> > [udp @ 000002a7b2923c00] bind failed: Error number -10048 occurred
> > udp://192.168.9.78:5004: Unknown error
> >
> > Thanks,
> > Naveen B.
> > _______________________________________________
> > ffmpeg-user mailing list
> > ffmpeg-user at ffmpeg.org
> > https://ffmpeg.org/mailman/listinfo/ffmpeg-user
> >
> > To unsubscribe, visit link above, or email
> > ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".
> >
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".
>


More information about the ffmpeg-user mailing list