I've developed an app which sends RTP packets to a local ip client. So the client has to listen on the specified port (rtp://:@portnumber, on VLC) to play the streamed data. Right now i'm going to develop the code needed to create the SDP file needed to start streaming.
My doubt is, how to send this file to the client? At the beginning of the RTP stream? Really n00b at this point. Any help will be useful.
Thanks