axmadjon / av_streamer

av-streamer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

av-stremer

Working with PyAV and FFmpeg

Full documentation PyAV Docs and FFmpeg Docs

How install PyAV Install

Installation example

if ffmpeg install source code

./configure --enable-network --enable-protocol=tcp --enable-demuxer=rtsp --enable-decoder=h264
./configure --disable-static --enable-shared --disable-doc
make
sudo make install

else

sudo apt-get install ffmpeg x264

sudo apt-get install -y python-dev pkg-config

sudo apt-get install -y \
    libavformat-dev libavcodec-dev libavdevice-dev \
    libavutil-dev libswscale-dev libavresample-dev libavfilter-dev

pip install av