Skip to content

Commit

Permalink
Merge pull request #28 from rahul78275/fix/typo-error
Browse files Browse the repository at this point in the history
Fixed typo and sdk version upgrade.
  • Loading branch information
mekya authored Oct 6, 2024
2 parents 1281205 + 1e6ea7f commit d458d34
Show file tree
Hide file tree
Showing 3 changed files with 2,726 additions and 3,221 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Plugin for viewing streams located on the ant-media server. There is also a func
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->


- [Installation](#installation)
- [Issues](#issues)
- [Usage](#usage)
Expand Down Expand Up @@ -65,7 +64,7 @@ This is the simplest case. Get the script in whatever way you prefer and include
<script src="//path/to/videojs-webrtc-plugin.min.js"></script>

<div id="video_container">
<video id=video-player width=960 height=540 class="video-js vjs-default-skin" controls>
<video id=my-video width=960 height=540 class="video-js vjs-default-skin" controls>
<source
src="ws://localhost:5080/LiveApp/stream1.webrtc" iceServers = '[ { "urls": "stun:stun1.l.google.com:19302" } ]'
>
Expand Down
Loading

0 comments on commit d458d34

Please sign in to comment.