Hello is the webkit with CentOS 7.4 compiled with ENABLE_MEDIASOURCE ?
When I call the set_media_source function with TRUE and then ask get_media_source function for the value it returns TRUE. I presume it would no return TRUE if its not enabled.
However, my webpage with a video tag using webkit is not finding the MediaSource.
Thanks,
Jerry
On 09/22/2017 10:02 AM, Jerry Geis wrote:
Hello is the webkit with CentOS 7.4 compiled with ENABLE_MEDIASOURCE ?
When I call the set_media_source function with TRUE and then ask get_media_source function for the value it returns TRUE. I presume it would no return TRUE if its not enabled.
However, my webpage with a video tag using webkit is not finding the MediaSource.
There is more than one webkit in 7.4:
https://buildlogs.centos.org/c7.1708.00/webkitgtk3/20170806053147/2.4.11-2.e...
https://buildlogs.centos.org/c7.1708.00/webkitgtk4/20170808203516/2.14.7-2.e...
If you look at the build.log, in the whichever one you have installed, you should be able to see any configure variables that were passed in on the build.
Thanks, Johnny Hughes
hi Johhny
thanks - I am using the second link webkitgtk4.
I could not find anything mediasource or media_source in the build log. Is that an "oversite" in the upstream? Can it be enabled for all and rebuilt and posted? (I'd rather not compile webkit).
Thanks,
Jerry
On 09/22/2017 08:43 AM, Jerry Geis wrote:
hi Johhny
thanks - I am using the second link webkitgtk4.
I could not find anything mediasource or media_source in the build log. Is that an "oversite" in the upstream? Can it be enabled for all and rebuilt and posted? (I'd rather not compile webkit).
CentOS doesn't and cannot alter upstream source except for trademark reasons and a few other necessities for getting the build done, unfortunately.
Of course, any other party is free to do so and publish the altered package themselves. Just it won't be part of CentOS.
On 09/22/2017 11:02 AM, Yan Li wrote:
On 09/22/2017 08:43 AM, Jerry Geis wrote:
hi Johhny
thanks - I am using the second link webkitgtk4.
I could not find anything mediasource or media_source in the build log. Is that an "oversite" in the upstream? Can it be enabled for all and rebuilt and posted? (I'd rather not compile webkit).
CentOS doesn't and cannot alter upstream source except for trademark reasons and a few other necessities for getting the build done, unfortunately.
Of course, any other party is free to do so and publish the altered package themselves. Just it won't be part of CentOS.
Exactly what Yan Li said .. we build it like it is written in the spec from upstream, and make no changes except for trademarks. In this case there is no modification at all to that package.
I have no idea how one would modify or pass things in to this package without research, etc.
But, the build.log is the rpmbuild output from the build .. and the root.log is everything installed in the build root where it was built.