Search results

  1. N

    mediaPlayer does not work on iphone via https

    I can confirm, does not work on Safari from Mac and does not work on iPhone/iPad Chrome/Safari. Here is a screenshot from Yetishare demo website (Safari Mac) https://img.fotoaly.com/ScreenShot2016-10-14at04.04.53.png Same with audio files .. Any solutions? EDIT: If set...
  2. N

    Media converter not working after upgrade

    Aloha! Now im testing the latest version of Yetishare. I have clean yetishare install and media converter plugin. After upload file nothing happens. [domain.com]: No pending conversions found. "file server" setting was fully configured for media converter. I found this topic...
  3. N

    Safari bugs

    I found the bug (bootstrap.css) -> https://pic.yehpic.com/d10a1656fe6ceee32fa60ab87843fca9.png Now it's works fine and this too https://pic.yehpic.com/8a8089b23ad9c1f04f3bc590d0f226d8.png Safari 7.1, it's different thing, 2 years old version. P.S A small theme bug...
  4. N

    Safari bugs

    The main page of file manager looks good for me too, but when i click on UPLOAD button i get the issue. Are you tried click on upload button from Safari?
  5. N

    Safari bugs

    From mobile connection, from my office, from friends Mac's, iPhone, iPad same issue. Just now get new pic from another friend https://pic.yehpic.com/IMG_5550.jpg And this is second bug: https://pic.yehpic.com/ScreenShot2015-12-10at12.40.29copy.png
  6. N

    Safari bugs

    I don't know, I just now tried on another mac, same issue and same on iPhone and iPad https://pic.yehpic.com/image.png
  7. N

    Safari bugs

    Hi! Have you ever tested file manager area on Safari? This is how its looks on my site and your demo site: https://pic.yehpic.com/ScreenShot2015-12-09at18.09.06.png https://pic.yehpic.com/ScreenShot2015-12-09at18.09.21.png
  8. N

    Flac files to audio player

    Hello, I was remake media converter plugin to convert all audio files to .mp3. How to set .flac files to show media player page? Thanks!
  9. N

    Converter + waveform

    ohh.. soloved! $waveform = $file['id']; <img src="/<?php echo $file->id; ?>.png" width="100%" /> :)
  10. N

    Converter + waveform

    Hello, there! This is the code what im using to get waveform from audio files: $conversionPathCmd = FFMPEG_PATH . ' -i ' . $localFile . ' -acodec libmp3lame -ac 2 -ab 96k -ar 44100 ' . $convertedFilename . ' && ffmpeg -i ' . $localFile . ' -filter_complex showwavespic=s=1200x320 ' ...
  11. N

    My account doesn't exist

    Sent! Thanks!
  12. N

    My account doesn't exist

    Hello, I would love to buy some plugins, but i can't login, can't request new password and can't create support ticket. ---> Error: Could not find email, please ensure you submit support requests from your account registered email address. My email address is: [email protected] Thanks!
  13. N

    File Server (remote direct)

    If i add wrong path, it show me that everything is fine with mod rewrite: If i add right path, it show me error: impossible to add file server.
  14. N

    File Server (remote direct)

    This issue is still actual. Thanks!
  15. N

    File Server (remote direct)

    Hello, Thanks for reply. CURL is already installed on both servers. Package matching php-common-5.3.3-40.el6_6.x86_64 already installed. Checking for update. File server config file <?php /* main configuration file for script */ define("_CONFIG_SITE_HOST_URL", "fs1.doamin.com")...
  16. N

    File Server (remote direct)

    As you know after removing slash from "Site Path:" it returns back again after saving. To remove double slash we need to add a new path, i added new "/f" path, but anyway same error. - Setting up server paths in database... Could not get access to the server paths, no response. Url...
  17. N

    File Server (remote direct)

    Hello, I'm trying to add a remote direct File server and can't understand how to fix the following error: Does anyone can explain me what I am doing wrong? Thanks!
  18. N

    Paid user is Free user?

    Users must logout and login to get this worked. Thanks, now everything is fine :)
  19. N

    Paid user is Free user?

    Hello, From admin panel i change one of my user from "Free user" to "Paid user", but anyway he does not full Paid user access. What am I doing wrong? Thanks!