Versions Compared

Key

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

...

Excerpt

Quick manual on testing

1. For test we use:

  • WCS server
  • OBS Studio
  • Player web application in Chrome browser to stream playback

2. Set up RTMP strteaming streaming to the server address, for example rtmp://test1.flashphoner.com:1935/live/, set the stream key obsStream:

3. Start streaming in OBS Studio:

4. Open Player application. Set the stream key in 'Stream' field and press 'Start' button. The stream captured playback begins.

...

Code Block
languagebash
themeRDark
keep_alive.enabled=websocket,rtmfp

Since build 5.2.643 KeepAlive is turned off by default for RTMP publishers.

2. If RTMP stream is published from OBS using Nvidia GPU encoding, this stream may freeze when it is playing in Safari browser as WebRTC, or Safari browser may hang

...

b) for previous builds, disable QuickSync in OBS

4. RTMP connection is restored slowly on an unstable channel

Symptoms: when RTMP connection is closed by OBS due to a channel bad quality between OBS and server, the connection is not restored or is restored more than minute after the channel quality becomes good again

Solution: enable media activity control for RTMP publishing and reduce the activity control timeout to 10 seconds

Code Block
themeRDark
flash_rtp_activity_enabled=true
rtp_activity_timeout=10