Pearl Jam announced a livestream of their April 29, 2016 Ten concert from Wells Fargo Center in Philadelphia. The never-before-seen full-color HD footage will premiere via nugs.net on Thursday, October 22 at 8 p.m. ET/5 p.m. PT and will be available on demand through October 25.
October 22 marks the 30th anniversary of Pearl Jam’s first live performance. The 2016 Ten concert from Philadelphia — which has received a new mix in stereo and 5.1 digital surround sound — saw the grunge pioneers playing their landmark debut album in its entirety after revealing a banner marking 10 sell-outs in the South Philly arena. “I saw that number and I was like, I think we gotta do it,” frontman Eddie Vedder told the crowd in a preview video for the webcast. Check it out below:
Head here to purchase “The Ten Show”.
!function ($) {
window.jb_populate_livestreams_promo = function( $element ) {
let args = $element.attr( ‘data-args’ );
// set up the AJAX post data
var data = {
‘action’: ‘jb_get_livestreams_promo’,
‘args’: args,
};
console.log( data );
// make the AJAX $_POSTcall
$.ajax({
type: “POST”,
url: ajaxurl,
data: data,
success: function( response ){
if ( true == response.success ){
$element.html(response.data).slideDown(420, function(){
jbSetStreamLocalTimes();
});
// trigger Cloudinary
var evt = window.document.createEvent(‘UIEvents’);
evt.initUIEvent(‘resize’, true, false, window, 0);
window.dispatchEvent(evt);
return;
}
},
error: function( response ){
alert( response.responseText );
}
});
};
$(function(){
$(‘#livestreams-promo-container’).each( function(){
jb_populate_livestreams_promo( $(this) );
});
});
}(window.jQuery);
.house-unit-wide { display: none; }
.house-unit-narrow{ display: block; }
@media (min-width: 768px) {
.house-unit-wide { display: block; }
.house-unit-narrow{ display: none; }
}