Red5 / red5-server-common

Red5 Servers common classes
Apache License 2.0
47 stars 106 forks source link

Red5/red5-server#159: Video issue seems to be partially fixed #40

Closed solomax closed 8 years ago

solomax commented 8 years ago

I believe we need something like decodeChunk method which will call decodePacket as soon as packet buffer will be complete current implementation processes buffer inefficiently :(

solomax commented 8 years ago

red5-publisher works much stable after this fix the weird thing I noticed: published stream is being played as expected with default name and failed to be played if was published with name "stream" (black screen)

unfortunately OpenMeetings doesn't work as expected: black screen instead of video, no errors :((