0

I'm trying to play a live stream that is being sent out by a Wowza server, we are using RTMP to handle the streams. We have an equivalent for that works on android and the way they do it is by connecting to the server via the url and 2 parameters to identify the actual stream to play and if you are allowed to see the live video. After the connection is attempted, the server does a call back sending an integer for a check to see if the user is logged in. Once the check has passed, the video is played.

I have no idea how to handle the call back or how to properly set up the connection so that it takes both parameters and the url.

One big issue is that the Wowza server was created by a third party that we are no longer in contact with, so i have no idea on how the actual server is set up.

Any suggestions would be greatly appreciated

4

2 回答 2

1

我建议从以下几个步骤开始:

  • 确定 Android 应用程序的实际工作方式。您所说的向其发送两个参数的服务器是 Wowza 服务器吗?如果是这样,它可能是一个自定义插件。
  • 获取对服务器的访问权限,以便您可以将其配置为 iOS 流式传输。
  • 您还需要查看一些文档,http ://www.wowza.com/forums/content.php?3-quick-start-guide ,http://www.wowza.com/forums/content.php ?217#cupertinostreaming

一旦你对问题有了更好的理解,Wowza 的人就会在http://www.wowza.com/forums上提供帮助。

祝你好运!

于 2012-06-08T15:05:43.053 回答
0

不需要android应用等。Wowza支持@ios可以播放的输出,因为ios不能播放flash,所以它不能播放rtmp或rtsp。然而,Ios 可以播放类似于 http://myWowzaServer/myApplication/myStream/playlist.m3u8 的流...有关更好的配置详细信息,请访问 http://emrekaratasoglu.com/php-freelance-watch-wowza-live-流苹果ios手机/

于 2012-11-18T00:25:54.070 回答