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.

2 votes
1 answer
3k views

how to record/stream multiple audio output from a single input?

This is the command I am currently using to stream live audio under the Raspbian distro: ffmpeg -f alsa -ac 1 -i hw:1 -ar 44100 -f flv rtmp://10.255.11.53/ The functionality I am looking for is ...
hinekyle's user avatar
  • 295
3 votes
2 answers
4k views

Disable bluetooth control dialog from popping up when a track change occurs?

I use a wired set of headphones when I have my laptop docked and connect to my phone using the Bluetooth audio sink in order to play music. This all works great, I just open the device profile and ...
Nathan Stohlmann's user avatar
1 vote
1 answer
144 views

Webcam software for streaming and playing that can be configured

I'm in need of a software that can stream the images coming from a device over the internet (Windows -> Windows) and play it at the other end. I also need to stream audio from it. I'm currently using ...
OverAchiever's user avatar
1 vote
0 answers
1k views

Using VLC as Audio RTP Server

I am trying to Stream Audio file from VLC with SDP file option. At the Client VLC - it seems to listen the stream as there was no port unreachable ICMP messages in wireshark. But it does not seem to ...
vinaygarg's user avatar
20 votes
2 answers
67k views

How do I change the bit depth in FFmpeg?

I need FFmpeg to grab an audio feed and reencode it to 16-Bit FLAC. How do I force a 16-Bit FLAC output? ./ffmpeg -i http://7359.live.streamtheworld.com:80/CONTINENTALAAC_SC -vn -ac 1 -ar 16000 -...
xulen's user avatar
  • 305
0 votes
1 answer
2k views

Split audio feed using FFmpeg

I'm trying to save an audio (or video) feed to local using FFmpeg. Here are the command and arguments that I'm using. ffmpeg -i http://7359.live.streamtheworld.com:80/CONTINENTALAAC_SC -vn -ar 22050 ...
xulen's user avatar
  • 305
0 votes
0 answers
414 views

Why are WMP playlists incomplete when streamed over network?

My DLNA receiver (Marantz 1602) does not display all items from my Windows Media Player (v12.0.7601.17514) playlists. Some playlists show all, some show only a few, some show none. This applies to ...
NGLN's user avatar
  • 980
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
1 vote
1 answer
425 views

Stream music from XBMC to iTunes over local network

I'm looking for a simple way to get iTunes to either: See a remote directory as part of its library. I store my music on my server (locally), but would want to listen to it from my mac through iTunes....
nopcorn's user avatar
  • 16.7k
2 votes
1 answer
933 views

Finding URL of radio Flash stream

I'm interested in finding the true URL behind a flash player for a radio station. I'd even be happy if tunein.com played it, but I've checked (radio station is there but doesn't play). So I went to ...
Les's user avatar
  • 21
0 votes
1 answer
5k views

How to keep bluetooth speakers turned on while paying music from a PC?

How do I keep my Bluetooth speakers (JBL SB200) turned on while playing music (Spotify) from a PC running Windows 8? They keep turning off after about 15 minutes. However, they work fine (don't turn ...
Andreas Zita's user avatar
1 vote
1 answer
1k views

Audio out on Linux to play on Windows

I have a Windows 7 computer I use for gaming, and a Linux machine I use for everything else. Everything else is relatively easy to switch (one plug for keyboard/mouse, and the linux box uses VGA while ...
xenoterracide's user avatar
2 votes
1 answer
735 views

Streaming A/V: who gets multiplexed and encoded, where and when?

I was perusing the list of VLC's supported video/audio formats and I realized that I actually know very little about streaming media. When a streaming media feed contains both audio and video, how do ...
pnongrata's user avatar
  • 2,882
3 votes
2 answers
393 views

Streaming RTMP mixing more sounds

I'm trying to find some software for Windows for mixing sound card output and microphone output and then sending it to the RTMP server. Is there a way to mix the two sound streams not in audio ...
ryskajakub's user avatar
3 votes
1 answer
5k views

Stream live audio with noise filter in Linux

I need to strip the noise from an audio source, but it needs to happen live. The resulting voice doesn't need to sound perfect, it just can't contain too much noise. I've read up about sox, but it ...
Jelle De Loecker's user avatar

15 30 50 per page
1
9
10
11 12 13