<p>Hi everyone.</p>
<p>I am receing Mpeg video and mpeg audio on two RTP ports, from the live555MediaServer.exe<br>the SDP doesn&#39;t specify any parameters other than width, height of the video.<br>what I would really like is to create two media types (one for video, one for audio)
<br>that capture this (rather limited) information, and putting in guesses where the information is missing.</p>
<p>what should be the subtype? can you post pseudo code that shows which media type fields I should fill up, and what are good guesses for missing information?</p>
<p>this is the SDP I have for the media:</p>
<p>v=0<br>o=- 4042797588 1 IN IP4 <a href="http://192.168.64.24">192.168.64.24</a><br>s=MPEG-1 or 2 Program Stream, streamed by the LIVE555 Media Server<br>i=jackson.mpg<br>t=0 0<br>a=tool:LIVE555 Streaming Media v2007.07.01
<br>a=type:broadcast<br>a=control:*<br>a=range:npt=0-827.682<br>a=x-qt-text-nam:MPEG-1 or 2 Program Stream, streamed by the LIVE555 Media Server<br>a=x-qt-text-inf:jackson.mpg<br>m=video 0 RTP/AVP 32<br>c=IN IP4 <a href="http://0.0.0.0">
0.0.0.0</a><br>a=control:track1<br>m=audio 0 RTP/AVP 14<br>c=IN IP4 <a href="http://0.0.0.0">0.0.0.0</a><br>a=control:track2</p>
<p>&nbsp;</p>