[MPlayer-users] -vo: x11 uninit called but X11 not inited..
Carl Eugen Hoyos
cehoyos at ag.or.at
Tue Aug 28 05:26:45 CEST 2007
Hi!
On 2007-08-28 00:07, hong liu wrote:
> I have installed mplayer of new version on my laptop. It works well for playing local video files.
> However when I used it to receive streaming video from a rtsp server, it failed. Then I added -v
> and the output is shown as below:
[...]
> ==> Found audio stream: 0
> ==> Found video stream: 0
> demux_rtp: Failed to guess the video frame rate
> VIDEO: [H264] 0x0 0bpp 0.000 fps 0.0 kbps ( 0.0 kbyte/s)
> [V] filefmt:21 fourcc:0x34363248 size:0x0 fps: 0.00 ftime:=0.0000
> FPS not specified in the header or invalid, use the -fps option.
> ==========================================================================
> Opening audio decoder: [pcm] Uncompressed PCM audio decoder
> dec_audio: Allocating 2048 + 65536 = 67584 bytes for output buffer.
> AUDIO: 44100 Hz, 1 ch, s16le, 0.0 kbit/0.00% (ratio: 0->88200)
> Selected audio codec: [pcm] afm: pcm (Uncompressed PCM)
> ==========================================================================
> Building audio filter chain for 44100Hz/1ch/s16le -> 0Hz/0ch/??...
> [libaf] Adding filter dummy
> [dummy] Was reinitialized: 44100Hz/1ch/s16le
> [dummy] Was reinitialized: 44100Hz/1ch/s16le
> ao2: 44100 Hz 1 chans s16le
> audio_setup: using '/dev/dsp' dsp device
> audio_setup: using '/dev/mixer' mixer device
> audio_setup: using 'pcm' mixer device
> audio_setup: sample format: s16le (requested: s16le)
> audio_setup: using 1 channels (requested: 1)
> audio_setup: using 44100 Hz samplerate (requested: 44100)
> audio_setup: frags: 8/8 (4096 bytes/frag) free: 32768
> AO: [oss] 44100Hz 1ch s16le (2 bytes per sample)
> AO: Description: OSS/ioctl audio output
> AO: Author: A'rpi
> Building audio filter chain for 44100Hz/1ch/s16le -> 44100Hz/1ch/s16le...
> [dummy] Was reinitialized: 44100Hz/1ch/s16le
> [dummy] Was reinitialized: 44100Hz/1ch/s16le
> Video: no video
> Freeing 0 unused video chunks.
> Starting playback...
> ds_fill_buffer: EOF reached (stream: audio)
> EOF code: 1 nown) of 172.1 (02:52.1) ??,?%
Your firewall doesn't allow UDP streams.
Please add the following line to your config file (in ~/.mplayer):
rtsp-stream-over-tcp=1
Or use the corresponding command line option: mplayer -rtsp-stream-over-tcp
Carl Eugen
More information about the MPlayer-users
mailing list