Hi there,
ffmpeg, ffprobe, ffserver [and now ffplay, added necessary entries] can be built now in the custom version.
Ted Hess (thank you very much) sent me a Makefile for that purpose. I have adapted it to build a custom configuration that I needed. I also modified Config.in accordingly.
So far the Makefile works (with the variable DISPLAYMENUS=n). With DISPLAYMENUS=y the menus work very nice, but it has no function (it needs fixing, it would be nice having them working). I included for the menus a new file, FFmpeg.in. All these files belong to the ./feeds/packages/multimedia/ffmpeg/ folder.
The file Config.in (and Makefile) include some options for ffmpeg (programs and library), but not all. It would be nice to add the rest (I added the ones I needed).
http://wificlassroom.upct.es/ffmpegCustomMakefile.tgz
Hi Ted,
Thank you very much for your help. I tried your Makefile with the existing custom options you put in it, and it worked first attempt
I'll start testing tomorrow, adjusting it to my needs. I'll let you know the results through the forum.
Again, thank you very much,
Francesc
El 25/10/18 a les 19:18, Ted Hess ha escrit:
Hi Francesc -
Since you are not the first person to request for this type of configuration, I thought I'd take a stab at it. The attached Makefile will build the ffmpeg utilities (ffmpeg, ffserver & ffprobe) with a libffmpeg-custom dependency. What you are essentially missing in your attempt is that ffmpeg requires libavfiler and libswresample which are not part of the custom build configurations.
While this Makefile will build the packages you specify, I have no idea if ffmpeg will run or will do what you want - It is up to you to do the testing.
Please let me know how you make out. If this seems to be the right direction and you get something to work, we would all be better served if this discussion were moved to our forum (https://forum.openwrt.org) instead of personal emails.
/ted