Class: Net::RTSP::Setup

Inherits:
RTSPGenericRequest show all
Defined in:
lib/raop/rtsp.rb

Instance Method Summary collapse

Methods inherited from RTSPGenericRequest

#exec

Constructor Details

#initializeSetup

Returns a new instance of Setup.



183
184
185
186
# File 'lib/raop/rtsp.rb', line 183

def initialize
  super('SETUP')
  self['Transport'] = 'RTP/AVP/TCP;unicast;interleaved=0-1;mode=record'
end