[Live-devel] RTPSource server example
Tim Doyle
TimDoyle at LumenVox.com
Thu Apr 21 17:45:32 PDT 2005
> >I am interested in developing a server that receives an RTP stream as
input.
>
> Are you trying to develop some sort of proxy - i.e., a RTSP server that
works by
> (transparently) acting as a client?
Not exactly; I'm developing an MRCP server as a front end for a speechrec
engine. So the server will receive an RTP audio stream as input.
> If so, then you will want to subclass "ServerMediaSubsession" (more
precisely,
> "OnDemandServerMediaSubsession"), *not* "ServerMediaSession". E.g., note
how
> "FileServerMediaSubsession" is defined. You will want to do something
similar,
> except using a "RTPSource" (rather than a file name) as parameter.
OK, that makes sense. Thanks for the help!
Tim
More information about the live-devel
mailing list