Skip to content

icetd/RtspServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

build

git submodule update --init
./scripts/build_x264.sh
mkdir build && cd build
cmake .. && make -j8

config

You can change configs/config.ini

[video]
width = 1280
height = 720
fps = 30
format = YUY2 
;[or format = MJPEG]

use

./RtspServer

use ffplay to play:
ffplay -rtsp_transport tcp -i rtsp://127.0.0.1:8554/video0

About

Simple rtsp server for camera (Multithreading)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published