php-snapchat icon indicating copy to clipboard operation
php-snapchat copied to clipboard

$snapchat->upload() doesn't work with all mp4 videos

Open nicolashardy opened this issue 9 years ago • 2 comments

Hello

I'm trying to use this library but I have a problem

All the mp4 files don't work apparently.

This one works http://techslides.com/demos/sample-videos/small.mp4 This one doesn't https://fat.gfycat.com/UncommonForkedArthropods.mp4

The method used is the same than in the example

$video = http://..... $id = $snapchat->upload( Snapchat::MEDIA_VIDEO, file_get_contents($video) );

$snapchat->send($id, array('MYID'), 8);

Do you have any ideas ? Thanks

nicolashardy avatar Feb 25 '15 00:02 nicolashardy

For starters, your second video is over 10 seconds long. Snapchat won't allow a video over 10 seconds.

ThePengwin avatar Feb 25 '15 09:02 ThePengwin

Thank you for your answer. Anyway, I still have the same issue with : https://fat.gfycat.com/ThreadbareGenuineHake.mp4 which is shorter than 10secs

nicolashardy avatar Feb 25 '15 12:02 nicolashardy