Skip to main content

All Questions

4 votes
1 answer
6k views

Reolink RTSP-->ffmpeg, RTP: PT=xx: bad cseq if stopped/restarted quickly

My BeeCam is a Raspberry Pi3/Raspbian Stretch w/freshly compiled ffmpeg version N-89882-g4dbae00bac running this as a service: #!/bin/bash cd /usr/local/bin/ while true do ./ffmpeg -re -...
Steven Kan's user avatar
1 vote
1 answer
7k views

How do I use h264_omx on Raspberry Pi?

I'm using Raspberry Pi 1gen B+, for push stream to web through rtmp. But I find my CPU usage came up to 90%+. This is how I use it: ffmpeg -re -f concat -safe 0 -i playlist.txt -vcodec copy -acodec ...
Wayne Chen's user avatar