Difference between revisions of "MPlayer"
From ElphelWiki
(→Getting Sources) |
|||
Line 16: | Line 16: | ||
== Getting Sources == | == Getting Sources == | ||
− | *[http://www.mplayerhq.hu/ | + | *[http://www.mplayerhq.hu/MPlayer/releases/MPlayer-1.0rc2.tar.bz2 MPlayer source] |
=== Libs === | === Libs === |
Revision as of 11:15, 15 October 2008
Contents
Why MPlayer?
At the time we started Elphel project MPlayer was the only working solution.
Usage with the Cameras
MPlayer allow to view the multicast / unicast stream from the camera.
MEncoder allow live transcoding.
Defference with the Main Branch
The official MPlayer have to be patched (one single line) and compiled with the last lib live555.
Binary Packages
We do not yet maintain official binary releases.
The only binary version is on the LiveDVD (Knoppix based) we send to customers with a camera.
Getting Sources
Libs
Patches
The only patch to apply now is in the file libmpdemux/demux_rtp.cpp
#define MAX_RTP_FRAME_SIZE 50000
need to be changed by
#define MAX_RTP_FRAME_SIZE 5000000