by kapz » Sat Jul 11, 2009 8:07 pm
Thanks for link to the open source video player. The external player URL wasn't working for me, but since I have Apache installed I was able to make my own html page on my server and get it working for my needs. I only want to share a few songs.
- Code: Select all
<script type="text/javascript" src="swfobject.js"></script>
<div id="player">This text will be replaced</div>
<script type="text/javascript">
var so = new SWFObject('player.swf','mpl','314','320','9');
so.addParam('allowscriptaccess','always');
so.addParam('allowfullscreen','true');
so.addParam('flashvars','&file=Air - All I Need.mp3&image=Air - Moon Safari (F).jpg&stretching=exactfit');
so.write('player');
</script>
The URL I was using for
&file= parameter above did not work for me.
- Code: Select all
http://[IP ADDRESS]:22888/subsonic/stream?player=1&pathUtf8Hex=4f3a5c4d555349435f4d4f52455c434420415243484956455c4169725c416972202d204d6f6f6e205361666172695c303320416c6c2049204e6565642e6d7033&suffix=.mp3
Last edited by
kapz on Sun Jul 12, 2009 9:02 pm, edited 1 time in total.
Paid Subsonic user
----
Love my unRaid (~9.5TB): [url=http://lime-technology.com/forum/index.php?topic=2031.msg40351#msg40351]Pictures Here (Reply #82)[/url]