Hi,
I am new here to learn pepper plugins. I have found that there is a document (https://www.chromium.org/developers/design-documents/pepper-plugin-implementation/) describes how to use pepper flash, which shows below:
I follows the steps to run my own build chrome, but it still can
not show flash staff. Is the doc out of date.Is there any way to
use flash in newest chromium(not extension, i want to build a
chromium within capability of flash support especially using
ppapi)?
Hi, Brett,
Do you know any commits about removing the support of flash, then I may revert these commits and make my chromium build supports flash.
I will be very appreciate for any help from you.
Thanks.
--
To unsubscribe from this group and stop receiving emails from it, send an email to pepper-dev+...@chromium.org.
Hi, David Michael,
I understand what you said. The code from 2021 to 2022 must be changed a lot.
What I want is to add flash support to my chromium build.
Is there any other different solution to do so? In my mind, it
seems that anyone will have the requirements for flash support,
then I found some extensions in chrome extension store can do the
flash support.
But I want to make my chromium build supporting flash, is there
anyone known how to code pepper plugins in chromium to add flash
plugin?
Hi, David Michael,
I understand what you said. The code from 2021 to 2022 must be changed a lot.
What I want is to add flash support to my chromium build.
Is there any other different solution to do so? In my mind, it seems that anyone will have the requirements for flash support, then I found some extensions in chrome extension store can do the flash support.
But I want to make my chromium build supporting flash, is there anyone known how to code pepper plugins in chromium to add flash plugin?
Hi,Brett Wilson,
I would like to confirm that when you say there is no method, you
mean that it is technically possible but very difficult or
completely impossible based on the current code(since ppapi in
chromium fundamentally refuses to provide any possible support for
flash ).
Hi , Brett,
I would like to confirm that when you say there is no method, you
mean that it is technically possible but very difficult or
completely impossible based on the current code(since ppapi in
chromium fundamentally refuses to provide any possible support for
flash).
Dear K. Moon,
It means that ppapi provides flash support at the time point
before chromium delete code about flash. And now the interface of
flash in ppapi are all removed. And you metioned that even if I
load the libpepperflash.so, I need writing all the support
myself. Does the support mean the interface of
ppapi?
Dear K. Moon,
Does the support you mentioned mean the interface
of ppapi?