javier3407 / apple-http-osmf

Automatically exported from code.google.com/p/apple-http-osmf
0 stars 0 forks source link

This does not compile with OSMF 1.6.1 #9

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Include this lib in a Flex project that uses OSMF 1.6.1

What is the expected output? What do you see instead?
Expect it to compile. Instead see the following errors
1119: Access of possibly undefined property NOTIFY_INDEX_READY through a 
reference with static type Class.   HTTPStreamingM3U8IndexHandler.as line 
199 Flex Problem
1119: Access of possibly undefined property NOTIFY_INDEX_READY through a 
reference with static type Class.   HTTPStreamingM3U8IndexHandler.as line 
201 Flex Problem
1119: Access of possibly undefined property NOTIFY_RATES through a reference 
with static type Class. HTTPStreamingM3U8IndexHandler.as     line 214   Flex Problem
1119: Access of possibly undefined property NOTIFY_SCRIPT_DATA through a 
reference with static type Class.   HTTPStreamingM3U8IndexHandler.as    line 
308 Flex Problem
1119: Access of possibly undefined property NOTIFY_SEGMENT_DURATION through a 
reference with static type Class.   HTTPStreamingM3U8IndexHandler.as    line 
276 Flex Problem

What version of the product are you using? On what operating system?
Latest from trunk, OSMF 1.6.1, Flex SDK 4.6

Please provide any additional information below.

Original issue reported on code.google.com by super...@gmail.com on 30 Nov 2011 at 2:23

GoogleCodeExporter commented 8 years ago
I have the same issue but a newer version of OSMF.

Compiled with:
  Flex SDK 4.6.0
  OSMF 2.0.2494
  Windows 7 64-bit
  The latest apple-http-osmf checked out today (3/30/2012)

Perhaps you developed against an older version of OSMF? 
HttpStreamingIndexHandlerEvent doesn't seem to have those events in it and its 
constructor looks totally different from the arguments you're supplying.

I've attached a copy of my errors in compile_error.txt

Original comment by JWoffen...@gmail.com on 30 Mar 2012 at 11:24

Attachments:

GoogleCodeExporter commented 8 years ago
There are more. this properties does not exist in osmf 1.6

httpNetStream.manualSwitchMode
httpNetStream.soundTransform

Please update the library to osmf 1.6.1

Original comment by zale...@dultonmedia.com on 18 Apr 2012 at 1:35

GoogleCodeExporter commented 8 years ago
I haven't had a chance to adapt this to anything since 1.5. I'll take a look.

Original comment by atmatthewat@gmail.com on 8 Jun 2012 at 5:44

GoogleCodeExporter commented 8 years ago
Code should now at least compile for 2.0

Original comment by atmatthewat@gmail.com on 8 Jun 2012 at 9:05

GoogleCodeExporter commented 8 years ago
Code compiles and passes basic usability tests on OSMF 2.0. Calling this closed 
at this point.

Original comment by atmatthewat@gmail.com on 22 Jun 2012 at 3:19