Hi i tried everything im looking for solution 2h or smth but i cant find anything. So.. I got this error "No compatible source was found for this media." while using type="rtmp/mp4"
my code ..
<video id="my-video" class="video-js" controls preload="auto" width="1280" height="720" poster="1.jpg" data-setup="{}">
<source src="rtmp://goofly.tv/live/test" type='rtmp/mp4'>
<p class="vjs-no-js">
To view this video please enable JavaScript, and consider upgrading to a web browser that
<a href="http://videojs.com/html5-video-support/" target="_blank">supports HTML5 video</a>
</p>
</video>