Sorry for the delay but I have been very busy of late. I just finally ordered my BeagleBone Black today so I can't try any of this out, however I find something to try. Apparently mplayer has a framebuffer that has been optimized for the OMAP platform --> omapfb.
I don't have time to search anymore right now but I did find a bit of documention on the following page if you scroll down the first part of the code: http://markmail.org/message/rfwaybyvlhz7owrp On 28 November 2013 19:38, Brent <[email protected]> wrote: > Scott, > I tried building VLC using: bitbake vlc, but it fails, and I have no idea > how to fix this. The output from the bitbake recipe is below. Any > suggestions? > > ERROR: Function failed: do_compile (see > /media/brent/Disk2/oe/setup-scripts/build/tmp-angstrom_v2012_12-eglibc/work/beaglebone-angstrom-linux-gnueabi/omap3-sgx-modules-4.05.00.03-r23b/temp/log.do_compile.18454 > for further information) > ERROR: Logfile of failure stored in: > /media/brent/Disk2/oe/setup-scripts/build/tmp-angstrom_v2012_12-eglibc/work/beaglebone-angstrom-linux-gnueabi/omap3-sgx-modules-4.05.00.03-r23b/temp/log.do_compile.18454 > Log data follows: > | DEBUG: Executing shell function do_compile > | NOTE: make -j2 -e MAKEFLAGS= > KERNEL_PATH=/media/brent/Disk2/oe/setup-scripts/build/tmp-angstrom_v2012_12-eglibc/sysroots/beaglebone/usr/src/kernel > KERNEL_SRC=/media/brent/Disk2/oe/setup-scripts/build/tmp-angstrom_v2012_12-eglibc/sysroots/beaglebone/usr/src/kernel > KERNEL_VERSION=3.8.13 CC=arm-angstrom-linux-gnueabi-gcc > -mno-thumb-interwork -marm LD=arm-angstrom-linux-gnueabi-ld > AR=arm-angstrom-linux-gnueabi-ar BUILD=release TI_PLATFORM=ti335x > | make -C > /media/brent/Disk2/oe/setup-scripts/build/tmp-angstrom_v2012_12-eglibc/sysroots/beaglebone/usr/src/kernel > M=`pwd` > | make[1]: Entering directory > `/media/brent/Disk2/oe/setup-scripts/build/tmp-angstrom_v2012_12-eglibc/sysroots/beaglebone/usr/src/kernel' > | CC [M] > > /media/brent/Disk2/oe/setup-scripts/build/tmp-angstrom_v2012_12-eglibc/work/beaglebone-angstrom-linux-gnueabi/omap3-sgx-modules-4.05.00.03-r23b/Graphics_SDK_4_05_00_03/GFX_Linux_KM/services4/3rdparty/bufferclass_ti/bc_cat.o > | > /media/brent/Disk2/oe/setup-scripts/build/tmp-angstrom_v2012_12-eglibc/work/beaglebone-angstrom-linux-gnueabi/omap3-sgx-modules-4.05.00.03-r23b/Graphics_SDK_4_05_00_03/GFX_Linux_KM/services4/3rdparty/bufferclass_ti/bc_cat.c: > In function 'bc_cat_init': > | > /media/brent/Disk2/oe/setup-scripts/build/tmp-angstrom_v2012_12-eglibc/work/beaglebone-angstrom-linux-gnueabi/omap3-sgx-modules-4.05.00.03-r23b/Graphics_SDK_4_05_00_03/GFX_Linux_KM/services4/3rdparty/bufferclass_ti/bc_cat.c:612:6: > error: implicit declaration of function 'cpu_is_omap3530' > [-Werror=implicit-function-declaration] > | > /media/brent/Disk2/oe/setup-scripts/build/tmp-angstrom_v2012_12-eglibc/work/beaglebone-angstrom-linux-gnueabi/omap3-sgx-modules-4.05.00.03-r23b/Graphics_SDK_4_05_00_03/GFX_Linux_KM/services4/3rdparty/bufferclass_ti/bc_cat.c:612:6: > error: implicit declaration of function 'omap_rev' > [-Werror=implicit-function-declaration] > | > /media/brent/Disk2/oe/setup-scripts/build/tmp-angstrom_v2012_12-eglibc/work/beaglebone-angstrom-linux-gnueabi/omap3-sgx-modules-4.05.00.03-r23b/Graphics_SDK_4_05_00_03/GFX_Linux_KM/services4/3rdparty/bufferclass_ti/bc_cat.c:612:56: > error: 'OMAP3430_REV_ES3_0' undeclared (first use in this function) > | > /media/brent/Disk2/oe/setup-scripts/build/tmp-angstrom_v2012_12-eglibc/work/beaglebone-angstrom-linux-gnueabi/omap3-sgx-modules-4.05.00.03-r23b/Graphics_SDK_4_05_00_03/GFX_Linux_KM/services4/3rdparty/bufferclass_ti/bc_cat.c:612:56: > note: each undeclared identifier is reported only once for each function it > appears in > | cc1: some warnings being treated as errors > | make[3]: *** > [/media/brent/Disk2/oe/setup-scripts/build/tmp-angstrom_v2012_12-eglibc/work/beaglebone-angstrom-linux-gnueabi/omap3-sgx-modules-4.05.00.03-r23b/Graphics_SDK_4_05_00_03/GFX_Linux_KM/services4/3rdparty/bufferclass_ti/bc_cat.o] > Error 1 > | make[2]: *** > [/media/brent/Disk2/oe/setup-scripts/build/tmp-angstrom_v2012_12-eglibc/work/beaglebone-angstrom-linux-gnueabi/omap3-sgx-modules-4.05.00.03-r23b/Graphics_SDK_4_05_00_03/GFX_Linux_KM/services4/3rdparty/bufferclass_ti] > Error 2 > | make[1]: *** > [_module_/media/brent/Disk2/oe/setup-scripts/build/tmp-angstrom_v2012_12-eglibc/work/beaglebone-angstrom-linux-gnueabi/omap3-sgx-modules-4.05.00.03-r23b/Graphics_SDK_4_05_00_03/GFX_Linux_KM] > Error 2 > | make[1]: Leaving directory > `/media/brent/Disk2/oe/setup-scripts/build/tmp-angstrom_v2012_12-eglibc/sysroots/beaglebone/usr/src/kernel' > | make: *** [all] Error 2 > | ERROR: oe_runmake failed > | ERROR: Function failed: do_compile (see > /media/brent/Disk2/oe/setup-scripts/build/tmp-angstrom_v2012_12-eglibc/work/beaglebone-angstrom-linux-gnueabi/omap3-sgx-modules-4.05.00.03-r23b/temp/log.do_compile.18454 > for further information) > ERROR: Task 1523 > (/media/brent/Disk2/oe/setup-scripts/sources/meta-ti/recipes-bsp/powervr-drivers/ > omap3-sgx-modules_4.05.00.03.bb, do_compile) failed with exit code '1' > NOTE: Tasks Summary: Attempted 2477 tasks of which 2475 didn't need to be > rerun and 1 failed. > Waiting for 0 running tasks to finish: > > Summary: 1 task failed: > > /media/brent/Disk2/oe/setup-scripts/sources/meta-ti/recipes-bsp/powervr-drivers/ > omap3-sgx-modules_4.05.00.03.bb, do_compile > Summary: There was 1 WARNING message shown. > Summary: There was 1 ERROR message shown, returning a non-zero exit code. > > On Saturday, November 23, 2013 11:34:49 PM UTC-5, Scott Force wrote: >> >> VLC does have a console interface via ncurses. I have used it on my >> desktop system before under Arch Linux and it works quite well. >> >> http://wiki.videolan.org/Console >> >> I don't know which OS you are using but I did a quick search on this >> forum and it seems that a VLC package is not available for Angstrom. But if >> you search the forums there are a bunch of posts for compiling it. >> >> >> >> On Saturday, 23 November 2013 23:14:24 UTC-5, Brent wrote: >>> >>> Thanks for the response, but I am not using a window manager, so I can't >>> use VLC. I need to be able to display the video on the frame buffer. I've >>> also tried ffmpeg, but no luck there either. >>> >>> On Saturday, November 23, 2013 10:50:43 PM UTC-5, Scott Force wrote: >>>> >>>> I am in the process of ordering my very first BeagleBone Black so I >>>> can't attest to how it plays videos. Maybe try a different video player >>>> such as VLC and see if it makes a difference. >>>> >>>> >>>> On Wednesday, 20 November 2013 15:15:06 UTC-5, Brent wrote: >>>>> >>>>> This should be straightforward, but I'm having some problems getting >>>>> this to work. Using mplayer, I use the following command: mplayer -ao >>>>> alsa >>>>> -vo fbdev2 -zoom -x 800 -y 480 test.mpg >>>>> >>>>> Whenever I run this command, it shows the first frame, and then >>>>> nothing else. I've tried .avi, .mpg, and .mp4 files, but they all have >>>>> the >>>>> same result. Has anyone been able to play videos on the BeagleBone Black? >>>>> >>>> -- > For more options, visit http://beagleboard.org/discuss > --- > You received this message because you are subscribed to the Google Groups > "BeagleBoard" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
