Skip to main content

All Questions

11 questions with no upvoted or accepted answers
4 votes
0 answers
1k views

How do I make FFPLAY automatically skip ahead while playing a stream without distorting audio?

I've been a long time lurker, but now I've gone and made an account. Like I said in the title, I want to play an SRT stream with FFPLAY, but whenever a drop in the connection happens, I need it to ...
Build's user avatar
  • 41
3 votes
1 answer
938 views

Stream the computer audio output (possible video screen too) to a physical device

I'm looking for a solution (software and hardware) that allows me to stream the computer audio and possibly the video too to a device which I can connect to my stereo or TV. I'm not interested in ...
Domingo's user avatar
  • 1,233
2 votes
0 answers
725 views

ffmpeg lags when streaming video+audio from RPi Zero W with Logitech C920

I've been trying to setup a baby monitor with a Raspberry Pi Zero and a Logitech C920 webcam. It does work with VLC (cvlc) but it lags too much and gets worse over time. So I am playing around with ...
Ema's user avatar
  • 21
1 vote
0 answers
36 views

Whenever i talk my computer attenuates others

In every software i've tried in 1 to 1 video-calls my computer lowers the sound of others when i'm talking or my mic receives any sound. It doesn't happen on group calls for what i've experienced. ...
Tomás Gaete's user avatar
1 vote
0 answers
728 views

FFmpeg/avconv - non-blocking live audio input?

I'm using avconv/FFmpeg to parse a video feed and an audio feed into a broadcast stream. Currently, it gets its audio information via UDP with the options -f wav -ac 1 -i udp://localhost:6613, since ...
DigitalMan's user avatar
1 vote
1 answer
68 views

How is it called when audio streaming "freezes" or "stucks"?

How is it called when streaming (e.g. FireWire streaming) of video or audio stucks (or freezes) after about 10 minutes and I need to reset the streaming process (or reset the FireWire bus) to make it ...
ezpresso's user avatar
  • 203
0 votes
0 answers
2k views

Using ffmpeg-python to combine cv2 video streaming and pyaudio audio streaming

I want to use my camera and microphone to get living video and audio streaming and use ffmpeg to combine them.So I write it by python.there is my code. import os,pyaudio,cv2,ffmpeg p=pyaudio.PyAudio()...
LLstrc's user avatar
  • 1
0 votes
0 answers
2k views

ffmpeg : how to set "apad" parameter

My purpose is to map multiple audios to one channel and trim them. There is my ffmpeg command. ffmpeg -framerate 30 -i test_%03d.png -ss 5 -t 20 -i s01.wav -ss 10 -t 30 -i s02.wav ...
Ives's user avatar
  • 355
0 votes
0 answers
41 views

Certain actions in Terminal.app in OS X cause noise in audio/video streaming

If I'm listening to something in Pandora or YouTube, and I'm in Terminal.app in OS X 10.7.5, if I use the up arrow to scroll through bash command history, then that works fine with no noises. But, if ...
Gary S. Weaver's user avatar
0 votes
1 answer
1k views

Can you sync a livestream (audio/video) to a live TV broadcast?

Does anyone know of a way to sync a livestream to a live Television broadcast? Since most people watch TV via DVR and the networks have delays built in as well is it possible to sync a livestream to ...
user avatar
0 votes
1 answer
12k views

FFMPEG: Invalid data found when processing input

I want to use mp3 stream as an audio to video stream using ffmpeg. Here is audio stream: http://nspj.radiozamosc.pl/ It worked really well until today. I have no idea why it stopped working as audio ...
wht_5005's user avatar