Skip to main content

All Questions

1 vote
0 answers
577 views

Fragmented MP4 freezes on ffplay after some time

I won't take much time from you... I am streaming a fragmented mp4 from ffmpeg with this command-line ffmpeg \ -f video4linux2 \ -video_size 640x480 \ -framerate 60 \ -i /dev/video0 \ -c:v ...
Domingo Garcia's user avatar
2 votes
1 answer
3k views

Viewing H.264 bitstream in browser using ffmpeg to ffserver

This is a followup to https://raspberrypi.stackexchange.com/questions/93254/stream-usb-webcam-with-audio?noredirect=1#comment150507_93254 I, like many other brave tinkerers before me, thought it ...
BobtheMagicMoose's user avatar
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
2 votes
1 answer
4k views

Alternatives to Video4Linux2 for grabbing from webcam (Using FFmpeg)

I'm getting (two alternating) errors following this guide for streaming from a Raspberry Pi. Are there any other grabbers besides V4L2 that I can use with ffmpeg? Or are there any other streaming ...
Jodes's user avatar
  • 443
1 vote
0 answers
1k views

Webcam stream doesn't work on Logitech E2500

I'm currently trying to get webcam streaming to work on a Logitech E2500 with ffmpeg. Running the command gives me some kind of buffer length error. pi@raspberrypi ~/ffmpeg-dmo-1.0 $ sudo /usr/sbin/...
MainframeX's user avatar