Versions Compared

Key

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

...

Below is the call flow when capturing an RTMP stream from another server

Known issues

1) . A stream containing B-frames does not play or plays with artifacts (latencies, lags)

...

Solution: request lower resolution video from the server to avoid using B-frames or transcode that stream.

2) . When recording the captured stream to the disk, only audio is recorded

...

attribute for the video track.

3) . AAC frames of type 0 are not supported by decoder and will be ignored while stream pulled playback

...

Code Block
languagebash
themeRDark
10:13:06,815 WARN AAC - AudioProcessor-c6c22de8-a129-43b2-bf67-1f433a814ba9 Dropping AAC frame that starts with 0, 119056e500

4. Some RTMP functions does not supported and will be ignored:

  • FCSubscribe
  • FCPublish
  • FCUnpublish
  • onStatus
  • onUpstreamBase
  • releaseStream