Dear Mona,
On Wed, Apr 17, 2019 at 08:57:24AM -0700, Mona Naghashi wrote:
> Dear Jiri,
> Thank you so much for your response.
> Actually, my problem is not how to use a module. I am wondering how to use
> RTPHost while I am using "UDPVideoStreamSvr" and "UDPVideoStreamCli" as
> server and client udpApp. In fact, we can have one module as a server or
> client app. So, my question is how to have UDPvideoStreamingCli app for
> client and RTP protocol together?
I think that the easiest way is to create new compound module based on
`StandardHost` that will contain all the necessary simple modules, i.e.
`UDPVideoStreamSvr`, `RTPApplication`, `RTP`, and `RTCP` submodules.
Because of simple modules used, you will need to import
`inet.applications.udpapp.UDPVideoStreamSvr`,
`inet.applications.rtpapp.RTPApplication`, `inet.transportlayer.rtp.RTCP`, and
`inet.transportlayer.rtp.RTP`.
Feel free to let me know if you need some example.
> > an email to
omn...@googlegroups.com <javascript:>.
> --
> You received this message because you are subscribed to the Google Groups "OMNeT++ Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
omnetpp+u...@googlegroups.com.