Streaming audio through internet

Hello,

I would like to stream demodulated audio through GNU Radio to the
internet

The way I want to achieve this is follows.

  1. Create virtual sound card available as audio sink, connect some
    source (e.g. sine wave)
  2. Use VLC streamer to capture audio and stream device through RTSP

So far, I have install jack, changed my audio_module to jack and created
a sine wave flowing to an audio_sink.

When I execute the flow graph, nothing happens. (Is this expected?)

How can I capture this audio using VLC?

Vanush

So far, I have install jack, changed my audio_module to jack and created
a sine wave flowing to an audio_sink.

When I execute the flow graph, nothing happens. (Is this expected?)

How can I capture this audio using VLC?

U can use GR UDP/TCP sink to send the audio samples from GNU Radio to
VLC
or any other program

-Adeel