Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

minor corrections #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
server.cert
server.key

# Logs
logs
*.log
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
},
"homepage": "https://github.com/murillo128/media-server-demo-node#readme",
"dependencies": {
"medooze-media-server": "^0.46.7",
"semantic-sdp": "^3.9.0",
"websocket": "^1.0.26"
}
Expand Down
2 changes: 1 addition & 1 deletion www/broadcast/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -197,4 +197,4 @@ <h4 class="mdl-dialog__title">Ready to test H264 broadcasting?</h4>

</html>

<script src="js/broadcast.js" type="text/javascript"></script>
<script src="/broadcast/js/broadcast.js" type="text/javascript"></script>
2 changes: 1 addition & 1 deletion www/playback/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -190,4 +190,4 @@ <h4 class="mdl-dialog__title">Ready to test mp4 playback?</h4>

</html>

<script src="js/playback.js" type="text/javascript"></script>
<script src="/playback/js/playback.js" type="text/javascript"></script>
2 changes: 1 addition & 1 deletion www/rec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -194,4 +194,4 @@ <h4 class="mdl-dialog__title">Ready to test MP4 recording?</h4>

</html>

<script src="js/rec.js" type="text/javascript"></script>
<script src="/rec/js/rec.js" type="text/javascript"></script>
2 changes: 1 addition & 1 deletion www/simulcast/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -283,4 +283,4 @@ <h4 class="mdl-dialog__title">Ready to test VP8 Simulcast layer selection?</h4>

</html>

<script src="js/simulcast.js" type="text/javascript"></script>
<script src="/simulcast/js/simulcast.js" type="text/javascript"></script>
2 changes: 1 addition & 1 deletion www/svc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -288,4 +288,4 @@ <h4 class="mdl-dialog__title">Ready to test VP9 SVC layer selection?</h4>

</html>

<script src="js/svc.js" type="text/javascript"></script>
<script src="/svc/js/svc.js" type="text/javascript"></script>
Loading