mplayer with helix rtsp server

来源:互联网 发布:相册排版软件 编辑:程序博客网 时间:2024/05/22 01:31

使用mplayer链接helix rtsp server, 出现以下错误:

MPlayer 29092-4.4.0 (C) 2000-2009 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing rtsp://10.0.5.198/test_ex.3gp.
Resolving 10.0.5.198 for AF_INET6...
Couldn't resolve name for AF_INET6: 10.0.5.198
Connecting to server 10.0.5.198[10.0.5.198]: 554...
sdpplin: bad stream_id 65335 (must be >= 0, < 2). Broken sdp?
sdpplin: bad stream_id 65435 (must be >= 0, < 2). Broken sdp?


MPlayer interrupted by signal 11 in module: open_stream
- MPlayer crashed by bad usage of CPU/FPU/RAM.
  Recompile MPlayer with --enable-debug and make a 'gdb' backtrace and
  disassembly. Details in DOCS/HTML/en/bugreports_what.html#bugreports_crash.
- MPlayer crashed. This shouldn't happen.
  It can be a bug in the MPlayer code _or_ in your drivers _or_ in your
  gcc version. If you think it's MPlayer's fault, please read
  DOCS/HTML/en/bugreports.html and follow the instructions there. We can't and
  won't help unless you provide this information when reporting a possible bug.

 

从MPlayer网站下载mplayer-checkout-2009-09-18, 进行编译

# ./configure --enable-live --extra-cflags=-I/usr/include/liveMedia

# make

 

编译成功后运行, RTSP信令可正常通过, 但是视频没有显示, 估计是相应的解码器没有安装好.

 

原创粉丝点击