Skip to main content

All Questions

7 questions with no upvoted or accepted answers
2 votes
0 answers
438 views

Raspberry Pi streaming video - stream is accessible locally, but port forwarding is not working

What I'm trying to do: Stream video from a Raspberry Pi connected to a mifi router, and access the stream from a different network using port forwarding. What I've done: I'm running motion on a ...
Matthew Jouffray'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
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
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
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
0 votes
0 answers
103 views

how to fetch the mpeg stream from local URL/ COM port using shell commands in unix based(raspberry) system?

I am looking for a suggestion through which I can try fetching some mpeg stream at very low frame rates from the local IP/COM port and transport it whole into other system with the help of an ...
Shariq Azim's user avatar
0 votes
1 answer
60 views

Saved vlc stream skips

I've scheduled vlc to save ts streams using cron. cvlc https://somestream.ts --sout=file/ts:foo.mpg --run_time 4200 The resulting foo.mpg gets created and is playable. However, the resulting videos ...
user2402616's user avatar