Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

192.168.1.5 is WCS server IP address defined in flashphoner.properties file

hls.sdp

Since build 5.2.575, the file hls.sdp describes SDP used to playback HLS streams. By default, the file contains the following SDP configuration:

Code Block
themeRDark
v=0
o=- 1988962254 1988962254 IN IP4 0.0.0.0
c=IN IP4 0.0.0.0
t=0 0
a=sdplang:en
m=video 0 RTP/AVP 112
a=rtpmap:112 H264/90000
a=fmtp:112 packetization-mode=1; profile-level-id=420020
a=recvonly
m=audio 0 RTP/AVP 108 102 103
a=rtpmap:108 mpeg4-generic/48000/1
a=rtpmap:102 mpeg4-generic/32000/1
a=rtpmap:103 mpeg4-generic/44100/1
a=recvonly

Note that audio sample rates lower than 32000 Hz are not sypported yet