<div dir="ltr"><div>Hi</div><div>A streaming video newbie here, so please be gentle.</div><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, however I'm a little confused about to generate the media subsession.</div><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>But after this I'm a bit unclear how to tie the data packets from libvpx (vpx_codec_get_cx_data) into the VP8VideoRTPSink, I might be searching using the wrong terms, but the only thing I could find on the mailing list (<a href="http://article.gmane.org/gmane.comp.video.livedotcom.devel/12178">http://article.gmane.org/gmane.comp.video.livedotcom.devel/12178</a>) is that I should not use a framer object.</div>
<div>Could anyone give me a hint in the right direction?</div><div>Thank you in advance</div><div>Morten S. Laursen</div></div>