Bug#678186: /usr/bin/ffserver: Important bug for ARM : "Illegal Instruction" error
Ubuntu6226
ubuntu6226 at yahoo.com
Tue Jun 19 19:35:36 UTC 2012
Package: ffmpeg
Version: 4:0.5.6-3
Severity: normal
File: /usr/bin/ffserver
hi
I use:
Port 8090
# bind to all IPs aliased or not
BindAddress 0.0.0.0
# max number of simultaneous clients
MaxClients 1000
# max bandwidth per-client (kb/s)
MaxBandwidth 10000
# Suppress that if you want to launch ffserver as a daemon.
NoDaemon
<Feed feed1.ffm>
File /tmp/feed1.ffm
FileMaxSize 5M
</Feed>
# FLV output - good for streaming
<Stream test.flv>
# the source feed
Feed feed1.ffm
# the output stream format - FLV = FLash Video
Format flv
VideoCodec flv
# this must match the ffmpeg -r argument
VideoFrameRate 15
# generally leave this is a large number
VideoBufferSize 80000
# another quality tweak
VideoBitRate 200
# quality ranges - 1-31 (1 = best, 31 = worst)
VideoQMin 1
VideoQMax 5
VideoSize 352x288
# this sets how many seconds in past to start
PreRoll 0
# wecams don't have audio
Noaudio
</Stream>
# ASF output - for windows media player
<Stream test.asf>
# the source feed
Feed feed1.ffm
# the output stream format - ASF
Format asf
VideoCodec msmpeg4
# this must match the ffmpeg -r argument
VideoFrameRate 15
# generally leave this is a large number
VideoBufferSize 80000
# another quality tweak
VideoBitRate 200
# quality ranges - 1-31 (1 = best, 31 = worst)
VideoQMin 1
VideoQMax 5
VideoSize 352x288
# this sets how many seconds in past to start
PreRoll 0
# wecams don't have audio
Noaudio
</Stream>
it works on all PCs I use that are i386, 586, ... but on all ARMs it is a no way.
I tried to check. and visibly it is a bug for ARM ffserver
I hoep that you might fix this bug issue as soon as possible, becuase the debian stable squeeze should be stable.
Kind regards
-- System Information:
Debian Release: 6.0
APT prefers stable
APT policy: (500, 'stable')
Architecture: armel (armv5tel)
Kernel: Linux 2.6.36 (PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages ffmpeg depends on:
ii libavcodec52 4:0.5.6-3 ffmpeg codec library
ii libavdevice52 4:0.5.6-3 ffmpeg device handling library
ii libavfilter0 4:0.5.6-3 ffmpeg video filtering library
ii libavformat52 4:0.5.6-3 ffmpeg file format library
ii libavutil49 4:0.5.6-3 ffmpeg utility library
ii libc6 2.11.2-10 Embedded GNU C Library: Shared lib
ii libgcc1 1:4.4.5-8 GCC support library
ii libpostproc51 4:0.5.6-3 ffmpeg video postprocessing librar
ii libsdl1.2debian 1.2.14-6.1 Simple DirectMedia Layer
ii libswscale0 4:0.5.6-3 ffmpeg video scaling library
ffmpeg recommends no packages.
ffmpeg suggests no packages.
-- no debconf information
More information about the pkg-multimedia-maintainers
mailing list