Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.

No Video Uplad on Whats App Web

User avatar
salvadordf
Posts: 4016
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: No Video Uplad on Whats App Web

Post 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.
User avatar
salvadordf
Posts: 4016
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: No Video Uplad on Whats App Web

Post 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.
Tomminger
Posts: 14
Joined: Mon Aug 27, 2018 8:22 pm
Location: Germany

Re: No Video Uplad on Whats App Web

Post 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.
User avatar
salvadordf
Posts: 4016
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: No Video Uplad on Whats App Web

Post 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.
Tomminger
Posts: 14
Joined: Mon Aug 27, 2018 8:22 pm
Location: Germany

Re: No Video Uplad on Whats App Web

Post 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
You do not have the required permissions to view the files attached to this post.
User avatar
salvadordf
Posts: 4016
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: No Video Uplad on Whats App Web

Post 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.
Tomminger
Posts: 14
Joined: Mon Aug 27, 2018 8:22 pm
Location: Germany

Re: No Video Uplad on Whats App Web

Post 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
alpires2000
Posts: 48
Joined: Sat Dec 09, 2017 4:40 pm

Re: No Video Uplad on Whats App Web

Post by alpires2000 »

it's not working anymore :cry:
Post Reply