html - Host relative URL -
i have rtmp
, http
service in same host, , have web page include video link:
<video class="video-js vjs-default-skin"> <source src="rtmp://[server ip]/live" type="rtmp/mp4"> </video>
is there way link rtmp
url without specifying ip/hostname? (like root-relative or protocol-relative url)
i know how in js ('rtmp://' + location.host + '/live'
), want know there pure url syntax can this.
not url syntax. must specify right of point relative to.
html url
No comments:
Post a Comment