Re: [Live-devel] about parsing SDP description file

2007-05-25 Thread Ross Finlayson
If is there other way to force RTSP streaming server to add the frame rate and video frame size attributes into SDP description text? I don't know; you're going to have to ask the authors of that server. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/__

[Live-devel] about parsing SDP description file

2007-05-25 Thread hong liu
>I found there was no the line of "a=x-dimensions:," >to update the default width and height by the real dimension. I just >found the lines of "a=cliprect:0,0,288,352" and "a=framesize:96 >352-288". > >First, I didn't find any explanation about the sematics for these >two attributes on Intern

Re: [Live-devel] about parsing SDP description file

2007-05-25 Thread Ross Finlayson
>I used openRTSP to get a H264 file in mp4 format from Darwin >Streaming Server. I encoded into the H264 with image size 352x288 by >x264 and encapsulated into the mp4 file using MP4Box. I tried the >command of "openRTP -v -4 rtsp://192.168.0.1/a01.mp4" and however >the received mp4 file is in

[Live-devel] about parsing SDP description file

2007-05-25 Thread hong liu
Dear Ross, I used openRTSP to get a H264 file in mp4 format from Darwin Streaming Server. I encoded into the H264 with image size 352x288 by x264 and encapsulated into the mp4 file using MP4Box. I tried the command of "openRTP -v -4 rtsp://192.168.0.1/a01.mp4" and however the received mp4 fi