Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.php > #16337 > unrolled thread

AN .amr media player for a PHP website

Started byChijioke Kenneth <ken.dgc@gmail.com>
First post2016-01-27 12:26 -0800
Last post2016-01-27 23:10 +0100
Articles 3 — 3 participants

Back to article view | Back to comp.lang.php


Contents

  AN  .amr  media player for a PHP  website Chijioke Kenneth <ken.dgc@gmail.com> - 2016-01-27 12:26 -0800
    Re: AN .amr media player for a PHP website Jerry Stuckle <jstucklex@attglobal.net> - 2016-01-27 16:26 -0500
    Re: AN .amr media player for a PHP website Arno Welzel <usenet@arnowelzel.de> - 2016-01-27 23:10 +0100

#16337 — AN .amr media player for a PHP website

FromChijioke Kenneth <ken.dgc@gmail.com>
Date2016-01-27 12:26 -0800
SubjectAN .amr media player for a PHP website
Message-ID<cf5c157d-924c-4729-bb24-db03d972350c@googlegroups.com>
Hello All,

Please, I do not know if this is the write forum to ask this question.  Kindly assist if it anyone can;

I want to play .amr audio files on my php website.  I do not need to convert to any other format before playing these .amr audio files.

I will not mind the following;

a.  An  .amr  media player that I can embed into my website, so it becomes part of my website and play my .amr audio files.  I am okay accommodating the media player files in my website

b. If there is any web plugin of any media player that can play .amr audio files, I will be glad to have it. I do not mind including this plugin as part of my website files

c. If there is a php/ javascripts/ jquery library that can play .amr audio files on a PHP website,  I am interested. I will buy even if the library is paid.

d.  Any other means that I can use to play .amr audio files in my PHP website.

Thanks in anticipation for a helpful response.

Regards..

[toc] | [next] | [standalone]


#16338 — Re: AN .amr media player for a PHP website

FromJerry Stuckle <jstucklex@attglobal.net>
Date2016-01-27 16:26 -0500
SubjectRe: AN .amr media player for a PHP website
Message-ID<n8bcg5$e67$1@jstuckle.eternal-september.org>
In reply to#16337
On 1/27/2016 3:26 PM, Chijioke Kenneth wrote:
> 
> Hello All,
> 
> Please, I do not know if this is the write forum to ask this question.  Kindly assist if it anyone can;
> 
> I want to play .amr audio files on my php website.  I do not need to convert to any other format before playing these .amr audio files.
> 
> I will not mind the following;
> 
> a.  An  .amr  media player that I can embed into my website, so it becomes part of my website and play my .amr audio files.  I am okay accommodating the media player files in my website
> 
> b. If there is any web plugin of any media player that can play .amr audio files, I will be glad to have it. I do not mind including this plugin as part of my website files
> 
> c. If there is a php/ javascripts/ jquery library that can play .amr audio files on a PHP website,  I am interested. I will buy even if the library is paid.
> 
> d.  Any other means that I can use to play .amr audio files in my PHP website.
> 
> Thanks in anticipation for a helpful response.
> 
> Regards..
> 

I don't understand.  Are you saying you have .amr files on your website?

Media players go on the client's machine, not the server.  The server
only has to send the file (and possibly set the appropriate headers).

-- 
==================
Remove the "x" from my email address
Jerry Stuckle
jstucklex@attglobal.net
==================

[toc] | [prev] | [next] | [standalone]


#16340 — Re: AN .amr media player for a PHP website

FromArno Welzel <usenet@arnowelzel.de>
Date2016-01-27 23:10 +0100
SubjectRe: AN .amr media player for a PHP website
Message-ID<56A94048.6090601@arnowelzel.de>
In reply to#16337
Chijioke Kenneth schrieb am 2016-01-27 um 21:26:

> Hello All,
> 
> Please, I do not know if this is the write forum to ask this
> question.  Kindly assist if it anyone can;
[...]
> c. If there is a php/ javascripts/ jquery library that can play .amr
> audio files on a PHP website,  I am interested. I will buy even if
> the library is paid.

PHP runs on the *server*. This has nothing to do with playback in the
*browser*.

And no - there is also no JavaScript-library which can decode and
playback audio formats which are not already supported by the browser -
this is technically not possible.

> d.  Any other means that I can use to play .amr audio files in my PHP
> website.

This has nothing to do with PHP at all. The browser or some browser
plugin needs to be able to play back the file format.

When using the HTML 5 <audio> tag to embed the audio file you usually
can only use MP3, OGG and WAV - and only MP3 is supported by every major
browser.

Since Flash is also not able to play back AMR you will also not find any
Flash based player which you could embed.

Quicktime supports AMR and this could be used using <embed> - but then
every visitor has to install Quicktime first before listening to the AMR
files on your site.

So my recommendation is to convert the AMR files to MP3 and use <audio>
to embed them.


-- 
Arno Welzel
http://arnowelzel.de
http://de-rec-fahrrad.de
http://fahrradzukunft.de

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.php


csiph-web