Ticket #770 (closed Bug: Fixed)

Opened 21 months ago

Last modified 17 months ago

Stream metadata is not working - ticket with solution

Reported by: pawelreal Owned by: mondain
Priority: Critical Component: App Server
Version: 0.9.0 RC1 Keywords:
Cc:

Description

While having 2 streams you can't send metadata from publisher to player.

Bug is caused by method

public Notify decodeStreamMetadata(IoBuffer in, RTMP rtmp) {

in file RTMPProtocolDecoder

The whole "if" from line 959 to 1001 is causing the bug.

Looks like data is once read from buffer, and the bug appears.

When you comment whole "if" section it's working fine.

Change History

Changed 19 months ago by pawelreal

  • summary changed from Stream metadata is not working to Stream metadata is not working - ticket with solution

Changed 17 months ago by mondain

  • status changed from new to closed
  • resolution set to Fixed

Fix committed at revision 4137

Note: See TracTickets for help on using tickets.