android - Using youtube to play in app purchasble videos -
is possible use youtube api on adroid play video available after in app purchase?
for example have teaser video, free. , full video sold user. having trouble setting web server stream .3gp files app (by trouble mean lost).
will youtube let me keep videos private, since trying sell them?
if not possible have advice on how set webserver stream .3gp videos? (i know little servers)
while can set youtube videos unlisted, use of youtube in way going violation of api's terms of service. note cannot officially interpret tos you, seems against provision:
you agree not use youtube api of following commercial uses unless obtain youtube's prior written approval:
- the sale of youtube api, api data, youtube audiovisual content or related services, or access of foregoing;
there number of ways stream video server, , i'm not sure can give comprehensive answer. however, here's 1 possible approach consuming video android side. on server side, might want learn more server side programming before dig in, seems host video files publicly on web server , point urls - if want bit more complex, authentication, you'll have write own code in custom web server. 1 way of doing might bottle.py framework's static file serving handler combined nginx.
Comments
Post a Comment