English 中文(简体)
上传文件到 Wowza
原标题:upload files to wowza from android
  • 时间:2012-05-24 13:23:25
  •  标签:
  • stream
  • wowza

我安装了Wowza服务器, 并且能够使用视频视图播放客户端的文件, 现在我要录制视频, 并上传文件到Wowza服务器。 如何写入服务器侧面应用程序? 以及如何将它与机器人代码连接起来? 是否有人在这方面有经验? 。

问题回答

Wowza里没有东西可以这样做 。 您可以使用 scp 和像这样的应用程序 < a href=" https://play.google.com/store/ apps/ apps/ details? id=com. perdeas. droidscp& hl=en rel=nol follow > https://play.google. com/store/ apps/ details? id=com. perdeas. droidscp& hl=en < /a> 将文件上传到那里。 另一个想法是建立一个网络界面, 上传文件, 然后将该应用程序 scp 到您的 Wowza 服务器。 还有一个选项是将文件移到 s3 上, 如果您的文件存放在 ec2 上, 从那里流到 s3 。





相关问题
OutOfMemoryException on MemoryStream writing

I have a little sample application I was working on trying to get some of the new .Net 4.0 Parallel Extensions going (they are very nice). I m running into a (probably really stupid) problem with an ...

flush in java.io.FileWriter

I have a question in my mind that, while writing into the file, before closing is done, should we include flush()??. If so what it will do exactly? dont streams auto flush?? EDIT: So flush what it ...

Creating a FILE * stream that results in a string

I m looking for a way to pass in a FILE * to some function so that the function can write to it with fprintf. This is easy if I want the output to turn up in an actual file on disk, say. But what I ...

Most performant way to write binary data to a file in C#

I am trying to optimize a class that serializes objects in binary format and writes them in a file. I am currently using a FileStream (in sync mode because of the size of my objects) and a ...

热门标签