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