Adobe-Runtime-Support icon indicating copy to clipboard operation
Adobe-Runtime-Support copied to clipboard

When using SDK 50.2.4.5, error #2004 occurs in NetStream.play().

Open koreaflash opened this issue 3 months ago • 6 comments

When using NetStream.play(null) using SDK 50.2.4.5, the following error occurs.

TypeError: Error #2004: One of the parameters is invalid. at flash.net::NetStream/play() at com.kdmt.common.net::CustomStream/play()[E:\kdmtdev\rtmp\rtmp2http\src\com\kdmt\common\net\CustomStream.as:238] at com.kdmt.common.net::CustomStream/resume()[E:\kdmtdev\rtmp\rtmp2http\src\com\kdmt\common\net\CustomStream.as:186] at com.kdmt.common.player::VideoObj/_seekByTime()[E:\kdmtdev\as3_common\src\com\kdmt\common\player\VideoObj.as:495] at Function/http://adobe.com/AS3/2006/builtin::apply() at DelayObj/call()[E:\kdmtdev\as3_common\src\com\kdmt\common\pool\DelayObj.as:18] at com.kdmt.common.pool::DelayPool/enterFrame()[E:\kdmtdev\as3_common\src\com\kdmt\common\pool\DelayPool.as:40]

It doesn't happen on 50.2.4.4, 50.2.4.3, 50.2.4.2, etc.

The development environment is as follows. AIR SDK: 50.2.4.5 Windows 10 Enterprise IDE: Flashbuilder 4.7 Test Device OS : Android 13

  • For reference, I am playing an flv file.
  • Attach the CustomStream.as file.

netstream_error CustomStream.zip

koreaflash avatar Apr 30 '24 04:04 koreaflash