Pusher [exclusive]: Happytime Rtsp
Happytime RTSP Pusher fills a specific but important niche. It is a full media platform, but it excels at one job: reliably pushing a media source to an RTSP endpoint. For developers, testers, and hobbyists needing to simulate camera feeds or replay video files over RTSP, it is a fast, dependable, and refreshingly simple tool.
happytime-rtsp-pusher -i security_feed.h264 -u rtsp://user:pass@camera-server.com:554/streaming/channels/101 Happytime RTSP Pusher
: Pushing your desktop view to a network stream for remote monitoring. Onvif Rtsp Server - Happytimesoft Happytime RTSP Pusher fills a specific but important niche
If using the GUI version, simply input the source file path and the destination URL, then click . happytime-rtsp-pusher -i security_feed
If you have been struggling with complex FFmpeg commands that crash after two hours, install Happytime RTSP Pusher today. Your uptime—and your sanity—will thank you.
docker run -d \ --name rtsp-pusher \ --restart unless-stopped \ happytime/rtsp-pusher:latest \ --input "rtsp://camera_username:password@192.168.1.100:554/h264" \ --output "rtmp://ingest.twitch.tv/app/your_stream_key_here"
wget https://github.com/happytime/rtsp-pusher/releases/download/v1.2.0/rtsp-pusher-linux-amd64 chmod +x rtsp-pusher-linux-amd64 sudo mv rtsp-pusher-linux-amd64 /usr/local/bin/rtsp-pusher