How to use MyCode for streaming self-hosted videos?
#2
Did you tried this => http://www.w3schools.com/html/html5_video.asp

MyCode:

Regular Expression:
\[vid=(.*?)\](.*?)\[/vid\]

Replacement:
<video width="640" height="480" controls>
  <source src="$2" type="video/$1">
Your browser does not support the video tag.
</video>


Example:
[vid=mp4]YOURPATHTOVIDEO.mp4[/vid]
Reply


Messages In This Thread
RE: How to use MyCode for streaming self-hosted videos? - by SvePu - 2017-02-13, 07:56 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)