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?.
相关问题
- In what practical case bool(std::ifstream) != std:
- Delphi stream panel to file
- Webshot to Google Drive without storing intermedia
- Fail to define an infinite stream
- Detecting file type from buffer in node js?
相关文章
- MemoryStream disables reading when returned
- Convert HttpContent into byte[]
- MemoryStream.WriteTo(Stream destinationStream) ver
- c# saving very large bitmaps as jpegs (or any othe
- Writing a stream protocol: Message size field or M
- How to compose transform Streams in node.js
- Java: Saving StreamResult to a file
- WOWZA LiveAutoRecord
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.