Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - jonathan.ruiz

Pages: [1]
1
Audio / Re: Write Sound to pipe (fifo).
« on: February 17, 2014, 08:09:24 am »
I know that in the current release it is impossible.

I'm thinking on create a new class extending "SoundRecorder" like "SoundBufferRecorder".
In the "onProcessSamples" method I can write it to a filename in real time (fifo in my case).

What I want is to develop it in the correct way to include it in the next release. I think that feature can be useful to other people.

Thanks.

2
Audio / Write Sound to pipe (fifo).
« on: February 17, 2014, 07:40:30 am »
Hello,

My name is Jonathan, I am working on a media streaming software.

Now, I for video I have a RenderTarget that I write to a named pipe in raw, I catch this data with ffmpeg and I stream it by multicast.

I need to do the same but with the audio (Music). What is the best form to do that?

Thanks in advance,
Jonathan.

Pages: [1]
anything