Skip to main content

Questions tagged [audio-streaming]

The process of delivering audio from a server to a client, different from the download in that the client is able to hear audio while it's being downloaded.

0 votes
1 answer
2k views

Microphone issue in audio streaming using FFMPEG

I executed the command ffmpeg -list_devices true -f dshow -i dummy to find out that the audio device is Realtek HD Audio Input. But executing the command ffmpeg -f dshow -i audio="...
Vigo's user avatar
  • 101
0 votes
1 answer
2k views

How to stream computer audio in Live Meeting?

I am struggling with Live Meeting. I need to stream some prerecorded audio and video fragments and I don't want to share them as files. I was so disappointed to find out that LiveMeeting does not ...
JustAMartin's user avatar
  • 1,601
7 votes
4 answers
49k views

When streaming a song, in what folder does the song get saved?

When streaming a song, the song is downloaded and placed into a temporary folder on the computer, that much I know. However, while streaming the media file – mostly from Pandora – I have been ...
Im2be's user avatar
  • 103
0 votes
1 answer
326 views

Two different speakers setup

I have two different speakers, and they are different brands. They both work on my desktop. I can plug both of them in but the sound only comes out of the one I set to default through Playback Devices....
Anthony's user avatar
  • 1,613
3 votes
2 answers
17k views

How can I record an RTMP stream in real time?

How can I record an RTMP stream (Adobe Flash video and audio) which is currently playing, as-is? I have a very long video which can't be downloaded by any downloader I tested. So I want to scroll it ...
Suzan Cioc's user avatar
  • 2,603
1 vote
0 answers
321 views

Stereo Mix does not work

Stereo Mix no longer seems to work on my computer -- it did once in windows xp, but now I am unable to receive any sort of audio from it. When trying to record it with programs such as Virtual Audio ...
Gtu  Dfg's user avatar
  • 11
0 votes
0 answers
100 views

Nokia/Sony Ericsson 3.5 headphone on Toshiba PC

I've a Sony Ericsson headphone, when I put it on a acer PC, it work nice, the stereo and all. But when I put it on a Toshiba PC (I've test this in 4 different model), If you half plug it, you get a ...
Asme Just's user avatar
  • 153
3 votes
2 answers
2k views

Streaming audio-in via WiFi

I've a DJ Setup in one room, and a PC which has an audio-in, now I want in the same WiFi network but another room stream that audio-in with as less latency as possible. I tried shoutcast already, but ...
Tobias's user avatar
  • 131
1 vote
0 answers
51 views

View video on Screen while listen audio in android

Is it possible to stream all pc audio throug mpd, raop, UPnP or something like? I want to play video on a big screen far from where I'm sitting and be able to hear the audio Streamed trough my phone.
dinigo's user avatar
  • 111
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
3k views

Playing music through skype with a USB headset

I want to be able to play music through skype and listen to it at the same time, aswell as talk and hear others but i dont want any echo as i tried a process bu it ended up with everyone hearing an ...
Torhic's user avatar
  • 1
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
7 votes
1 answer
9k views

FFmpeg: can't capture audio from microphone

I use FFmpeg under Windows 7 to stream live video. There are no problems with the camera, but for some reason I can't capture sound from the microphone (I've tested it, it works fine). I use the -...
JustLogin's user avatar
  • 223
2 votes
1 answer
1k views

Stream/record desktop, mic and system output

Im try to stream my desktop, and two audio: system output, and mic. Im using this command, but the audio from my system (hw:0,0) dont hear in output file... avconv \ -f alsa -i pulse \ -f alsa -i hw:...
gazambuja's user avatar
1 vote
1 answer
6k views

FFmpeg UDP audio livestream

Having trouble getting the following command to stream audio through UDP, is there a parameter missing? ffmpeg -f alsa -ac 1 -i hw:1 -ar 44100 -f mpegts udp://10.255.255.255:10000?pkt_size=1316 The ...
hinekyle's user avatar
  • 295

15 30 50 per page
1
7 8
9
10 11
13