Difference between revisions of "Compile Mplayer For Using With Video API"
From ElphelWiki
OneArtPlease (talk | contribs) |
|||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{en|ru=Compile Mplayer For Using With Video API.Ru|cn=Compile Mplayer For Using With Video API.cn}} | {{en|ru=Compile Mplayer For Using With Video API.Ru|cn=Compile Mplayer For Using With Video API.cn}} | ||
− | You can take the MPlayer | + | You can take the MPlayer source code from the address: http://www.mplayerhq.hu/design7/dload.html |
Also it is necessary to download the source code of LiveMedia: http://www.live555.com/liveMedia/public/ | Also it is necessary to download the source code of LiveMedia: http://www.live555.com/liveMedia/public/ | ||
Line 9: | Line 9: | ||
$make</nowiki> | $make</nowiki> | ||
− | + | Next you must configure MPlayer before compilation, by telling it where the LiveMedia Code we just made is located. This command looks like: | |
− | + | <nowiki>$./configure --with-livelibdir=/home/*yourusername+/*path_to_where_you_placed_the_LiveMedia_Files/live --enable-live</nowiki> | |
− | |||
− | <nowiki>$./configure --with-livelibdir=/home/ | ||
Now compile: | Now compile: | ||
<nowiki>$make</nowiki> | <nowiki>$make</nowiki> | ||
− | If compilation | + | If the compilation completes without errors, the executable files mplayer and mencoder will be created in the current directory. You can install MPlayer and all users will be able to use it (you must have root privileges for this operation): |
<nowiki>#make install</nowiki> | <nowiki>#make install</nowiki> |
Latest revision as of 06:50, 20 November 2008
in English | [[{{{de}}}|deutsch]] | [[{{{fr}}}|français]] | по-русски | автоперевод | 中文版 | 机械翻译
You can take the MPlayer source code from the address: http://www.mplayerhq.hu/design7/dload.html
Also it is necessary to download the source code of LiveMedia: http://www.live555.com/liveMedia/public/
Compile the LiveMedia code:
$./genMakefiles linux $make
Next you must configure MPlayer before compilation, by telling it where the LiveMedia Code we just made is located. This command looks like:
$./configure --with-livelibdir=/home/*yourusername+/*path_to_where_you_placed_the_LiveMedia_Files/live --enable-live
Now compile:
$make
If the compilation completes without errors, the executable files mplayer and mencoder will be created in the current directory. You can install MPlayer and all users will be able to use it (you must have root privileges for this operation):
#make install