Re: re-encoding few frames at a time

"Tomas Creemers" <[email protected]> Thu, 15 Jan 2009 01:08:02 +0100
Newsgroups gmane.comp.audio.mp3.encoders
Message-ID <[email protected]>
On Thu, Jan 15, 2009 at 00:41, Jaroslav Lukesh <[email protected]> wrote:
>
> use "nc" - linux netcat command, and you should laborate with ssh tunnel for
> more security.

Thanks again for your reply.

I apologize, I wasn't clear enough. All data I send across the
network, both from the "transmitter" to the "transformer" and from the
"transformer" to the "receiver", has to be transmitted using a C++
library which uses a custom protocol for network communication, with
its own packet header format etc. I can't avoid this; I must use this
library for network communication. As such, I'd like to know the
things I asked in my original mail, like how to divide the original
MP3 file in packets which can be sent, decoded and re-encoded
separately.

Regards,

Tomas