av-streamer

av-streamer


Keywords
av, ffmpeg, mp4, pyav, rtsp, streamer, video-processing, video-recording, video-streaming
Install
pip install av-streamer==1.0.2

Documentation

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