Updated:
You can open this file: templates/ja_symphony/html/layouts/joomla/content/video_play_list.php
At approx line 83:
echo '<iframe class="ja-video embed-responsive-item" width="'.$width.'" height="'.$height.'" src="'.$url.'" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>';
replace it by:
echo '<iframe class="ja-video embed-responsive-item" width="'.$width.'" height="'.$height.'" src="'.$src.'" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>';
I attach this file here so you can compare