Skip to content

Commit

Permalink
Delete jquery.jPlayer, because it need Range in server side.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhou Chang committed Oct 26, 2012
1 parent bb816aa commit 714ec58
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 740 deletions.
16 changes: 15 additions & 1 deletion assets/droideye.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,19 @@ var onQueryDone = function (ret) {
$("#resolution-choice").selectmenu('refresh');
$("#resolution-choice").bind("change", doChangeRes);

// setup audio stuff
/*
$("#audio_live_player").jPlayer({
ready: function () {
$(this).jPlayer("setMedia", {
mp3: "/stream/live.mp3",
});
},
swfPath: "/res",
supplied: "mp3"
});
*/

$("#debug_msg").html("Connected");
};

Expand Down Expand Up @@ -138,6 +151,7 @@ $("#page_main").live("pageinit", function() {
//////////////////////////////////////////////
// Top level code define
//////////////////////////////////////////////
/*
$(document).ready(function(){
$("#audio_live_player").jPlayer({
ready: function () {
Expand All @@ -149,4 +163,4 @@ $(document).ready(function(){
supplied: "mp3"
});
});

*/
2 changes: 0 additions & 2 deletions assets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="res/jquery.mobile-1.1.1.min.css" />
<link rel="stylesheet" href="res/skin/jplayer.blue.monday.css" />
<link rel="stylesheet" href="extern.css">
<script src="res/jquery-1.7.1.min.js"></script>
<script src="res/jquery.mobile-1.1.1.min.js"></script>
<script src="res/jquery.waitforimages.min.js"></script>
<script src="res/jquery.jplayer.min.js"></script>
<script src="droideye.js"></script>
</head>
<body>
Expand Down
Binary file removed assets/res/Jplayer.swf
Binary file not shown.
97 changes: 0 additions & 97 deletions assets/res/jquery.jplayer.min.js

This file was deleted.

Loading

0 comments on commit 714ec58

Please sign in to comment.