Skip to content
Snippets Groups Projects

quick fix for ITC adjustments in streaming server

2 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
1
if (window.location.host === 'engage.streaming.rwth-aachen.de') {
if (!window.location.href.startsWith('https://engage.streaming.rwth-aachen.de/paella/ui/watch.html'))
if (!window.location.href.startsWith('https://engage.streaming.rwth-aachen.de/paella/ui/watch.html') || !window.location.href.startsWith('https://engage.streaming.rwth-aachen.de/paella7/ui/watch.html'))
console.warn('looks like we are running outside a player context‽')
const inFrame = (window.parent !== window)
Loading