8  Embedded video

8.1 Video - Developing an open source data pipeline for participation in community knowledge bases - https://av.tib.eu/media/56162

The below Python code experiments with retrieving video data via iframe embedding.

from IPython.display import HTML
HTML("""
<iframe width="560" height="315" scrolling="no" src="https://av.tib.eu/player/56162" frameborder="0" allowfullscreen></iframe>
""")