|
|
|
|
@ -49,10 +49,24 @@ ls -l "$cp_path/target/bin"
|
|
|
|
|
echo ""
|
|
|
|
|
echo " CodecPack target/pack/bin content:"
|
|
|
|
|
ls -l "$cp_path/target/pack/bin"
|
|
|
|
|
echo ""
|
|
|
|
|
echo " CodecPack status:"
|
|
|
|
|
cat "$cp_path/var/codec_requirements.json" || echo "file not exists"
|
|
|
|
|
|
|
|
|
|
echo ""
|
|
|
|
|
|
|
|
|
|
echo ""
|
|
|
|
|
echo "Gstreamer last stderr logs........................."
|
|
|
|
|
tail -22 /tmp/gstreamer*.stderr
|
|
|
|
|
echo "GSTInspect last stderr logs........................."
|
|
|
|
|
tail -22 /tmp/gstinspect*.stderr
|
|
|
|
|
echo ""
|
|
|
|
|
echo "GSTInspect last stderr.prev logs........................."
|
|
|
|
|
tail -22 /tmp/gstinspect*.stderr.prev
|
|
|
|
|
echo ""
|
|
|
|
|
echo "GSTLaunch last stderr logs........................."
|
|
|
|
|
tail -22 /tmp/gstlaunch*.stderr
|
|
|
|
|
echo ""
|
|
|
|
|
echo "GSTLaunch last stderr.prev logs........................."
|
|
|
|
|
tail -22 /tmp/gstlaunch*.stderr.prev
|
|
|
|
|
|
|
|
|
|
echo ""
|
|
|
|
|
echo "FFMPEG head logs..................................."
|
|
|
|
|
@ -61,3 +75,9 @@ echo ""
|
|
|
|
|
echo "FFMPEG last stderr logs............................"
|
|
|
|
|
tail -22 /tmp/ffmpeg*.stderr
|
|
|
|
|
|
|
|
|
|
echo ""
|
|
|
|
|
echo "FFMPEG prev head logs..................................."
|
|
|
|
|
head /tmp/ffmpeg*.stderr.prev
|
|
|
|
|
echo ""
|
|
|
|
|
echo "FFMPEG prev tail logs..................................."
|
|
|
|
|
tail -22 /tmp/ffmpeg*.stderr.prev
|
|
|
|
|
|