Re: [Live-devel] difference between test*Streamer and testOnDemandRTSPServer model

2014-12-13 Thread Ross Finlayson
> On Dec 13, 2014, at 3:22 AM, Rachit shah wrote: > > We are looking use Live555 streaming media library on Android and Linux > Platform. Do ‘we’ not have our own domain name? :-) > Product should support unicast as well multicast so in that case which model > is better to follow ? I presu

Re: [Live-devel] difference between test*Streamer and testOnDemandRTSPServer model

2014-12-13 Thread Rachit shah
Hi Ross, Thanks for your inputs. We are looking use Live555 streaming media library on Android and Linux Platform. Product should support unicast as well multicast so in that case which model is better to follow ? Thanks, Rachit On Wed, Dec 10, 2014 at 8:03 AM, Ross Finlayson wrote: > > 1.wha

Re: [Live-devel] difference between test*Streamer and testOnDemandRTSPServer model

2014-12-10 Thread Ross Finlayson
> 1.what is main difference between two model "test*streamer" (like > testH264VideoStream) and "testOnDemandRTSPServer” ? The “*Streamer” demo applications stream via IP multicast - and therefore should be used only if you have IP multicast connectivity between the server and client(s). The “t

[Live-devel] difference between test*Streamer and testOnDemandRTSPServer model

2014-12-10 Thread Rachit shah
Hi, I have following queries.. 1.what is main difference between two model "test*streamer" (like testH264VideoStream) and "testOnDemandRTSPServer" ? 2. As per FAQ both models can be used to stream live data, which model is used for what different type of use case ? 3. which model is better to use