Test velocidad cpu receptor Octagon SF8008 usando ffmpeg.
Para ello usado:
opkg install ffmpeg
y con este script:
Bash:
#!/bin/bash
DWEBIF="http://127.0.0.1:8001/"
SERVICE=`/usr/bin/wget "http://127.0.0.1/web/subservices" -O- | grep e2servicereference | cut -f8 -d"e" | cut -f1 -d"<" | cut -c2-`
COMPLET="$DWEBIF+$SERVICE"
echo .
echo YOUR CHANNEL IS $COMPLET
echo .
rm -f /tmp/test.mp4
ffmpeg -i $COMPLET -t 10 -s 320x240 /tmp/test.mp4 2>&1 | egrep "speed="
Resultado Octagon SF8008:
frame= 250 fps=9.8 q=-1.0 Lsize= 517kB time=00:00:10.00 bitrate= 423.5kbits/s dup=59 drop=0 speed=0.391x
can you try another receiver with cpu bcm? Like sf4004 or hd51? Thanks
Me gustaMe gusta