R
R
rechmp2012-11-16 21:20:06
Computer networks
rechmp, 2012-11-16 21:20:06

Tell me how to stream audio over the network?

Good afternoon.
I had a need to stream the entire audio stream from one windows to another computer, also a windows one.
I don’t really want to mess with VLC and remote desktop, can you tell me some programs?
On both Windows7 machines, I asked Google - I didn’t find anything sensible, honestly.
Thank you.

Answer the question

In order to leave comments, you need to log in

8 answer(s)
C
Colobock, 2012-11-16
@Colobock

IceCast - you can throw the “What you hear” channel from the soundcard into it and catch it on another computer with the same winamp

R
ReaM, 2012-11-16
@ReaM

I used SAM Broadcaster - a very good program with a bunch of functions for broadcasting, both to the icecast \ winamp server and directly from my own.

A
Aivean, 2012-11-16
@Aivean

Under mac I use Airfoil . It seems to work on windows as well.

A
Andrew, 2012-11-18
@xaoc80

You can use ffmpeg
. For example: ffmpeg -i [file] -acodec copy -vcodec copy -f mpeg rtsp://[address]:[port] Receive on remote copy
the same way. Everything is working.

R
rechmp, 2012-11-19
@rechmp

This is an error from the first line.
[udp @ 000000000031e3c0] 'circular_buffer_size' option was set but it is not supported on this build
(pthread support is required) required) Output #0, mpeg, to 'rtp://localhost:8089': Output file #0 does not contain any stream And this is from the second one. No application or playpath in URL! RTMP_Connect0, failed to connect socket. 10061 (Unknown error) rtmp://localhost:8089: Unknown error occurred Maybe there will be more ideas what's wrong?

A
Andrew, 2012-11-20
@xaoc80

Try to broadcast in multicast mode,
ffmpeg -i E:\_temp_\RAZNOE\02_el
evation.mp3 -acodec copy -f rtp rtp://239.8.8.8:5000 works for me

A
Andrew, 2012-11-21
@xaoc80

“And another question - we specify the file - its contents will be streamed, I understood correctly”
Yes, its contents will be streamed You
can try to catch VLC, for example, or the same ffmpeg - ffmpeg -i rtp://239.8.8.

@
@ngreduce, 2012-11-21
_

edcast + icecast will definitely not help you. Tried a bunch - it works terribly.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question