Re: [Live-devel] Payload attributes

2011-11-01 Thread Ross Finlayson
> 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

Re: [Live-devel] Payload attributes

2011-11-01 Thread Marlon Reid
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

Re: [Live-devel] Payload attributes

2011-11-01 Thread Ross Finlayson
> 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

[Live-devel] Payload attributes

2011-11-01 Thread Marlon Reid
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