MAX_RTP_FRAME_SIZE & modern network cameras
Hello,
Recently MPlayer team member Atilla increased on my request the MAX_RTP_FRAME_SIZE in libmpdemux/
http://
Is it possible to apply this simple change to the main sources of MPlayer package on Ubuntu ? So we will not have to wait on the next release of MPlayer.
This change allow frames up to 5MB over RTP. This is needed for high resolution cameras such as Elphel. http://
It would be really nice to have a working mplayer out of the box with Ubuntu 8.10.
Best regards,
Alexandre
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- Ubuntu mplayer Edit question
- Assignee:
- No assignee Edit question
- Last query:
- 2008-10-26
- Last reply:
- 2008-11-10
I think you can try to compile the source code from svn please refer to the
http://
On Ubuntu you must install a lot of packages to compile... first the subversion and the build-essential packages...
Open a Terminal from the menu Applications → Accessories → Terminal and type:
(when the system ask you a password give your user password, you will not see nothing when you type it, then press enter)
sudo apt-ger update
sudo apt-get install subversion build-essential
donwload the source from svn:
svn checkout svn://svn.
cd mplayer
read the readme file in this directory to compile, i hope there is one...
Then you must resolve all requested dev library needed to compile
Hope this helps
Can you help with this problem?
Provide an answer of your own, or ask Alexandre Poltorak for more information if necessary.