upload files to wowza from android

强颜欢笑 提交于 2019-12-05 01:16:10

问题


I have installed wowza server and able to play files from client side using video view in android now i have to record video and have to upload files to wowza server. how to write server side app? and how to connect that from android code? does any one have any experience in that?.


回答1:


There is nothing in Wowza built in to do this. You could use scp and an app like this https://play.google.com/store/apps/details?id=com.perdeas.droidscp&hl=en to get the files up there. Another idea would be to build a web interface to upload the files, then have that application scp to your Wowza server. Still another option is to get the files to s3, and stream from there if your files are hosted on ec2.



来源:https://stackoverflow.com/questions/10738387/upload-files-to-wowza-from-android

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!