> I have already created my own ServerMediaSubsession subclasses for my
> application. One for PCM and one for MP3. By doing this, the listener is
> able to see if it is receiving a PCM stream or a MP3 stream and play it
> correctly. The problem however is that I need to send attributes along
se
Subject: Re: [Live-devel] Payload attributes
I want my application to be able to stream different streams of
the same type, but with different attributes. For example, I want to
stream a 44100khz PCM and a 22050khz PCM. The application that receives
the stream will play the one selec
> I want my application to be able to stream different streams of the same
> type, but with different attributes. For example, I want to stream a
> 44100khz PCM and a 22050khz PCM. The application that receives the stream
> will play the one selected by the user. The question is how can I add
Hi,
I want my application to be able to stream different streams of the same
type, but with different attributes. For example, I want to stream a
44100khz PCM and a 22050khz PCM. The application that receives the
stream will play the one selected by the user. The question is how can
I add this