我需要从摄像头直播视频到我的PHP应用程序网页。我已经安装并运行red5默认应用程序" publisher“successfully.Now,我需要集成我的red5网页与red5 publisher应用程序。
在red5 publisher页面上,即:localhost:5080/demos/publisher.html
我需要更改服务器的位置,这是"rtmp://localhost/oflaDemoset"到我的PHP网页,这是在WAMP服务器。假设是"http://www.myapp.com/home" but whenever i changed
我是PHP的新手,不明白为什么它不能正常工作。我希望发生的是,如果发现一个会话,执行网页,否则重定向到login.php。发生的情况是,网页正在执行,用户看到sql错误,然后重定向发生。就好像if和else都在执行一样。请帮帮忙。
<?php
if (isset($_SESSION['userID']))
{
$mainUID=$_SESSION['userID'];
?>
<body>
The entire webpage is in here but removed it for a short example.
</bod
基本上,我在网页上有一个JSON数组,该数组在网页上运行良好,我可以将其作为字符串拉入objective-c中,但我需要将其作为数组拉入objective-c中。谁能告诉我做这件事最基本的方法?我见过一些这样做的教程,但大多数都是JSON中的对象数组。
下面是我将信息提取为字符串的objective-c代码:
//create string to contain URL address for PHP file, the file name is index.php and the parameter: name is passed to the file
NSString *strURL =