Can't get mp3 to work
| Project: | Dash Media Player |
| Version: | 6.x-1.4 |
| Component: | Code |
| Category: | support request |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
I followed your mp3 directions but then learned that I needed to do other things prior, such as install the dash player download that contained the actual player, config and skins folder. I went back and did all that and also edited the config file. I also added flash modules and all the other mods.
As of now, I have an audio node with 2 uploaded mp3 files. When i open that page and click on one of the attached files, quicktime loads and plays only 20 seconds or so of the 59 minute file.
I ran a view from the services, dash player, get views on my view entitled "radio" and it does in fact show the two files.
When I go to the node where I've inserted the dash player all I see is my logo and the DASH logo, which hyperlinks to the Dashplayer site.
One area I'm not certain about is the gateway string in config file. I downloaded amfphp module but wasn't able to see it in modules and was able to see xmlrpc so i'm just trying to use that one. I think i'm pointing to the correct path there but not certain. The xmlprc file is actually in a folder called /modules/amfphp
Here are some settings;
Node with player is here http://iwasborntowin.com/drupal/node/22
Node with uploaded mp3 files is here http://iwasborntowin.com/drupal/node/23
php code embedded for player in node22
<?php
$params['width'] = 652;
$params['height'] = 432;
$params['playlist'] = 'radio';
print dashplayer_get_player($params);
?>config file
http://www.iwasborntowin.com/drupal/modules/amfphp/xmlrpc
9b326a54ae54a2c9b03ea5068ee37bac
http://www.iwasborntowin.com
6
Location of actualy player (only shows DASH logo, even if you go there directly)
http://www.iwasborntowin.com/drupal/player/dashPlayer.swf
Output of services/dashplayer.getview for view "radio"
Array
(
[nodes] => Array
(
[0] => stdClass Object
(
[nid] => 23
[type] => audio
[language] =>
[uid] => 4
[status] => 1
[created] => 1234558835
[changed] => 1234627639
[comment] => 2
[promote] => 1
[moderate] => 0
[sticky] => 0
[tnid] => 0
[translate] => 0
[vid] => 23
[revision_uid] => 1
[title] => Goals For The New Year
[body] =>
In this series James will go over stragies that will allow you to set and reach goals.
[teaser] =>
In this series James will go over stragies that will allow you to set and reach goals.
[log] =>
[revision_timestamp] => 1234627639
[format] => 1
[name] => Admin
[picture] =>
[data] => a:2:{s:13:"form_build_id";s:37:"form-435b94040c777176dfa43f36411c98cf";s:7:"contact";i:1;}
[last_comment_timestamp] => 1234558835
[last_comment_name] =>
[comment_count] => 0
[node_counter] => 6
[dashplayer_images] => Array
(
[0] => stdClass Object
(
[fid] => 26
[uid] => 1
[filename] => _original
[filepath] => sites/default/files/images/WTMY1280Logo.jpg
[filemime] => image/jpeg
[filesize] => 3969
[status] => 1
[timestamp] => 1234558753
)
[1] => stdClass Object
(
[fid] => 27
[uid] => 1
[filename] => thumbnail
[filepath] => sites/default/files/images/WTMY1280Logo.thumbnail.jpg
[filemime] => image/jpeg
[filesize] => 2189
[status] => 1
[timestamp] => 1234558753
)
)
[iid] => 22
[taxonomy] => Array
(
)
[files] => Array
(
[24] => stdClass Object
(
[fid] => 24
[uid] => 1
[filename] => 122908 new years goals.mp3
[filepath] => sites/default/files/122908 new years goals.mp3
[filemime] => audio/mpeg
[filesize] => 14257761
[status] => 1
[timestamp] => 1234558654
[nid] => 23
[vid] => 23
[description] => 122908 new years goals.mp3
[list] => 1
[weight] => 0
)
[28] => stdClass Object
(
[fid] => 28
[uid] => 1
[filename] => goals011209.mp3
[filepath] => sites/default/files/goals011209.mp3
[filemime] => audio/mpeg
[filesize] => 14346786
[status] => 1
[timestamp] => 1234627623
[nid] => 23
[vid] => 23
[description] => goals011209.mp3
[list] => 1
[weight] => 0
)
)
[body_value] =>
In this series James will go over stragies that will allow you to set and reach goals.
)
)
[total_rows] =>
)

#1
Since posting I tried in IE and Firefox. IE does play all of the mp3 files in media player. So I assume the raw files playing issue is a browser setting. However, my main concer is getting the Dash player to appear and play these files through it.
#2
How much would it cost to have you fix this, somewhat soon.
#3
Are you saying that it works in IE but not in FF? I have a site that MP3s work on either.
#4
IWasBornToWin,
Sorry it has taken a while to respond. I might have some time this weekend to help you out. If you need resolution before then, then send me an email and maybe we can work something out.
Thanks,
Travis.
#5
It doesn't work in either browser. I've tried everything that i'm able to find on your site(Travis). I've downloaded and tried all kinds of different flash modules, servers mods, etc. No matter what I do, when I go to the page that would show the player it only shows the logs, which links back to your site. To my knowledge, all my php filters are working. I can't even get the player to show up in any fashion, even if I go directly to the the url of the player itself - http://www.iwasborntowin.com/drupal/player/dashPlayer.swf. I'm not sure if it's supposed to show up that way or not?
If I go to the page where I've uploaded the raw audio files I am able to click on the files and play them. (I assume I could do this whether or not I ever had a player installed. It's simply my computer accessing a file on my hosted server. Having saud that, Firfefox only plays the file for 20 seconds or so by using quicktime. IE plays the whole file using Windows media player.
#6
Sure would be cool to get some help on this. Anybody have any suggestions?
Thanks