Im using the latest beta version (4.0)
Here are some screenshots. Hope it's enough.
Moderator: moderators
swfobject.embedSWF("<c:url value="/flash/jw-player
swfobject.embedSWF("<c:url value="/flash/jw-player-5.0.swf"/>", "placeholder", "340", "25", "9.0.0", false, flashvars, params, attributes);
function skip(index) {
if (index < 0 || index >= songs.length) {
return;
}
var song = songs[index];
currentStreamUrl = song.streamUrl;
updateCurrentImage();
var list = new Array();
list[0] = {
file:song.streamUrl,
title:song.title,
provider:"sound"
};
if (song.duration != null) {
list[0].duration = song.duration;
}
if (song.format == "aac" || song.format == "m4a") {
list[0].provider = "video";
}
player.sendEvent("LOAD", list);
player.sendEvent("PLAY");
}
function skip(index) {
if (index < 0 || index >= songs.length) {
return;
}
var song = songs[index];
currentStreamUrl = song.streamUrl;
updateCurrentImage();
var list = new Array();
list[0] = {
file:song.streamUrl,
title:song.title,
provider:"sound"
};
if (song.duration != null) {
list[0].duration = song.duration;
}
if (song.format == "aac" || song.format == "m4a" || song.format == "mp4" || song.format == "m4v" || song.format == "flv") {
list[0].provider = "video";
}
player.sendEvent("LOAD", list);
player.sendEvent("PLAY");
}
1. My player on the web interface has disappeared. It's just not there anymore. I updated to Flash 10.0.45.2, Jw-player to viral, and got the latest release of the SWF objects, copied everybody to their correct locations, edited the playlist.jsp file to allow for the correct versions, and then my player disappeared. Does anyone know how to fix that?
1. Flash v.10,0,42,34 is the latest release. You can detect your version of Flash HERE With it's release, I found that jwplayer v. 4.4 no longer behaved consistently. I replaced the reference to flash version in C:\subsonic\jetty\1130\webapp\WEB-INF\jsp\playlist.jsp
from 9.0.0.0 to 10.0.42.34.
2. Swfobject: This file has also been updated to v.2.2 since the release of Subsonic 3.8. You can download it from HERE, extract and replace it in
C:\subsonic\jetty\1130\webapp\script
and
C:\subsonic\jetty\1130\webapp\flash
3. Jwplayer is now in version 5.0.753. The Subsonic package contains v.4.4. I downloaded this latest release HERE, and replaced it in C:\subsonic\jetty\1130\webapp\flash. When you do this, you also have to change the Subsonic reference to calling it.
Open the file C:\subsonic\jetty\1130\webapp\WEB-INF\jsp\playlist.jsp
Search for "swfobject"
Replace the
value="
ffmpeg -re -y -i %s -b 800kb -ac 1 -ar 44100 -f flv -
Users browsing this forum: No registered users and 8 guests