CONFIDENTIAL
Z3-DM816X-VI-RPS RDK V2.00.04a
___________________________________________________________________________________________
Z3 Technology, LLC
♦
100 N 8
th
ST, STE 250
♦
Lincoln, NE 68508-1369 USA
♦
+1.402.323.0702
13
# source /opt/mcsenc/mcsenc.sh
This will present you with an "=" prompt. You can then enter commands to encode. For example:
= encode instance=1 source=SDI1 dst=rtp://
192.168.0.6:5004
size=1280x720 audio=off
will start an encode from SDI1 streaming to 192.168.0.6 at port 5004 scaled to 1280x720. You can find an
example of using this in a script at:
$PRJROOT/dvr-rdk/runz3demo.sh
4.2.3 Application Source Code
The application source code can be found mainly in:
z3apps/rdk/rdk_demo
The top-level file for the menu-driven demo is demo.c. The top-level files for the command line interfaces
are demo_mcsenc.c and demo_mcsdec.c.