Opened 7 years ago

Last modified 7 years ago

#5984 new enhancement

Defect: ffplay fail to set value for xerror

Reported by: MasterDavros Owned by:
Priority: wish Component: ffplay
Version: git-master Keywords: xerror
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

ffplay fails to set -xerror with or without a value. "Failed to set value '1' for option 'xerror': Option not found"

On a Raspberry pi 3

ffplay -v 9 -loglevel 99 -xerror -i "rtsp://NNN.NNN.NNN.NNN:554/stream=0.sdp?real_stream"
ffplay version N-82674-g1e7f9b0 Copyright (c) 2003-2016 the FFmpeg developers

built with gcc 4.9.2 (Raspbian 4.9.2-10)
configuration: --enable-ffplay --enable-ffserver --enable-gpl --enable-libass --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libvpx --enable-librtmp --enable-libx264 --enable-nonfree --enable-lzma --enable-zlib --enable-mmal --enable-hwaccel=h264_mmal --arch=armv7-a --target-os=linux --extra-cflags='-march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -lm' --extra-cxxflags='-march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -lm'
libavutil 55. 41.101 / 55. 41.101
libavcodec 57. 66.108 / 57. 66.108
libavformat 57. 58.101 / 57. 58.101
libavdevice 57. 2.100 / 57. 2.100
libavfilter 6. 67.100 / 6. 67.100
libswscale 4. 3.101 / 4. 3.101
libswresample 2. 4.100 / 2. 4.100
libpostproc 54. 2.100 / 54. 2.100

Failed to set value '-i' for option 'xerror': Option not found

ffplay -v 9 -loglevel 99 -xerror 1 -i "rtsp://NNN.NNN.NNN.NNN:554/stream=0.sdp?real_stream"
ffplay version N-82674-g1e7f9b0 Copyright (c) 2003-2016 the FFmpeg developers

built with gcc 4.9.2 (Raspbian 4.9.2-10)
configuration: --enable-ffplay --enable-ffserver --enable-gpl --enable-libass --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libvpx --enable-librtmp --enable-libx264 --enable-nonfree --enable-lzma --enable-zlib --enable-mmal --enable-hwaccel=h264_mmal --arch=armv7-a --target-os=linux --extra-cflags='-march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -lm' --extra-cxxflags='-march=armv7-a -mfpu=neon-vfpv4 -mfloat-abi=hard -lm'
libavutil 55. 41.101 / 55. 41.101
libavcodec 57. 66.108 / 57. 66.108
libavformat 57. 58.101 / 57. 58.101
libavdevice 57. 2.100 / 57. 2.100
libavfilter 6. 67.100 / 6. 67.100
libswscale 4. 3.101 / 4. 3.101
libswresample 2. 4.100 / 2. 4.100
libpostproc 54. 2.100 / 54. 2.100

Failed to set value '1' for option 'xerror': Option not found

And on a Desktop

ffplay -v 9 -loglevel 99 -xerror 1 -i "rtsp://NNN.NNN.NNN.NNN:554/stream=0.sdp?real_stream"
ffplay version N-80062-gdefb960 Copyright (c) 2003-2016 the FFmpeg developers

built with gcc 4.9.2 (Debian 4.9.2-10)
configuration: --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-nonfree --enable-version3 --enable-x11grab --enable-libopus --enable-libcaca --enable-libbluray --enable-libgsm --enable-libopenjpeg --enable-libschroedinger --enable-libxvid --enable-openssl --enable-libfdk-aac --enable-libpulse --enable-libssh --enable-pic --enable-shared
libavutil 55. 24.100 / 55. 24.100
libavcodec 57. 43.100 / 57. 43.100
libavformat 57. 37.100 / 57. 37.100
libavdevice 57. 0.101 / 57. 0.101
libavfilter 6. 46.100 / 6. 46.100
libswscale 4. 1.100 / 4. 1.100
libswresample 2. 0.101 / 2. 0.101
libpostproc 54. 0.100 / 54. 0.100

Failed to set value '1' for option 'xerror': Option not found

Change History (2)

comment:1 by Marton Balint, 7 years ago

What makes you think that ffplay supports the -xerror option? It is only for ffmpeg AFAIK.

comment:2 by Carl Eugen Hoyos, 7 years ago

Priority: normalwish
Type: defectenhancement
Version: git-master
Note: See TracTickets for help on using tickets.