google-code-export / flowplayer-core

Automatically exported from code.google.com/p/flowplayer-core
2 stars 0 forks source link

hw accel: bleached colors in fullscreen mode #612

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. go to http://flowplayer.org/demos/configuration/accelerated.html
2. play ca. 36 seconds into the movie
3. pause
4. you'll see something like the attached screen
5. go fullscreen

What is the expected output? What do you see instead?

Expected: colors stay at least more or less the same in fullscreen mode.
Instead: colors are noticeably bleached out.

See also: http://flowplayer.org/forum/8/102085

Original issue reported on code.google.com by blacktrashproduct on 24 Jul 2012 at 8:28

GoogleCodeExporter commented 9 years ago
Forgot to attach screenshot of scene where the colorchange can be easily 
noticed.

Original comment by blacktrashproduct on 24 Jul 2012 at 8:44

Attachments:

GoogleCodeExporter commented 9 years ago
I dont see any issues im afraid perhaps it's your gpu card in particular ? 
Whats the problem ? 

Original comment by electrot...@gmail.com on 24 Jul 2012 at 9:57

GoogleCodeExporter commented 9 years ago
Here's a screenshot of fullscreen mode. Don't you see the difference?

And: it does not happen with accelerated: false. See other attached fullscreen 
screenshot: noticeably more saturated colors.

Original comment by blacktrashproduct on 24 Jul 2012 at 12:06

Attachments:

GoogleCodeExporter commented 9 years ago
the original looks contrasty , still looks like how the gpu is rendering it to 
me I dont see any issues on my screen ?

Original comment by electrot...@gmail.com on 24 Jul 2012 at 12:27

GoogleCodeExporter commented 9 years ago
Well, I'm not the only one, is all I can say. What do you mean by "original"?

Original comment by blacktrashproduct on 24 Jul 2012 at 12:33

GoogleCodeExporter commented 9 years ago
the second screenshot you sent I thought you mean is the original. I still 
think it's gpu card related as I don't see it on mine. it seems to be changing 
the contrast on fullscreen, thats not something flowplayer would be doing so 
have to research that i suppose ?

Original comment by electrot...@gmail.com on 24 Jul 2012 at 6:07

GoogleCodeExporter commented 9 years ago
 I can't find any resources yet :(

Original comment by electrot...@gmail.com on 24 Jul 2012 at 6:11

GoogleCodeExporter commented 9 years ago
It could be Flash acting up under certain circumstances? Without `accelerated` 
there is no contrast change. Does hw acceleration only happen in fullscreen?

Original comment by blacktrashproduct on 24 Jul 2012 at 9:21

GoogleCodeExporter commented 9 years ago
GPU rendered graphics so graphics card dependant. Im on an AMD 1GB pci-e card 
here in my mac. 

Original comment by electrot...@gmail.com on 25 Jul 2012 at 6:54

GoogleCodeExporter commented 9 years ago
NVIDIA GeForce 8600M GT 512 MB PCIe

So hw accel happens in fullscreen made only. Correct?

But it does not happen with

mplayer -vo corevideo 
http://pseudo01.hddn.com/vod/demo.flowplayervod/speed_trailer_1080p.mp4

or any other -vo for that matter.

and not in QuickTime either, but QT is known to tinker with gamma, so not 
reliable.

It only happens in Flash.

Original comment by blacktrashproduct on 26 Jul 2012 at 5:08

GoogleCodeExporter commented 9 years ago
Nope it's happening all the time, the video is rendered in a layer outside of 
flash and rendered by the graphics card so no cpu is used. It may render 
differently depending on the card,  I have an android phone now I could try on 
that but I don't see any issues on my machine. 

Original comment by electrot...@gmail.com on 26 Jul 2012 at 6:14

GoogleCodeExporter commented 9 years ago
http://www.osmf.org/dev/2.0gm/setup.html please test against this, there is an 
option for stagevideo,  if its doing its subtle for me.

Original comment by electrot...@gmail.com on 26 Jul 2012 at 6:18

GoogleCodeExporter commented 9 years ago
Strobe player with enableStage: true : no issue. See attached screenshot.

Bleached desaturated colors in Flowplayer in fullscreen.

Original comment by blacktrashproduct on 26 Jul 2012 at 10:52

Attachments:

GoogleCodeExporter commented 9 years ago
I'm still not seeing the issues i'm afraid in either player. 

Original comment by electrot...@gmail.com on 27 Jul 2012 at 12:47

GoogleCodeExporter commented 9 years ago
But you do see the difference in my screenshots?

Happens both with Flash 11.3 and 10.3, but not with strobe player. If it was 
the gpu it would also happen in non-fullscreen.

Original comment by blacktrashproduct on 27 Jul 2012 at 9:31

GoogleCodeExporter commented 9 years ago
There's also something else which is strange: The flowplayer brand and 
copyright in the lower left corner during playback - without hw accel this is 
not visible during playback, only when you show the bare screen. - Could this 
be related?

Original comment by blacktrashproduct on 27 Jul 2012 at 10:43

GoogleCodeExporter commented 9 years ago
I'm going to spend (hopefully not alot of time this week hehe) on the stage 
video tickets I'm sorry they are difficult to deal and haven't had time.  so 
it's possibly related to the layered objects, I can't seem to replicate this 
issue on my end still but i'll run comparisons against strobe also. 

Original comment by electrot...@gmail.com on 28 Jul 2012 at 11:35

GoogleCodeExporter commented 9 years ago
So you do see the branding in the lower left corner too?

Further findings: already present in 3.2.8, so it's not caused by any 
intermediate changes between 3.2.8 and 3.2.12.

The "old" accelerated mode (< 3.2.8) which also scales the controlbar does not 
exhibit this behaviour in fullscreen; but I guess that was a completely 
different implementation, as it was not based on stage video.

hth - I sympathise with the horrible task of blind debugging where you don't 
see the symptom ;-)

Original comment by blacktrashproduct on 29 Jul 2012 at 8:28

GoogleCodeExporter commented 9 years ago
skype ;)

Original comment by electrot...@gmail.com on 10 Aug 2012 at 9:24

GoogleCodeExporter commented 9 years ago
https://dl.dropbox.com/u/3394987/flowplayer.commercial-3.2.13.zip ive 
reinstated the stage mask and tried to get the stage video layer to appear 
underneath all the elements again not on top, it will cut through the canvas 
background again. The whole masking thing is an undocumented work around, and 
many different ways to archieve it it seems, and try and get it displaying 
content on top properly or else it will try and claim the display above the 
middle play button and the logo etc. 

Needs some testing with content around the player ie logos etc. Im hoping this 
issue is related. I think it also fixes #542 it will scale to the scale setting 
fine and display the canvas color etc. 

Original comment by electrot...@gmail.com on 10 Aug 2012 at 4:10

GoogleCodeExporter commented 9 years ago
This might fix 503 also id much rather communicate on all issues related in one 
ticket can we combine them into this. Im not seeing any issue with fit scaling 
anymore. 

Original comment by electrot...@gmail.com on 10 Aug 2012 at 4:13

GoogleCodeExporter commented 9 years ago
https://dl.dropbox.com/u/3394987/flowplayer.commercial-3.2.13.zip

- color issue in fullscreen still the same :-(
- when going fullscreen in pause only screen is visible, also when continuing 
playback

Cannot check whether FP branding in bottom left corner is overlayed during 
playback (as it should) because it's commercial version.

Original comment by blacktrashproduct on 10 Aug 2012 at 6:25

GoogleCodeExporter commented 9 years ago
I don't have any idea about the color problem, i'll have to check pause in 
fullscreen. though in fullscreen the fit scaling is fine for me now, it scales 
fine in different modes. And the FP logo appears on top, there was a funky 
issue showing the play button so had to play around with the positioning of 
this mask container where the stage video decides to display itself. 

Original comment by electrot...@gmail.com on 11 Aug 2012 at 6:43

GoogleCodeExporter commented 9 years ago
1) There is a slight difference on shaded colours you can see on the grass, 
this is likely not fixable, I'll have to run another test in another player and 
a prototype app. 

2)I pause and go fullscreen and im not sure what im supposed to be seeing, it 
looks fine.

Original comment by electrot...@gmail.com on 11 Aug 2012 at 9:46

Attachments:

GoogleCodeExporter commented 9 years ago
In fullscreen mode, same differences it looks darker than brighter. 

Original comment by electrot...@gmail.com on 11 Aug 2012 at 9:50

Attachments:

GoogleCodeExporter commented 9 years ago
This might be of interest

http://help.adobe.com/en_US/as3/dev/WSe9ecd9e6b89aefd2-68d5ef8f12cc8511f6c-7ffe.
html#WSe9ecd9e6b89aefd2-70150d4b12ccd2cd415-7fff

Original comment by electrot...@gmail.com on 11 Aug 2012 at 9:55

GoogleCodeExporter commented 9 years ago
the color spaced reported for me is BT601 but Bt709 is available for rendering 
:O This is the issue its defaulting back to BT601.

Original comment by electrot...@gmail.com on 11 Aug 2012 at 10:30

GoogleCodeExporter commented 9 years ago
How does the strobe player get it right? It falls back automatically to 
software rendering?

Original comment by blacktrashproduct on 11 Aug 2012 at 10:52

GoogleCodeExporter commented 9 years ago
I get BT.709 on the flowplayer demo mp4 so its the correct colour space. But my 
rtmp demos do not play accelerated it returns with a software status and a 
default 601 color space :O Shed some light on encoding requirements ? I'm 
downloading the above video as its rebuffering for me. 

Original comment by electrot...@gmail.com on 11 Aug 2012 at 11:46

GoogleCodeExporter commented 9 years ago
Those vids are hardware accelerated but software composited and showing default 
colours. Video above is fully accelerated and displays correct color space. Im 
not sure why my video is different. 

Uploading shots from a prototype app. 

Original comment by electrot...@gmail.com on 11 Aug 2012 at 12:14

Attachments:

GoogleCodeExporter commented 9 years ago
In fullscreen

Original comment by electrot...@gmail.com on 11 Aug 2012 at 12:24

Attachments:

GoogleCodeExporter commented 9 years ago
The flowplayer demo video shows 

General
Count                            : 275
Count of stream of this kind     : 1
Kind of stream                   : General
Kind of stream                   : General
Stream identifier                : 0
Inform                           : MPEG-4 (Base Media / Version 2): 57.4 MiB, 
2mn 6s
Count of video streams           : 1
Count of audio streams           : 1
Video_Format_List                : AVC
Video_Format_WithHint_List       : AVC
Codecs Video                     : AVC
Audio_Format_List                : AAC
Audio_Format_WithHint_List       : AAC
Audio codecs                     : AAC LC
Complete name                    : /Volumes/DATA/speed_trailer_1080p.mp4
Folder name                      : /Volumes/DATA
File name                        : speed_trailer_1080p
File extension                   : mp4
Format                           : MPEG-4
Format                           : MPEG-4
Format/Extensions usually used   : mp4 m4v m4a m4b m4p 3gpp 3gp 3gpp2 3g2 k3g 
jpm jpx mqv ismv isma f4v
Commercial name                  : MPEG-4
Format profile                   : Base Media / Version 2
InternetMediaType                : video/mp4
Codec ID                         : mp42
Codec ID/Url                     : 
http://www.apple.com/quicktime/download/standalone.html
Codec                            : MPEG-4
Codec                            : MPEG-4
Codec/Extensions usually used    : mp4 m4v m4a m4b m4p 3gpp 3gp 3gpp2 3g2 k3g 
jpm jpx mqv ismv isma f4v
File size                        : 60213463
File size                        : 57.4 MiB
File size                        : 57 MiB
File size                        : 57 MiB
File size                        : 57.4 MiB
File size                        : 57.42 MiB
Duration                         : 126960
Duration                         : 2mn 6s
Duration                         : 2mn 6s 960ms
Duration                         : 2mn 6s
Duration                         : 00:02:06.960
Overall bit rate                 : 3794169
Overall bit rate                 : 3 794 Kbps
Stream size                      : 39684
Stream size                      : 38.8 KiB (0%)
Stream size                      : 39 KiB
Stream size                      : 39 KiB
Stream size                      : 38.8 KiB
Stream size                      : 38.75 KiB
Stream size                      : 38.8 KiB (0%)
Proportion of this stream        : 0.00066
HeaderSize                       : 39676
DataSize                         : 60173787
FooterSize                       : 0
IsStreamable                     : Yes
Encoded date                     : UTC 2009-11-04 08:28:44
Tagged date                      : UTC 2009-11-04 08:28:44
File last modification date      : UTC 2011-07-06 07:43:48
File last modification date (loc : 2011-07-06 17:43:48
gsst                             : 0
gstd                             : 127476
gssd                             : BD075EF43MH1309937486918695
gshh                             : 
o-o.preferred.dfw06g01.v13.lscache3.c.youtube.com

Video
Count                            : 193
Count of stream of this kind     : 1
Kind of stream                   : Video
Kind of stream                   : Video
Stream identifier                : 0
Inform                           : 3 666 Kbps, 1440*1080 (4:3), at 23.976 fps, 
AVC (High@L4.0) (CABAC / 3 Ref Frames)
ID                               : 2
ID                               : 2
Format                           : AVC
Format/Info                      : Advanced Video Codec
Format/Url                       : http://developers.videolan.org/x264.html
Commercial name                  : AVC
Format profile                   : High@L4.0
Format settings                  : CABAC / 3 Ref Frames
Format settings, CABAC           : Yes
Format settings, CABAC           : Yes
Format settings, ReFrames        : 3
Format settings, ReFrames        : 3 frames
InternetMediaType                : video/H264
Codec ID                         : avc1
Codec ID/Info                    : Advanced Video Coding
Codec ID/Url                     : 
http://www.apple.com/quicktime/download/standalone.html
Codec                            : AVC
Codec                            : AVC
Codec/Family                     : AVC
Codec/Info                       : Advanced Video Codec
Codec/Url                        : http://developers.videolan.org/x264.html
Codec/CC                         : avc1
Codec profile                    : High@L4.0
Codec settings                   : CABAC / 3 Ref Frames
Codec settings, CABAC            : Yes
Codec_Settings_RefFrames         : 3
Duration                         : 126960
Duration                         : 2mn 6s
Duration                         : 2mn 6s 960ms
Duration                         : 2mn 6s
Duration                         : 00:02:06.960
Bit rate mode                    : VBR
Bit rate mode                    : Variable
Bit rate                         : 3666103
Bit rate                         : 3 666 Kbps
Maximum bit rate                 : 5413624
Maximum bit rate                 : 5 414 Kbps
Width                            : 1440
Width                            : 1 440 pixels
Height                           : 1080
Height                           : 1 080 pixels
Pixel aspect ratio               : 1.000
Display aspect ratio             : 1.333
Display aspect ratio             : 4:3
Rotation                         : 0.000
Frame rate mode                  : CFR
Frame rate mode                  : Constant
Frame rate                       : 23.976
Frame rate                       : 23.976 fps
Frame count                      : 3044
Resolution                       : 8
Resolution                       : 8 bits
Colorimetry                      : 4:2:0
Color space                      : YUV
Chroma subsampling               : 4:2:0
Bit depth                        : 8
Bit depth                        : 8 bits
Scan type                        : Progressive
Scan type                        : Progressive
Interlacement                    : PPF
Interlacement                    : Progressive
Bits/(Pixel*Frame)               : 0.098
Stream size                      : 58181182
Stream size                      : 55.5 MiB (97%)
Stream size                      : 55 MiB
Stream size                      : 55 MiB
Stream size                      : 55.5 MiB
Stream size                      : 55.49 MiB
Stream size                      : 55.5 MiB (97%)
Proportion of this stream        : 0.96625
Title                            : (C) 2007 Google Inc. v08.13.2007.
Encoded date                     : UTC 2009-11-04 08:28:44
Tagged date                      : UTC 2009-11-04 08:28:45

Audio
Count                            : 157
Count of stream of this kind     : 1
Kind of stream                   : Audio
Kind of stream                   : Audio
Stream identifier                : 0
Inform                           : 125 Kbps, 44.1 KHz, 2 channels, AAC (LC)
ID                               : 1
ID                               : 1
Format                           : AAC
Format/Info                      : Advanced Audio Codec
Commercial name                  : AAC
Format profile                   : LC
Codec ID                         : 40
Codec                            : AAC LC
Codec                            : AAC LC
Codec/Family                     : AAC
Codec/CC                         : 40
Duration                         : 126943
Duration                         : 2mn 6s
Duration                         : 2mn 6s 943ms
Duration                         : 2mn 6s
Duration                         : 00:02:06.943
Bit rate mode                    : VBR
Bit rate mode                    : Variable
Bit rate                         : 125096
Bit rate                         : 125 Kbps
Maximum bit rate                 : 143200
Maximum bit rate                 : 143 Kbps
Channel(s)                       : 2
Channel(s)                       : 2 channels
Channel positions                : Front: L R
Channel positions                : 2/0/0
Sampling rate                    : 44100
Sampling rate                    : 44.1 KHz
Samples count                    : 5598186
Compression mode                 : Lossy
Compression mode                 : Lossy
Stream size                      : 1992597
Stream size                      : 1.90 MiB (3%)
Stream size                      : 2 MiB
Stream size                      : 1.9 MiB
Stream size                      : 1.90 MiB
Stream size                      : 1.900 MiB
Stream size                      : 1.90 MiB (3%)
Proportion of this stream        : 0.03309
Title                            : (C) 2007 Google Inc. v08.13.2007.
Encoded date                     : UTC 2009-11-04 08:28:44
Tagged date                      : UTC 2009-11-04 08:28:45

mine

General
Count                            : 271
Count of stream of this kind     : 1
Kind of stream                   : General
Kind of stream                   : General
Stream identifier                : 0
Count of video streams           : 1
Count of audio streams           : 1
Video_Format_List                : AVC
Video_Format_WithHint_List       : AVC
Codecs Video                     : AVC
Video_Language_List              : English
Audio_Format_List                : AAC
Audio_Format_WithHint_List       : AAC
Audio codecs                     : AAC LC
Audio_Language_List              : English
Complete name                    : /Volumes/DATA/big_buck_bunny_480p_h264.mp4
Folder name                      : /Volumes/DATA
File name                        : big_buck_bunny_480p_h264
File extension                   : mp4
Format                           : MPEG-4
Format                           : MPEG-4
Format/Extensions usually used   : mp4 m4v m4a m4b m4p 3gpp 3gp 3gpp2 3g2 k3g 
jpm jpx mqv ismv isma f4v
Commercial name                  : MPEG-4
Format profile                   : Base Media / Version 2
InternetMediaType                : video/mp4
Codec ID                         : mp42
Codec ID/Url                     : 
http://www.apple.com/quicktime/download/standalone.html
Codec                            : MPEG-4
Codec                            : MPEG-4
Codec/Extensions usually used    : mp4 m4v m4a m4b m4p 3gpp 3gp 3gpp2 3g2 k3g 
jpm jpx mqv ismv isma f4v
File size                        : 55162416
File size                        : 52.6 MiB
File size                        : 53 MiB
File size                        : 53 MiB
File size                        : 52.6 MiB
File size                        : 52.61 MiB
Duration                         : 596458
Duration                         : 9mn 56s
Duration                         : 9mn 56s 458ms
Duration                         : 9mn 56s
Duration                         : 00:09:56.458
Overall bit rate                 : 739866
Overall bit rate                 : 740 Kbps
Stream size                      : 393539
Stream size                      : 384 KiB (1%)
Stream size                      : 384 KiB
Stream size                      : 384 KiB
Stream size                      : 384 KiB
Stream size                      : 384.3 KiB
Stream size                      : 384 KiB (1%)
Proportion of this stream        : 0.00713
HeaderSize                       : 393531
DataSize                         : 54768885
FooterSize                       : 0
IsStreamable                     : Yes
Encoded date                     : UTC 2012-03-19 05:16:11
Tagged date                      : UTC 2012-03-19 05:16:12
File last modification date      : UTC 2012-03-19 07:16:18
File last modification date (loc : 2012-03-19 18:16:18

Video
Count                            : 196
Count of stream of this kind     : 1
Kind of stream                   : Video
Kind of stream                   : Video
Stream identifier                : 0
ID                               : 1
ID                               : 1
Format                           : AVC
Format/Info                      : Advanced Video Codec
Format/Url                       : http://developers.videolan.org/x264.html
Commercial name                  : AVC
Format profile                   : Main@L2.1
Format settings                  : 2 Ref Frames
Format settings, CABAC           : No
Format settings, CABAC           : No
Format settings, ReFrames        : 2
Format settings, ReFrames        : 2 frames
InternetMediaType                : video/H264
Codec ID                         : avc1
Codec ID/Info                    : Advanced Video Coding
Codec ID/Url                     : 
http://www.apple.com/quicktime/download/standalone.html
Codec                            : AVC
Codec                            : AVC
Codec/Family                     : AVC
Codec/Info                       : Advanced Video Codec
Codec/Url                        : http://developers.videolan.org/x264.html
Codec/CC                         : avc1
Codec profile                    : Main@L2.1
Codec settings                   : 2 Ref Frames
Codec settings, CABAC            : No
Codec_Settings_RefFrames         : 2
Duration                         : 596458
Duration                         : 9mn 56s
Duration                         : 9mn 56s 458ms
Duration                         : 9mn 56s
Duration                         : 00:09:56.458
Bit rate mode                    : VBR
Bit rate mode                    : Variable
Bit rate                         : 510583
Bit rate                         : 511 Kbps
Width                            : 512
Width                            : 512 pixels
Height                           : 288
Height                           : 288 pixels
Pixel aspect ratio               : 1.000
Display aspect ratio             : 1.778
Display aspect ratio             : 16:9
Rotation                         : 0.000
Frame rate mode                  : CFR
Frame rate mode                  : Constant
Frame rate                       : 24.000
Frame rate                       : 24.000 fps
Frame count                      : 14315
Resolution                       : 8
Resolution                       : 8 bits
Colorimetry                      : 4:2:0
Color space                      : YUV
Chroma subsampling               : 4:2:0
Bit depth                        : 8
Bit depth                        : 8 bits
Scan type                        : Progressive
Scan type                        : Progressive
Interlacement                    : PPF
Interlacement                    : Progressive
Bits/(Pixel*Frame)               : 0.144
Stream size                      : 38067673
Stream size                      : 36.3 MiB (69%)
Stream size                      : 36 MiB
Stream size                      : 36 MiB
Stream size                      : 36.3 MiB
Stream size                      : 36.30 MiB
Stream size                      : 36.3 MiB (69%)
Proportion of this stream        : 0.69010
Language                         : en
Language                         : English
Language                         : English
Language                         : en
Language                         : eng
Language                         : en
Encoded date                     : UTC 2012-03-19 05:16:10
Tagged date                      : UTC 2012-03-19 05:16:12
Color primaries                  : BT.601-6 525, BT.1358 525, BT.1700 NTSC, 
SMPTE 170M
Transfer characteristics         : BT.709-5, BT.1361
Matrix coefficients              : BT.601-6 525, BT.1358 525, BT.1700 NTSC, 
SMPTE 170M

Audio
Count                            : 157
Count of stream of this kind     : 1
Kind of stream                   : Audio
Kind of stream                   : Audio
Stream identifier                : 0
ID                               : 2
ID                               : 2
Format                           : AAC
Format/Info                      : Advanced Audio Codec
Commercial name                  : AAC
Format profile                   : LC
Codec ID                         : 40
Codec                            : AAC LC
Codec                            : AAC LC
Codec/Family                     : AAC
Codec/CC                         : 40
Duration                         : 596458
Duration                         : 9mn 56s
Duration                         : 9mn 56s 458ms
Duration                         : 9mn 56s
Duration                         : 00:09:56.458
Bit rate mode                    : CBR
Bit rate mode                    : Constant
Bit rate                         : 224000
Bit rate                         : 224 Kbps
Channel(s)                       : 2
Channel(s)                       : 2 channels
Channel positions                : Front: L R
Channel positions                : 2/0/0
Sampling rate                    : 48000
Sampling rate                    : 48.0 KHz
Samples count                    : 28629984
Compression mode                 : Lossy
Compression mode                 : Lossy
Stream size                      : 16701204
Stream size                      : 15.9 MiB (30%)
Stream size                      : 16 MiB
Stream size                      : 16 MiB
Stream size                      : 15.9 MiB
Stream size                      : 15.93 MiB
Stream size                      : 15.9 MiB (30%)
Proportion of this stream        : 0.30276
Language                         : en
Language                         : English
Language                         : English
Language                         : en
Language                         : eng
Language                         : en
Encoded date                     : UTC 2012-03-19 05:16:10
Tagged date                      : UTC 2012-03-19 05:16:12

not sure if these means anything. 

Original comment by electrot...@gmail.com on 11 Aug 2012 at 12:35

GoogleCodeExporter commented 9 years ago
same video in fs in flowplayer. registers as fully hardware accelerated.

Original comment by electrot...@gmail.com on 11 Aug 2012 at 12:44

Attachments:

GoogleCodeExporter commented 9 years ago
I'm not seeing anything im afraid but let me know if you spot anything, there 
is an obvious slight difference if it runs as software acceleration. 

Original comment by electrot...@gmail.com on 11 Aug 2012 at 12:46

GoogleCodeExporter commented 9 years ago
https://dl.dropbox.com/u/3394987/flowplayer.commercial-3.2.13.zip this will log 
the render state as it wasn't before

should say

"Stagevideo Render State: accelerated"

enable this log filter org.flowplayer.view.StageVideoWrapper

Original comment by electrot...@gmail.com on 11 Aug 2012 at 1:47

GoogleCodeExporter commented 9 years ago
Confirmed chrome on Leapord is failing to enable stagevideo and falling back to 
normal video playback, possibly because it's not picking up the required direct 
wmode whereas safari and firefox is. However on Leapord these were running in 
software based compositiing rather than fully gpu acceleration for some reason. 

Original comment by electrot...@gmail.com on 13 Aug 2012 at 2:02

GoogleCodeExporter commented 9 years ago
https://dl.dropbox.com/u/3394987/flowplayer.commercial-3.2.13.zip: screen still 
jumps around when seeking in fullscreen.

Original comment by blacktrashproduct on 18 Aug 2012 at 1:04

GoogleCodeExporter commented 9 years ago
Demo: http://flowplayer.blacktrash.org/test/accel.html

Original comment by blacktrashproduct on 18 Aug 2012 at 1:05

GoogleCodeExporter commented 9 years ago
Unfortunately I see what you are talking about now, I'd like to add this to a 
different ticket if possible because it's different to all the other reports. 
Nfi whats going on there. 

Original comment by electrot...@gmail.com on 20 Aug 2012 at 10:34

GoogleCodeExporter commented 9 years ago
Sorry, that's issue503 - but with your latest dropbox. See: 
http://code.google.com/p/flowplayer-core/issues/detail?id=503#c21

Original comment by blacktrashproduct on 20 Aug 2012 at 3:40

GoogleCodeExporter commented 9 years ago
Please visit http://code.google.com/p/flowplayer-core/issues/detail?id=627

Original comment by electrot...@gmail.com on 20 Aug 2012 at 5:08

GoogleCodeExporter commented 9 years ago
I think #627 is now fixed , please visit there and I will close this for now. 

Original comment by electrot...@gmail.com on 24 Aug 2012 at 9:20