Jump to content

NoUser2U

Members
  • Posts

    63
  • Joined

  • Last visited

NoUser2U's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Thank you for your reply. I read into this Red5 server, and unfortunately, i didn't find an extensive manual or tutorials. I installed it but have trouble finding a good and extensive tutorial or help file. Besides, the original wiki is somehow down, it seems. I was thinking, can't Apache do the task??
  2. Hi, I'd like to stream from a webcam to a server and store it there. It has to be done over the web, so no additional software will be used to stream the data to the server (i.e.: no VLC or consorts. I can manage to capture webcam with JQuery).The video has to be stored on the server for later replay. It has to be possible to stream to the server from any computer (via the webcam). The problem is, I'm a complete newby in the field of multimedia and I don't know what kind of server i need to look for. I have an apache server installed here, but I think I read apache can't do that job well, since it's not designed for that purpose.Requirements for the kind of server: it has to be free, stable, and if possible: popular (in the same way MySQL is very popular under databases). Can you give me directions what to look for? Any search terms, technologies which might come in handy with this? Also, any tutorials in regard with any aspect of this (capturing the webcam, streaming the data to server, storing the data on server, and replaying the data from server) will be much appreciated!
  3. Hi, I use php's header() function for redirection users, using header('Location: some_location');In the php manual, it says: An example of incorrect usage of header() is also given in the same manual:<html><?php/* This will give an error. Note the output* above, which is before the header() call */header('Location: http://www.example.com/');?> BUT, if i paste the exact same code in somefile.php, and then navigate to that file, i do not get an error....Besides, i have used header() in my own site multiple times after outputting content (html elements, text), and yet no error, until today...Today, i inserted a second img using <img src=...> on the same page, and when i try to send the header('Location: ...') now, i get the error of 'headers already sent'. But if i do not include that second <img> element (so only one <img> is used on the site), then no error is given... . I am very confused because of this, the function (and it's corresponding error) is not working as it should... Can somebody please clarify?
  4. I just want to say that whenever i have any problems/errors with PHP, Dreidre's dad gives great help and examples.

    Thank you so much for your input! You are of great help!

  5. Hi everybody,Just joined this site , hoping to get better at programming in PHP and building websites/-scripts. My interests are: business, music, travelling and computers, but because of school i don't have too much time to work on my hobbies.Oh i'm 23 years old and am pretty new to php/html.My maingoal is to build a large website + database-support and i believe PHP is a key-factor to achieving my goal. Well that's it i think:P
×
×
  • Create New...