ltm profile rtspΒΆ

ltm profile rtsp(1)	      BIG-IP TMSH Manual	   ltm profile rtsp(1)



NAME
       rtsp - Configures an RTSP (realtime streaming protocol) profile.

MODULE
       ltm profile

SYNTAX
       Configure the rtsp component within the ltm profile module using the
       syntax shown in the following sections.

   CREATE/MODIFY
	create rtsp [name]
	modify rtsp [name]
	  options:
	    app-service [[string] | none]
	    check-source [disabled | enabled]
	    defaults-from [name]
	    description [string]
	    idle-timeout [integer]
	    max-header-size [integer]
	    max-queued-data [integer]
	    multicast-redirect [disabled | enabled]
	    proxy [external | internal | none]
	    proxy-header [ [name] | none]
	    real-http-persistence [disabled | enabled]
	    rtcp-port [number]
	    rtp-port [number]
	    session-reconnect [disabled | enabled]
	    unicast-redirect [disabled | enabled]
	    log-publisher [log publisher name | none]
	    log-profile [log profile name | none]

	edit rtsp [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties

	mv rtsp [ [[source-name] [destination-name]] | [[name] to-folder [folder-name]] | [[name...name] to-folder [folder-name]] ]
	  options:
	    to-folder

	reset-stats rtsp
	reset-stats rtsp [ [ [name] | [glob] | [regex] ] ... ]

   DISPLAY
	list rtsp
	list rtsp [ [ [name] | [glob] | [regex] ] ... ]
	show running-config rtsp
	show running-config rtsp
	  [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties
	    one-line
	    partition

	show rtsp
	show rtsp [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    (default | exa | gig | kil | meg | peta | raw | tera | yotta | zetta)
	    field-fmt
	    global

   DELETE
	delete rtsp [name]

DESCRIPTION
       You can use the rtsp component to manage a profile that you use to
       control RTSP traffic.

EXAMPLES
       create rtsp my_rtsp_profile defaults-from rtsp

       Creates a custom RTSP profile named my_rtsp_profile that inherits its
       settings from the system default RTSP profile.

       list rtsp all-properties

       Displays all properties for all RTSP profiles.

       mv rtsp /Common/my_rtsp_profile to-folder /Common/my_folder

       Moves a custom rtsp profile named my_rtsp_profile to a folder named
       my_folder, where my_folder has already been created and exists within
       /Common.

OPTIONS
       app-service
	    Specifies the name of the application service to which the profile
	    belongs. The default value is none. Note: If the strict-updates
	    option is enabled on the application service that owns the object,
	    you cannot modify or delete the profile. Only the application
	    service can modify or delete the profile.

       check-source
	    When enabled the system uses the source attribute in the transport
	    header to establish the target address of the RTP stream, and
	    before the response is forwarded to the client, updates the value
	    of the source attribute to be the virtual address of the BIG-IP
	    system. When disabled the system does not change the source
	    attribute. The default value is enabled.

       defaults-from
	    Specifies the profile that you want to use as the parent profile.
	    Your new profile inherits all of the settings and values from the
	    specified parent profile. The default value is rtsp.

       description
	    User defined description.

       glob Displays the items that match the glob expression. See help glob
	    for a description of glob expression syntax.

       idle-timeout
	    Specifies the number of seconds that a connection is idle before
	    the connection is eligible for deletion. The default value is 300
	    seconds.

       max-header-size
	    Specifies the maximum size of an RTSP request or response header
	    that the RTSP filter accepts before dropping the connection. The
	    default value is 4096 bytes.

       max-queued-data
	    Specifies the maximum amount of data that the RTSP filter buffers
	    before dropping the connection. The default value is 32768 bytes.

       multicast-redirect
	    Specifies whether to enable or disable multicast redirect. When
	    enabled, the client can select the destination to which to stream
	    data. The default value is disabled.

       name Specifies a unique name for the component. This option is required
	    for the commands create, delete, and modify.

       partition
	    Displays the administrative partition within which the component
	    resides.

       proxy
	    Specifies whether the RTSP filter is associated with an RTSP proxy
	    configuration. The default value is none.

       proxy-header
	    When the proxy option is set, specifies the name of the header in
	    the RTSP proxy configuration that is passed from the client-side
	    virtual server to the server-side virtual server. Note that the
	    name of the header must begin with X-. The default value is none.

	    To use the proxy-header option, you must specify a value for the
	    proxy option.

       real-http-persistence
	    Specifies whether to enable or disable real HTTP persistence. When
	    enabled, the RTSP filter automatically persists Real Networks RTSP
	    over HTTP using the RTSP port. The default value is enabled. If
	    you disable this parameter, you can override the default behavior
	    with an iRule.

       regex
	    Displays the items that match the regular expression. The regular
	    expression must be preceded by an at sign (@[regular expression])
	    to indicate that the identifier is a regular expression. See help
	    regex for a description of regular expression syntax.

       rtcp-port
	    Specifies the number of the port to use for the Real Time Control
	    Protocol (RTCP) service. The default value is 0 (zero). RTCP
	    allows monitoring of real-time data delivery.

       rtp-port
	    Specifies the number of the port to use for the RTP service. The
	    default value is 0 (zero).

       session-reconnect
	    Specifies whether to enable or disable session reconnect. When
	    enabled, the RTSP filter persists the control connection, which is
	    being resumed, to the correct server. The default value is
	    disabled.

       to-folder
	    rtsp profiles can be moved to any folder under /Common, but
	    configuration dependencies may restrict moving the profile out of
	    /Common.

       unicast-redirect
	    Specifies whether to enable or disable unicast redirect. When
	    enabled, the client can select the destination to which to stream
	    data. The default value is disabled.

       log-publisher
	    Specify the name of the log publisher which logs translation
	    events. See help sys log-config for more details on the logging
	    sub-system. Use the "sys log-config publisher" component to set up
	    a log publisher.

       log-profile
	    Specify the name of the ALG log profile which controls the logging
	    of ALG . See help ltm alg-log-profile for more details on the
	    logging profile sub-system. Use the "ltm alg-log-profile profile"
	    component to set up a ALG log profile.

SEE ALSO
       create, delete, edit, glob, list, ltm virtual, modify, mv, regex,
       reset-stats, show, tmsh

COPYRIGHT
       No part of this program may be reproduced or transmitted in any form or
       by any means, electronic or mechanical, including photocopying,
       recording, or information storage and retrieval systems, for any
       purpose other than the purchaser's personal use, without the express
       written permission of F5 Networks, Inc.

       F5 Networks and BIG-IP (c) Copyright 2008-2010, 2012-2013, 2015-2016.
       All rights reserved.



BIG-IP				  2016-03-14		   ltm profile rtsp(1)