[MPlayer-users] h.264 rtsp stream from QTSS

Kasper Peeters kasper.peeters at aei.mpg.de
Thu Jan 5 10:25:53 CET 2006


I am trying to make mplayer play an h.264 encoded video stream over
rtsp, served by QTSS on OS-X. Unfortunately, it only plays the audio
part. With a current CVS snapshot and the latest LIVE library, the
command

  mplayer -rtsp-stream-over-tcp 
            rtsp://www.as.huji.ac.il:7070/phys23/Dec_28_1600.mov

yields

  MPlayer dev-CVS-060105-09:40-3.3.3 (C) 2000-2006 MPlayer Team
  CPU: Intel Pentium 4/Celeron 4 Northwood; Pentium 4 EE/Xeon Prestonia,Gallatin (Family: 15, Stepping: 7)
  CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
  Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2
  
  Linux RTC init error in ioctl (rtc_irqp_set 1024): Permission denied
  Try adding "echo 1024 > /proc/sys/dev/rtc/max-user-freq" to your system startup scripts.
  Playing rtsp://www.as.huji.ac.il:7070/phys23/Dec_28_1600.mov.
  STREAM_RTSP, URL: rtsp://www.as.huji.ac.il:7070/phys23/Dec_28_1600.mov
  Resolving www.as.huji.ac.il for AF_INET...
  Connecting to server www.as.huji.ac.il[132.64.128.106]: 7070...
  rtsp_session: Not a Real server. Server type is 
             'QTSS/5.5.2 (Build/489.0.3; Platform/MacOSX; Release/Update; )'.
  STREAM_LIVE555, URL: rtsp://www.as.huji.ac.il:7070/phys23/Dec_28_1600.mov
  Stream not seekable!
  Initiated "video/X-QT" RTP subsession
  Initiated "audio/MPEG4-GENERIC" RTP subsession
  VIDEO:  [avc1]  0x0  0bpp  0.000 fps    0.0 kbps ( 0.0 kbyte/s)
  FPS not specified in the header or invalid, use the -fps option.
  ==========================================================================
  Opening audio decoder: [faad] AAC (MPEG2/4 Advanced Audio Coding)
  FAAD: compressed input bitrate missing, assuming 128kbit/s!
  AUDIO: 32000 Hz, 2 ch, s16le, 128.0 kbit/12.50% (ratio: 16000->128000)
  Selected audio codec: [faad] afm: faad (FAAD AAC (MPEG-2/MPEG-4 Audio) decoder)
  ==========================================================================
  Building audio filter chain for 32000Hz/2ch/s16le -> 0Hz/0ch/??...
  AO: [oss] 32000Hz 2ch s16le (2 bytes per sample)
  Building audio filter chain for 32000Hz/2ch/s16le -> 32000Hz/2ch/s16le...
  Video: no video
  Starting playback...
  A:   0.8 (00.7) of 0.0 (unknown) 12.3% 

Any idea on how to fix this? I tried to add "-vc ffh264" (since there
is no sign of h.264 being recognised in the output above, though the
server admin has guaranteed that it is sending h.264), but that
doesn't make any difference. 

The server is not mine so I can't change any settings, but it will
remain up if anyone wants to try the above with more verbose output.

Thanks!

Kasper




More information about the MPlayer-users mailing list