hi

I am trying to play video using SIPP on Centos 5.3. But SIPP crashes after
playing video for some time. Though when I try to play both audio and video;
only audio gets played and SIPP do not crash. Not sure what wrong am I
doing; attaching call flow used.

Thanks in advance

~Shailesh
<?xml version="1.0" encoding="us-ascii"?>
<scenario name="New_Call">
	<recv request="INVITE" crlf="true" />
	<send>
		<![CDATA[
SIP/2.0 200 OK
[last_Via:]
[last_From:]
[last_To:];tag=[call_number]
[last_Call-ID:]
[last_CSeq:]
Contact: <sip:[local_ip]:[local_port];transport=[transport]>
Content-Type: application/sdp
Content-Length: [len]

v=0
o=user1 53655765 2353687637 IN IP[local_ip_type] [local_ip]
s=-
c=IN IP[media_ip_type] [media_ip]
b=CT:512
t=0 0
m=audio [media_port] RTP/AVP 0 101
b=TIAS:64000
a=rtpmap:0 PCMU/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-15
a=sendrecv
m=video [media_port+2] RTP/AVP 99
c=IN IP4 10.40.62.57
b=TIAS:512000
a=rtpmap:99 H264/90000
a=fmtp:99 profile-level-id=428016;max-mbps=35000;max-fs=3600;max-smbps=323500
a=sendrecv
a=content:main
a=label:11]]>
</send>

<recv request="ACK" crlf="true"/>
<label id="2"/>
<nop>
	<action>
		<exec play_pcap_video="pcap/tandberg990_fmsmg04_linux_h264.pcap"/>
		<exec play_pcap_audio="pcap/tandberg990_fmsmg04_linux_audio.pcap"/>
	</action>
</nop>
<!--pause milliseconds="3600000" /-->

<!--nop next="2" />
<label id="1" /-->
<recv request="BYE" crlf="true"  />
<send>
		<![CDATA[
SIP/2.0 200 OK
[last_Via:]
[last_From:]
[last_To:]
[last_Call-ID:]
[last_CSeq:]
Contact: <sip:[local_ip]:[local_port];transport=[transport]>
Content-Length: 0

]]>
</send>
	<!--label id="3" />
	<ResponseTimeRepartition value="10, 20, 30, 40, 50, 100, 150, 200" />
	<CallLengthRepartition value="10, 50, 100, 500, 1000, 5000, 10000" /-->
</scenario>
------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to