Video play back within PHP

Asked by xXKnivesXx

Okay, I am using Ubuntu to build a webserver and am trying to embed video within webpages. Well I can use the <embed> tag and save a web page with a .html extension and mplayer opens embeded and plays the video fine, but when I use php and either echo the whole statement within a php code block or just the src of the video, mplayer does not load the video. All it says is initializing. Using terminal I mapped zero differences between the html code generated by php and the static web page. This leads me to believe php is responcable for this. Any help will be greatly appreciated.

<email address hidden>

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu php5 Edit question
Assignee:
No assignee Edit question
Solved by:
xXKnivesXx
Solved:
Last query:
Last reply:
Revision history for this message
xXKnivesXx (noneg83) said :
#1

??

Revision history for this message
Alan Pope 🍺🐧🐱 🦄 (popey) said :
#2

Can you make the two pages available online for analysis. Without seeing the code it's almost impossible to see where thr problem lies.

Revision history for this message
xXKnivesXx (noneg83) said :
#3

absolutely and Thank you very much for your speedy responce

http://75.134.20.124:7777/phpstuff/thiswebpage.html

http:// 75.134.20.124:7777/phpstuff/thiswebpage.php

>From: Alan Pope <email address hidden>
>Reply-To: Alan Pope <email address hidden>
>To: <email address hidden>
>Subject: Re: [Support #3728]: Video play back within PHP
>Date: Fri, 16 Feb 2007 06:59:34 -0000
>
>Your support request #3728 on php5 in ubuntu changed:
>https://answers.launchpad.net/ubuntu/+source/php5/+ticket/3728
>
> Status: Open => Needs information
>
>Alan Pope requested for more information:
>Can you make the two pages available online for analysis. Without seeing
>the code it's almost impossible to see where thr problem lies.
>
>_______________________________________________________________________
>To answer this request for more information, you can either reply to
>this email or enter your reply at the following page:
>https://answers.launchpad.net/ubuntu/+source/php5/+ticket/3728

_________________________________________________________________
With tax season right around the corner, make sure to follow these few
simple tips.
http://articles.moneycentral.msn.com/Taxes/PreparationTips/PreparationTips.aspx?icid=HMFebtagline

Revision history for this message
Ralph Janke (txwikinger) said :
#4

Both pages do for me exactly the same thing. It just takes a while for enough data to arrive. I thing the upstream bandwidth from you server is not adequate for this purpose.

Revision history for this message
Best xXKnivesXx (noneg83) said :
#5

Well the IP i posted if for my home computer.. I dont have access to the server that the problem is on today. Thanks guys i know know that the problem is in the settings on the server and not php. Thanks for you time.