Page 2 of 2
Re: No Video Uplad on Whats App Web
Posted: Tue Aug 28, 2018 9:47 am
by salvadordf
If you use the official CEF3 application, try to upload the video and then right click on the web page.
Select the "Inspect Element" option and select the "Console" tab.
There should be a log with JavaScript errors with the information you need.
Re: No Video Uplad on Whats App Web
Posted: Tue Aug 28, 2018 10:37 am
by salvadordf
I forgot that the 'debug.log' file may also have some useful information about the error after you try to upload that video.
The debug.log file is generated in the same directory where you decompressed the official CEF3 application.
Re: No Video Uplad on Whats App Web
Posted: Wed Aug 29, 2018 10:13 am
by Tomminger
Hello,
here is the log File:
>>
[0828/113325.378:ERROR:quota_settings.cc(111)] Unable to compute QuotaSettings.
[0828/113325.379:WARNING:quota_manager.cc(1625)] No storage quota provided in QuotaSettings.
[0828/113410.332:WARNING:angle_platform_impl.cc(59)] compileToBinary(228):
C:\fakepath(57,9-52): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[0828/113410.343:WARNING:angle_platform_impl.cc(59)] compileToBinary(228):
C:\fakepath(57,23-43): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[0828/113500.733:ERROR:quota_settings.cc(111)] Unable to compute QuotaSettings.
[0828/113500.733:WARNING:quota_manager.cc(1625)] No storage quota provided in QuotaSettings.
[0828/113501.884:ERROR:render_media_log.cc(30)] MediaEvent: MEDIA_ERROR_LOG_ENTRY {"error":"FFmpegDemuxer: no supported streams"}
[0828/113501.885:ERROR:render_media_log.cc(30)] MediaEvent: PIPELINE_ERROR DEMUXER_ERROR_NO_SUPPORTED_STREAMS
[0828/113610.267:ERROR:quota_settings.cc(111)] Unable to compute QuotaSettings.
[0828/113610.267:WARNING:quota_manager.cc(1625)] No storage quota provided in QuotaSettings.
[0828/113646.221:ERROR:render_media_log.cc(30)] MediaEvent: MEDIA_ERROR_LOG_ENTRY {"error":"FFmpegDemuxer: no supported streams"}
[0828/113646.221:ERROR:render_media_log.cc(30)] MediaEvent: PIPELINE_ERROR DEMUXER_ERROR_NO_SUPPORTED_STREAMS
[0828/113714.571:ERROR:quota_settings.cc(111)] Unable to compute QuotaSettings.
[0828/113714.571:WARNING:quota_manager.cc(1625)] No storage quota provided in QuotaSettings.
[0828/113849.104:ERROR:quota_settings.cc(111)] Unable to compute QuotaSettings.
[0828/113849.104:WARNING:quota_manager.cc(1625)] No storage quota provided in QuotaSettings.
[0828/113957.925:ERROR:quota_settings.cc(111)] Unable to compute QuotaSettings.
[0828/113957.925:WARNING:quota_manager.cc(1625)] No storage quota provided in QuotaSettings.
[0828/114101.823:ERROR:quota_settings.cc(111)] Unable to compute QuotaSettings.
[0828/114101.823:WARNING:quota_manager.cc(1625)] No storage quota provided in QuotaSettings.
Re: No Video Uplad on Whats App Web
Posted: Wed Aug 29, 2018 10:21 am
by salvadordf
Tomminger wrote: Wed Aug 29, 2018 10:13 am
[0828/113501.884:ERROR:render_media_log.cc(30)] MediaEvent: MEDIA_ERROR_LOG_ENTRY {"error":"FFmpegDemuxer: no supported streams"}
[0828/113501.885:ERROR:render_media_log.cc(30)] MediaEvent: PIPELINE_ERROR DEMUXER_ERROR_NO_SUPPORTED_STREAMS
This means that it's a codec issue.
You need to build the CEF3 binaries with proprietary codec support enabled.
I don't know why you could send that video a few months ago but I would try to build the CEF3 binaries to fix this issue.
Re: No Video Uplad on Whats App Web
Posted: Mon Oct 08, 2018 9:09 pm
by Tomminger
Hello,
now I am finished after one week of compiling
the steps from your link:
http://magpcss.org/ceforum/viewtopic.php?f=6&t=13515
The test Application can Upload Videos to WhatsApp now.
But if I want to start my Delphi App with the fresh compiled libcef.dll it comes the following Errormessage up:
Error.jpg
What can I do?
Regards Tom
Re: No Video Uplad on Whats App Web
Posted: Mon Oct 08, 2018 9:50 pm
by salvadordf
The current stable CEF branch is 3497 but you have compiled the development branch which is 3567.
I just checked the CEF sources and those branches have a few API changes which make them incompatible.
I'm sorry but I must recommend you to build the 3497 branch.
Re: No Video Uplad on Whats App Web
Posted: Mon Oct 29, 2018 10:52 pm
by Tomminger
I'm sorry but I must recommend you to build the 3497 branch.
Hello,
after weeks of work I have build branch 3497 with the needed Video codecs.
Yes this Build can upload Videos on WhatsApp Web now.
All is working
Thanks for you support.
Regards from Germany
Tom
Re: No Video Uplad on Whats App Web
Posted: Tue Jun 04, 2019 3:26 am
by alpires2000
it's not working anymore
