~polto/elphelogm/trunk

« back to all changes in this revision

Viewing changes to README

  • Committer: Alexandre Poltorak
  • Date: 2008-03-16 15:36:14 UTC
  • Revision ID: polto@alsenet.com-20080316153614-hh918wm42mgrvrdy
my first bazaar commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This utility is created for dumping RTP MJPEG stream from Elphel 313/333 cameras into OGG container.
 
2
It can be used not only for this cameras, but for any multicast RTP/MJPEG stream.
 
3
Incoming stream is converted into output format and dumed to stdout or files.
 
4
 
 
5
See ElphelOgm -h for help
 
6
 
 
7
For compiling utility - unpack tgz archive and doing next:
 
8
 
 
9
./autogen.sh
 
10
./configure --with-uclmmbase=<path to libuclmmbase.a>
 
11
for example: ../common/src
 
12
make
 
13
 
 
14
uclmmbase library is used for receiving RTP packe.
 
15
this is  UCL Common Code Library http://www-mice.cs.ucl.ac.uk/multimedia/software/common/
 
16
reqired version is 1.2.16
 
17
 
 
18
You can increase the receiving buffer of UDP stack for decrease packet lossing.
 
19
On linux use follows, for example:
 
20
 
 
21
# echo 2048000 >/proc/sys/net/core/rmem_max
 
22
# echo 2048000 >/proc/sys/net/core/rmem_default
 
23
# echo 4096 >/proc/sys/net/core/netdev_max_backlog
 
24
# echo 128000 >/proc/sys/net/core/optmem_max
 
25
 
 
26
wbr, 
 
27
Andrey Latin 
 
28
mail to: andrey.latin@gmail.com
 
29
Sergey Khlutchin
 
30
Sergey.Khlutchin@gmail.com
 
31
Elphel Inc, 2005