<div dir="ltr"><div><div>Ross,<br><br>Thank you very much for this.  Exactly the information I required.  I have written a SAP implementation and this is now working well for my needs.<br><br></div>Thank you for your help<br>
<br></div>Kevin<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 7 February 2014 02:52, Ross Finlayson <span dir="ltr"><<a href="mailto:finlayson@live555.com" target="_blank">finlayson@live555.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div><div class=""><blockquote type="cite"><div dir="ltr"><div><div>I am writing an application which I would like to stream 8 and 16 bit pcm audio from wav files over rtp to a receiver elsewhere on my network.  The control mechanism for this however will eventually be snmp (with SAP messages for the reciever configuration) rather than rtcp so I would like the stream to simply be rtp.<br>

<br></div>I have seen the example program 'testWAVAudioStreamer' which is clearly very close to my needs however using rtsp.<br><br>I was wondering whether there is an example available to use the libraries to send out rtp without the control protocol?<br>
</div></div></blockquote><div><br></div></div>Kevin,</div><div><br></div><div>Sorry for the delay in responding.</div><div><br></div><div>Because the "test*Streamer" applications (including "testWAVAudioStreamer") transmit using IP multicast rather than IP unicast, receiving applications *do not* need to use RTSP.  RTSP just happens to be a convenient way for a receiving application to get the stream's SDP description.  (This is especially true for "testWAVAudioStreamer", because the SDP description depends upon the properties of the particular WAV audio file that it's streaming.</div>
<div><br></div><div>But there's no reason why the multicast streaming application (e.g., "testWAVAudioStreamer") can't make the SDP description available some other way - e.g., via SAP.  To do this, add the following code at line 214 of "testProgs/testWAVAudioStreamer.cpp":</div>
<div><br></div><div><span style="white-space:pre-wrap"> </span>char* ourSDPDescription = sms->generateSDPDescription();</div><div><br></div><div>This will give you a SDP description string that you can announce using SAP.  (We don't provide code for SAP announcing; you'd have to write that yourself.)</div>
<span class="HOEnZb"><font color="#888888"><br><br><div>
<span style="text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:-webkit-auto;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;white-space:normal;font-family:Helvetica;word-spacing:0px"><span style="text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:-webkit-auto;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;white-space:normal;font-family:Helvetica;word-spacing:0px">Ross Finlayson<br>
Live Networks, Inc.<br><a href="http://www.live555.com/" target="_blank">http://www.live555.com/</a></span></span>
</div>
<br></font></span></div><br>_______________________________________________<br>
live-devel mailing list<br>
<a href="mailto:live-devel@lists.live555.com">live-devel@lists.live555.com</a><br>
<a href="http://lists.live555.com/mailman/listinfo/live-devel" target="_blank">http://lists.live555.com/mailman/listinfo/live-devel</a><br>
<br></blockquote></div><br></div>