Ticket #770 (closed Bug: Fixed)
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
Note: See
TracTickets for help on using
tickets.
