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.

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


On 08/10/13 17:02, Vijay Goje wrote:
Hi Rob,

I managed to configure and make and make install the sipp.
How can I use the rtp_stream action?
Is the following action is correct?

<action>
                <exec rtp_stream_play="pcap/ulaw.raw"/>
 </action>

In the above ulaw.raw is a raw pcm file.

If I use the above I am seeing 'illegal <exec> in the scenario'.

Please let me know what is the right way of using the rtp_stream action.

Hi Vijay,

You need to run "make clean && ./configure --with-rtpstream && make" to build a 
SIPp binary with RTP streaming enabled (though I should probably enable it by 
default as it requires no extra libraries).

The right action in the XML is then

    <action>
      <exec rtp_stream="ulaw.raw" />
    </action>

(i.e. "rtp_stream" not "rtp_stream_play").

Thanks for testing this - I'll make it the default when building, and add a 
more helpful error message when you try the rtp_stream action without it 
configured.

What did you need to do to make ./configure work? Is there an extra step I 
should be documenting?

Best,
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