https://github.com/axmadjon/av_streamer
av-streamer
https://github.com/axmadjon/av_streamer
av ffmpeg mp4 pyav rtsp streamer video-processing video-recording video-streaming
Last synced: 7 months ago
JSON representation
av-streamer
- Host: GitHub
- URL: https://github.com/axmadjon/av_streamer
- Owner: axmadjon
- Created: 2018-04-07T08:09:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-10T04:59:34.000Z (over 7 years ago)
- Last Synced: 2024-11-15T21:19:59.721Z (11 months ago)
- Topics: av, ffmpeg, mp4, pyav, rtsp, streamer, video-processing, video-recording, video-streaming
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# av-stremer
Working with [PyAV](https://github.com/mikeboers/PyAV) and [FFmpeg](https://github.com/FFmpeg/FFmpeg)
Full documentation [PyAV Docs](http://mikeboers.github.io/PyAV/index.html) and [FFmpeg Docs](http://ffmpeg.org/documentation.html)
How install [PyAV Install](http://mikeboers.github.io/PyAV/installation.html)
# 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 installelse
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