• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] Video don't work on Phone

Started by fourdeltaOne,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

fourdeltaOneTopic starter

Do not reproduce the video when viewing them through phones such as the iPhone and Galaxy S2, S3 and etc.

tested all kinds of players!
Also included on the Galaxy smartphones flash player on.
just loading and the video is not playing...

Sorry for my english.....


Skype: epic.mediauz
  •  

fourdeltaOneTopic starter

All video files uploaded on my own server.....
Skype: epic.mediauz
  •  

PHPVibe A.

Works for me on S3 mini, S3, S4 and Note II with jwplayer, chameleon and flowplayer.
Can you test our demo also?
What type of videos? Upload and converted? Do you use the default ffmpeg command in phpvibe or you have edited it?

fourdeltaOneTopic starter

#3
how to know exactly what the conversion work?
when converting size should shrink?
I do not when converting size shrinks,  appears thumbs for videos...

in your demo all works!!

ffmpeg I set up a friend, please writing correct setting on the server centos 6.5?


Skype: epic.mediauz
  •  

fourdeltaOneTopic starter

ffmpeg not convert  avi, mpeg, etc.
only convert mp4

Skype: epic.mediauz
  •  

PHPVibe A.


fourdeltaOneTopic starter

 well, I'll try to reconfigure ffmpeg.

question:
1) I can not understand how to set up mail smtp?
2) how to make, after registration, a confirmation e-mail account?


Skype: epic.mediauz
  •  

PHPVibe A.

1. PHPVibe uses PHPMailer https://github.com/PHPMailer/PHPMailer (has documentation)
2. This is not an 2 lines changes, we will add it at some point.

fourdeltaOneTopic starter

thanks!



Infinite scroll + Masonry


how to get something to work with infinite scrolling script  Masonry?

<script>
  $(function(){
    
    var $container = $('#container');
    
    $container.imagesLoaded(function(){
      $container.masonry({
        itemSelector: '.box'
      });
    });
    
    $container.infinitescroll({
  navSelector  : '#div.navigation',    // selector for the paged navigation 
  nextSelector : '#div.navigation a:first',  // selector for the NEXT link (to page 2)
  itemSelector : '.box',     // selector for all items you'll retrieve
      loading: {
          finishedMsg: 'No more pages to load.',
          img: 'http://i.imgur.com/6RMhx.gif'
        }
      },
      // trigger Masonry as a callback
      function( newElements ) {
        // hide new items while they are loading
        var $newElems = $( newElements ).css({ opacity: 0 });
        // ensure that images load before adding to masonry layout
        $newElems.imagesLoaded(function(){
          // show elems now they're ready
          $newElems.animate({ opacity: 1 });
          $container.masonry( 'appended', $newElems, true ); 
        });
      }
    );
    
  });
</script>
Skype: epic.mediauz
  •  

PHPVibe A.

      // trigger Masonry as a callback


this just got there by mistake when we where trying different infinite-scroll solutions.
I haven't used masonry and can't advice on the matter.

fourdeltaOneTopic starter

ok.

reinstall ffmpeg on your instruction https://trac.ffmpeg.org/wiki/CompilationGuide/Centos

video still does not show in the mobile!!
in general, ffmpeg takes pictures with a video but does not convert.

please please help to solve the problem, very forgive. willing to pay if you help! thanks in advance!
Skype: epic.mediauz
  •  

PHPVibe A.

What should I understand from this, do the videos convert or not?
What version of ffmpeg, is it configured properly in the admin panel?
Does the tester work?

fourdeltaOneTopic starter

used a test ffmpeg, everything works.
avi and convert all formats, but the video does not work on mobile devices.

[root@localhost ~]# ffmpeg -version
ffmpeg version git-2014-05-03-bc4b424
built on May  4 2014 03:14:35 with gcc 4.4.7 (GCC) 20120313 (Red Hat 4.4.7-4)
configuration: --prefix=/root/ffmpeg_build --extra-cflags=-I/root/ffmpeg_build/include --extra-ldflags=-L/root/ffmpeg_build/lib --bindir=/root/bin --extra-libs=-ldl --enable-gpl --enable-nonfree --enable-libfdk_aac --enable-libmp3lame --enable-libopus --enable-libvorbis --enable-libvpx --enable-libx264
libavutil      52. 81.100 / 52. 81.100
libavcodec     55. 60.103 / 55. 60.103
libavformat    55. 37.102 / 55. 37.102
libavdevice    55. 13.101 / 55. 13.101
libavfilter     4.  5.100 /  4.  5.100
libswscale      2.  6.100 /  2.  6.100
libswresample   0. 18.100 /  0. 18.100
libpostproc    52.  3.100 / 52.  3.100

Skype: epic.mediauz
  •  

PHPVibe A.

Did you edit the conversion command before?
You are checking an newly uploaded and converted video, right? Since old video won't get reconverted.
Do test hide path off in player config?

fourdeltaOneTopic starter

I Do not know edit the conversion command.
I check, even the recent uploaded video still does not show on mobile.

QuoteDo test hide path off in player config?

do not understand.
Skype: epic.mediauz
  •  

PHPVibe A.

Under Players config in admin, put real path as setting, instead of hide path via php.
What player do you use?

fourdeltaOneTopic starter

I have in the admin settings the real path!
i use JwPlayer. but I've tried all the players, and every video is not loaded on the mobile.
Skype: epic.mediauz
  •  

fourdeltaOneTopic starter

I am now on  mobile opened a direct link to  video (http://mysite.com/media/2dc1e5adae49fb179830f899cd7341d3.mp4),  error: can not run video!

I even tried on another, downloaded your video from videoinedit.сom and uploaded to the folder / media / link again and opened a mobile browser and Results video still does not show.

problem with showing the folder? how some way it may not have full rights?

Skype: epic.mediauz
  •  

fourdeltaOneTopic starter

on the PC direct link видео played
Skype: epic.mediauz
  •  

PHPVibe A.

This is weird.
Try defining video types on the bottom of /media/.htaccess


AddType video/ogg .ogv
AddType video/mp4 .mp4
AddType video/mp4 .mov
AddType video/webm .webm


maybe even

<FilesMatch mp4>
Satisfy any
order allow,deny
allow from all
</FilesMatch>

fourdeltaOneTopic starter

Alex, thank you so much it works!
really strange problem.


can be done to use the html5 player "Easy Video Player" for flash player use "JwPlayer" ?
Skype: epic.mediauz
  •  

PHPVibe A.

Quote from: fourdeltaOne on
Alex, thank you so much it works!
really strange problem.

My pleasure! Guess the server was returning an wrong mime type breaking the player.

Quote from: fourdeltaOne on
can be done to use the html5 player "Easy Video Player" for flash player use "JwPlayer" ?

Unfortunately no.

fourdeltaOneTopic starter

ok, too bad..

perhaps in paragraph settings add,  video see  only subscribers  ?
Skype: epic.mediauz
  •  

PHPVibe A.


fourdeltaOneTopic starter

I  understand  html, do not know php.
if not difficult prompt inquiry to base.   ;)
Skype: epic.mediauz
  •  

Similar topics (7)