<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi,<br>
    <br>
    I have to deal with application-specific SDP attributes
    (a=my_attribute:value). I have my own subclass of MediaSubsession.<br>
    I was wondering if parsing of subsession description lines (c=, b=,
    a=rtpmap... ) could be done in a virtual new method (ie
    MediaSubsession::parseSDPline()) that could be overloaded, instead
    of being hardcoded in MediaSession::initializeWithSDP().<br>
    What do you think ? Do you see another nice way to deal with extra
    SDP attributes ?<br>
    <br>
    Best wishes to everybody<br>
    <br>
    E. HEURTEL<br>
  </body>
</html>