To change window title displayed when streaming using RTSP/RTP, add the following property to the RTP/Properties container in [install-dir]/conf/[application]/Application.xml. (Be sure to get the correct <Properties> container; there are several in the Application.xml file.)
<Property> <Name>rtspSessionName</Name> <Value>Session Title</Value> </Property>
You can change this value to ${com.wowza.wms.context.StreamName} if you want it to match the stream name:
<Property> <Name>rtspSessionName</Name> <Value>${com.wowza.wms.context.StreamName}</Value> </Property>
Originally Published: 10-03-2010.
If you're having problems or want to discuss this article, post in our forum.