[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]


Running the Sample IPTV Application

To run the sample IPTV application, you must:

  1. 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.
  2. Start the SAE, the NIC, and SRC-ACP, and establish the router connections.
  3. 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.
  4. In the /bin directory, compile the SAE IDL by running compileIDL.
  5. Include the omniORB library (/opt/UMC/omni/lib by default) in the LD_LIBRARY_PATH environment. For example:
  6. export LD_LIBRARY_PATH=/opt/UMC/omni/lib:$LD_LIBRARY_PATH 
    
    export PATH=/opt/UMC/python/bin:$PATH 
    
    
    
  7. In the /bin directory, run the startIPTVService1.py Python script.
  8. In the /bin directory, run the startIPTVService2.py Python script.
  9. In the /bin directory, run the stopIPTVService2.py Python script.
  10. In the /bin directory, run the stopIPTVService1.py Python script.


[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]