Skip to content

ReefProctor/fplay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fplay

FFmpeg + SDL2 RTSP media player.

Build

Requires:

  • Bazel 8.4+
  • ffmpeg development headers
  • SDL2 development headers
  • C++17 compiler
bazel build //:fplay

Install Locally

cp bazel-bin/fplay ~/.local/bin/

Usage

fplay -i 192.168.1.10 -s live.sdp
fplay --ip 192.168.1.10 --port 554 --stream camera/stream1
fplay --help
fplay --version

RPM Packaging

See packaging/README.packaging.md for instructions on building RPM packages.

License

MIT License. See source header.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors