CONFIDENTIAL
Z3-DM8169-4CH-RPS V2.01.30a
___________________________________________________________________________________________
Z3 Technology, LLC
♦
100 N 8
th
ST, STE 250
♦
Lincoln, NE 68508-1369 USA
♦
+1.402.323.0702
14
This will present you with an "=" prompt. You can then enter commands to encode. For example:
= encode instance=1 source=HDMI1 dst=rtp://192.168.0.6:5004 audio=off
will start an encode from HDMI1 streaming to 192.168.0.6 at port 5004. You can find an example of
using this in a script at:
$PRJROOT/dvr-rdk/runz3demo.sh
5.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.