<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><blockquote type="cite"><div dir="ltr"><div>I'm currently in a project where I'm trying to tie together live555 and libvpx for a live stream.</div><div>I am however a little confused about how exactly to proceed. </div>
<div>I have looked at the testOnDemandRTSPServer which uses the MatroskaFileServerDemux, which I've used for the general outline</div></div></blockquote><div><br></div>Because you're streaming from a video-only source, rather than from a video+audio file, it would be better to use the "H.264" code (i.e., on lines 89-101 of "testOnDemandRTSPServer") as a model.</div><div><br></div><div><br><blockquote type="cite"><div dir="ltr"><div>, however I'm a little confused about to generate the media subsession.</div></div></blockquote><div><br></div>See <a href="http://www.live555.com/liveMedia/faq.html#liveInput-unicast">http://www.live555.com/liveMedia/faq.html#liveInput-unicast</a></div><div><br></div><div><br><blockquote type="cite"><div dir="ltr"><div>As far as I have understood I'm supposed to create a new class describing the subsession inheriting from the OnDemandServerMediaSubsession class.</div>
<div>In this class I shall then implement a new method createNewRTPSink, which instantiates and returns a VP8VideoRTPSink.</div></div></blockquote><div><br></div>Yes, but you *also* need to implement another virtual function - "createNewStreamSource()".  This will create an object of a new "FramedSource" subclass (that you must define) that delivers VP8 frames - one at a time.  As noted in the FAQ, it is recommended that you use the "DeviceSource" code (see "liveMedia/DeviceSource.cpp") as a model for this.</div><br><br><div apple-content-edited="true">
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; ">Ross Finlayson<br>Live Networks, Inc.<br><a href="http://www.live555.com/">http://www.live555.com/</a></span></span>
</div>
<br></body></html>