A handful of options are available for couch tour viewing today, Monday, October 19 as laid out on the JamBase Livestreams Calendar lineup.
The Disco Biscuits present a livestream from the Yarmouth Drive-In featuring the band’s final concert of a four-night run at the Cape Cod venue.
Goose livestreams their Showtime At The Drive-In concert live from Frederick, Maryland. Additionally, Amy LaVere goes live on Facebook.
Monday also marks a new week of Doobie Decibel System Shelter In Place Sessions livestreams. For more couch tour options, check out the full JamBase Livestreams Calendar for today, Monday, October 19 below:
!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; }
}