Answer the question
In order to leave comments, you need to log in
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
IceCast - you can throw the “What you hear” channel from the soundcard into it and catch it on another computer with the same winamp
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.
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.
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?
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
“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.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question