kewalsk
kewalsk
> user-agent option is deprecated, please use user_agent option This is warning only, easy to change by just replacing '-user-agent' with '-user_agent' in line 1691. In my opinion it doesn't...
Turn on the debug checkbox:  and try to download any private. attach the logs from Downloading section first - we will see what is there.
You probably have old ffmpeg version. Try the [current stable build](https://ffmpeg.zeranoe.com/builds/), I'm using 4.1.3.
Just download the build as zip file and extract it to the folder where you have OpenPeriscope installed (overwrite files there). Double check the version number in first line of...
OK. The important files are in bin folder, actually only one is needed - ffmpeg.exe, move it to the OpenPeriscope folder.
If your first line in logs is `ffmpeg version N-86877-g8e275a7 (OpenPeriscope set-up) Copyright (c) 2000-2017 the FFmpeg developers` then the old version of ffmpeg.exe is still in use. You should...
OK, I have checked it and this is true **only for not release version**. If you start OpenPeriscope.exe then it includes ffmpeg.exe inside and you cannot change it - sorry....
Then I will do it myself. It seems to be pretty strightforward.
So the notifications in OpenPeriscope will be sent even if the user is muted from mobile device? Checking is_muted just before creating Notification object could be solution but it requires...
I don't have experience with push messaging but maybe [FCM](https://firebase.google.com/docs/cloud-messaging/) or [GCM](https://developers.google.com/cloud-messaging/) could be solution, or is this the same?