Closed (duplicate)
Project:
jPlayer
Version:
7.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
25 Oct 2011 at 11:26 UTC
Updated:
8 Nov 2012 at 13:56 UTC
Instead of requiring a File field which requires a file upload, support a Text field containing a URL or URL Content Field (http://drupal.org/project/urlcontentfield) or some other formatted URL solution. This would allow for remote media storage (like Amazon S3 or Dropbox) or for providing a player for audio that already exists on the web.
Comments
Comment #1
kokaku commentedComment #2
wheatpenny commentedkokaku: If the default YouTube player is ok for you, your request could be solved by the Media module. Would that help?
Comment #3
kokaku commentedI was hoping to use jplayer because it's not associated with any 3rd-party and i only need a simple HTML5 player for MP3s, but I will also look into what the Media module provides.
Comment #4
kim_charest commentedHi!
As anyone found a solution for this? I simply want to create a playlist from a view that plays audio files based on external mp3 URLs.
Thanks a lot!
Comment #5
lunk rat commentedI'm achieving this very nicely with Media 7.x-2.x-dev, Remote stream wrapper, and jplayer. You can add remote URLs to any audio or video file and they render in jplayer without ever touching your server! I am using it to embed song clips directly from iTunes servers.
Hope this helps.
Comment #6
deviantintegral commentedThis looks to be a duplicate of #1276078: streaming a radio mp3....
Comment #7
ionmedia commentedi need the same as #5 for playing streams (audio and video), but after adding to media browser url of stream http://listen.radionomy.com/abc-lounge.m3u player not working
here field devel
field_station_stream (Array, 1 element)
und (Array, 1 element)
0 (Array, 12 elements)
fid (String, 2 characters ) 18
display (String, 1 characters ) 1
description (NULL)
uid (String, 1 characters ) 1
filename (String, 14 characters ) abc-lounge.m3u
uri (String, 42 characters ) http://listen.radionomy.com/abc-lounge.m3u
filemime (String, 15 characters ) audio/x-mpegurl
filesize (String, 3 characters ) 200
status (String, 1 characters ) 1
timestamp (String, 10 characters ) 1352382809
type (String, 9 characters ) undefined
rdf_mapping (Array, 0 elements)
Comment #7.0
ionmedia commentedClarifying the URL field idea