Bug 15801 - AOL video doesn't play
Summary: AOL video doesn't play
Status: NEW
Alias: None
Product: swfdec
Classification: Unclassified
Component: plugin (show other bugs)
Version: git
Hardware: x86-64 (AMD64) Linux (All)
: medium enhancement
Assignee: swfdec ml
QA Contact: swfdec ml
URL: http://video.aol.com/video/comedy-fun...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-02 09:08 UTC by Pavel Roskin
Modified: 2008-06-19 10:16 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Pavel Roskin 2008-05-02 09:08:40 UTC
Videos from AOL don't play.  The player consist of two parts, as evidenced by the debug messages:

Loading stream: http://us.video.aol.com/publish/players/mpp-20080303-113301-a12/files/mpp-20080303-113301-a12-tpm.swf
Loading stream: http://us.video.aol.com/publish/players/mpp-20080303-113301-a12/files/mpp-20080303-113301-a12-shell.swf

Both need to be started separately.  Autoplay doesn't make the video play.  The bottom part is shown, but the buttons don't start the video.

Initial messages from the top part (*-shell.swf):

SWFDEC: WARN : swfdec_swf_decoder.c(342): swfdec_swf_decoder_parse_one: tag function not implemented for 73 DefineFontAlignZones
SWFDEC: WARN : swfdec_as_interpret.c(895): swfdec_action_call_method: no function named "addEventListener" on object SwfdecSpriteMovie
SWFDEC: WARN : swfdec_as_interpret.c(895): swfdec_action_call_method: no function named "addEventListener" on object SwfdecSpriteMovie
SWFDEC: WARN : swfdec_as_interpret.c(895): swfdec_action_call_method: no function named "createAccessibilityImplementation" on object SwfdecSpriteMovie
SWFDEC: WARN : swfdec_as_interpret.c(895): swfdec_action_call_method: no function named "_endInit" on object SwfdecSpriteMovie
SWFDEC: WARN : swfdec_as_interpret.c(2402): swfdec_action_enumerate2: Enumerate called without an object
SWFDEC: WARN : swfdec_as_interpret.c(895): swfdec_action_call_method: no function named "drawHandler" on object SwfdecSpriteMovie

Initial messages from the bottom part (*-tpm.swf):

SWFDEC: WARN : swfdec_swf_decoder.c(353): swfdec_swf_decoder_parse_one: early finish (5482 bytes) at 23232, tag 75 DefineFont3, length 6116
SWFDEC: WARN : swfdec_swf_decoder.c(342): swfdec_swf_decoder_parse_one: tag function not implemented for 73 DefineFontAlignZones
SWFDEC: WARN : swfdec_swf_decoder.c(353): swfdec_swf_decoder_parse_one: early finish (8 bytes) at 23412, tag 75 DefineFont3, length 29
SWFDEC: WARN : swfdec_swf_decoder.c(342): swfdec_swf_decoder_parse_one: tag function not implemented for 73 DefineFontAlignZones
SWFDEC: WARN : swfdec_swf_decoder.c(342): swfdec_swf_decoder_parse_one: tag function not implemented for 74 CSMTextSettings

I suspect that the parts don't communicate to each other.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.