[Live-devel] openrtsp + H261?

peter green pcg at agathongroup.com
Tue Mar 20 11:58:53 PDT 2007


All,

I have a Polycom VSX7000e video teleconferencing thing that I'm trying to
use to simultaneously broadcast and archive a copy of video.  I send the
video to a Darwin Streaming Server and broadcast from there; the streams
work great.

I tried using openRTSP to grab the stream and save to a file, but received
an error:

  # /root/live/testProgs/openRTSP -e 10 -w 352 -h 288 -q rtsp://10.9.0.1/videostream.sdp > stream.mov
  Warning: The -q, -4 or -i option was used, but not -f.  Assuming a video
  frame rate of 15 frames-per-second
  Opened URL "rtsp://10.9.0.1/videostream.sdp", returning a SDP description:
  v=0
  o=- 100 1 IN IP4 10.9.0.100
  s=GFA-US
  c=IN IP4 0.0.0.0
  t=0 0
  a=tool:Polycom Viewstation
  a=control:*
  m=video 0 RTP/AVP 31
  a=control:trackID=1
  m=audio 0 RTP/AVP 0
  a=control:trackID=2

  Created receiver for "video/H261" subsession (client ports 36346-36347)
  Created receiver for "audio/PCMU" subsession (client ports 36348-36349)
  Setup "video/H261" subsession (client ports 36346-36347)
  Setup "audio/PCMU" subsession (client ports 36348-36349)
  Warning: We don't implement a QuickTime Video Media Data Type for the
  "H261" track, so we'll insert a dummy "????" Media Data Atom instead.  A
  separate, codec-specific editing pass will be needed before this track can
  be played.
  Started playing session
  Receiving streamed data (for up to 10.000000 seconds)...

The resulting stream.mov file is garbage, apparently since video/H261 isn't
supported by openRTSP.  My question(s): is it possible to do what I'm trying
to do with the live555 tools?  If so, how?  If not, what can I use to
accomplish my goal?

I've also looked at VLC (doesn't support DSS) and mp4live (GUI crashes,
command-line mp4live simply refuses to save to file).  Nothing out there
seems to adequately describe how to do what I want, so I'm hoping someone
here has a brilliant idea. :-)

Thanks!

/pg
-- 
Peter Green : Agathon Group : pcg at agathongroup.com



More information about the live-devel mailing list