Making MP4 on embedded linux work requires some additional steps, here are those steps:
Solution:
Making MP4 on embedded linux work requires some additional steps, here are those steps:
Requirements:
- eBUS SDK for Ubuntu .
Step by step guide:
- Installed the needed packages:
sudo apt-get install libswscale-dev libavcodec-dev libavformat-dev
- modify the Makefile in eBUSPlayer folder.
- Add these lines at the end of the Makefile
- LDFLAGS += -lswscale \
- -lavcodec \
- -lavformat\
- -lavutil
- CPPFLAGS += -DPV_ENABLE_MP4
step3: Clean the previous compilation with make clean.
step4: Recompile eBUSPlayer sample with the make command.
Issues:
N/A
Revision note:
Date | Comment |
24/04/2025 | Added article |
Comments
0 comments
Please sign in to leave a comment.