mgp25 / SC-API

Snapchat’s private API
MIT License
334 stars 106 forks source link

video upload issue mp4 #240

Closed pank123 closed 9 years ago

pank123 commented 9 years ago

Hello I am trying to upload mp4 video size is around 2 mb but somehow its not upload in user story. Images is working fine. Video upload behaviour is abnormaly. Sometime its upload and sometime not. is there any way to know media is upload or not on api like any status from api .? Please let me know if you need any

Thanks

mgp25 commented 9 years ago

@pank123 debug log?

pank123 commented 9 years ago

http://prntscr.com/8u09hq http://prntscr.com/8u09p5

Please find the attachment my log screenshot. for video upload its not working

mgp25 commented 9 years ago

@pank123 can you use pastebin or similar and post text instead of image? Also, post full debug log so i can see where does the error occur

pank123 commented 9 years ago

I cant upload text file here can u please send me your email address so i can send you text log there video upload behaviour is totally different.

mgp25 commented 9 years ago

@pank123 use this: https://gist.github.com/

pank123 commented 9 years ago

is there any limit for video upload i cant upload video more than 1 mb. there is any limitation ?

mgp25 commented 9 years ago

@pank123 yes, there is limitation make sure its under 10 seconds durations, If its longer you can always split it into multiple parts

Regards

pank123 commented 9 years ago

I know about 10 second. I am asking about size there is limitation for size i cant able to upload more than 1 mb video on snapchat api.

Thanks

liamcottle commented 9 years ago

@pank123 You will need to create MP4's of multiple sizes, and test this for yourself. We don't know what the limits are.