-
Notifications
You must be signed in to change notification settings - Fork 350
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update 2015-04-08-video-iot-through-matrix.md #1985
base: main
Are you sure you want to change the base?
Conversation
@@ -12,10 +12,10 @@ Earlier this year we went to <a href="http://fosdem.org" title="FOSDEM">FOSDEM</ | |||
Both the recording equipment and the video team volunteers were new this year, so some problems were encountered, which means that our lightning talk video unfortunately was lost. However, our talk in the IoT-devroom is now available: | |||
|
|||
<video width="853" height="480" controls> | |||
<source src="http://matrix.org/video/IoT-through-Matrix.mp4" type="video/mp4" /> | |||
<source src="[http://matrix.org/video/IoT-through-Matrix.mp4](https://matrix.org/blog/2015/04/08/video-iot-through-matrix)" type="video/mp4" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will not work. You are mixing a markdown link into an html element here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so what should i change ?
Your browser does not support the video tag. | ||
</video> | ||
<em>(Click <a href="http://matrix.org/video/IoT-through-Matrix.mp4" title="here">here</a> to download the video)</em> | ||
<em>(Click <a href="[http://matrix.org/video/IoT-through-Matrix.mp4](https://matrix.org/blog/2015/04/08/video-iot-through-matrix)" title="here">here</a> to download the video)</em> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as above
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what should i do now
updated the video issue