Running the Sample IPTV Application
To run the sample IPTV application, you must:
- Install the omniORB and SMCpython packages from the SRC software distribution. See the SDX Getting Started Guide for complete information about installing the SRC core software.
- Start the SAE, the NIC, and SRC-ACP, and establish the router connections.
- Log in to the IPTV server as a static interface user on the JUNOS routing platform, and log in as the IPTV subscriber on the JUNOSe router.
- In the /bin directory, compile the SAE IDL by running compileIDL.
- Include the omniORB library (/opt/UMC/omni/lib by default) in the LD_LIBRARY_PATH environment. For example:
export LD_LIBRARY_PATH=/opt/UMC/omni/lib:$LD_LIBRARY_PATHexport PATH=/opt/UMC/python/bin:$PATH- In the /bin directory, run the startIPTVService1.py Python script.
- In the /bin directory, run the startIPTVService2.py Python script.
- In the /bin directory, run the stopIPTVService2.py Python script.
- In the /bin directory, run the stopIPTVService1.py Python script.