Class: Net::RTSP::Setup
- Inherits:
-
RTSPGenericRequest
- Object
- HTTPGenericRequest
- RTSPGenericRequest
- Net::RTSP::Setup
- Defined in:
- lib/raop/rtsp.rb
Instance Method Summary collapse
-
#initialize ⇒ Setup
constructor
A new instance of Setup.
Methods inherited from RTSPGenericRequest
Constructor Details
#initialize ⇒ Setup
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 |