Hi Rob,

I do see the following in the configure file from the tar.gz which I grabbed at 
https://github.com/SIPp/sipp/releases/tag/3.4-beta1

AX_HAVE_EPOLL(AX_CONFIG_FEATURE_ENABLE(epoll),
    AX_CONFIG_FEATURE_DISABLE(epoll))
AX_CONFIG_FEATURE(epoll, This platform supports epoll(7),
    HAVE_EPOLL, This platform supports epoll(7).,
    epoll="yes", epoll="no")

Do you want me to grab some other configure file and configure again?

Regards,
Vijay

From: Robert Day [mailto:[email protected]] On Behalf Of Rob Day
Sent: Tuesday, October 08, 2013 2:02 PM
To: Vijay Goje
Cc: sipp-users
Subject: Re: [Sipp-users] SIPp 3.4 beta 1 now available


On 08/10/13 18:15, Vijay Goje wrote:
Hi Rob,

I commented out the following in configure file to make configure work


#AX_HAVE_EPOLL(AX_CONFIG_FEATURE_ENABLE(epoll),
#    AX_CONFIG_FEATURE_DISABLE(epoll))
#AX_CONFIG_FEATURE(epoll, This platform supports epoll(7),
#    HAVE_EPOLL, This platform supports epoll(7).,
#    epoll="yes", epoll="no")

Now when I ran configure with rtp stream I see rtp stream is working.
I was looking for this feature for a long time Rob.
Thanks again for adding the feature.

The raw pcm file we use for streaming is that should be mono or stereo recorded 
one?

Regards,
Vijay.

I don't see that code in https://github.com/SIPp/sipp/blob/3.4-beta1/configure 
- is it possible that you ran autoreconf before running configure? (autoreconf 
won't handle epoll support without the autoconf-archive package installed, 
which is why I've started distributing the configure file with SIPp rather than 
just the autoconf files.)

I don't know about stereo vs. mono - my suspicion is that either would work, 
but you'll have to try it.

Rob
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to