Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
cvh-camera
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Simon Döring
cvh-camera
Commits
2ea50b51
Commit
2ea50b51
authored
4 years ago
by
Simon Döring
Browse files
Options
Downloads
Patches
Plain Diff
Serve dependency in repo instead of using a CDN
parent
003e05f5
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
novnc/app/camera-receiver.js
+0
-1
0 additions, 1 deletion
novnc/app/camera-receiver.js
sender/adapter.min.js
+1
-0
1 addition, 0 deletions
sender/adapter.min.js
sender/camera-sender-2.html
+1
-1
1 addition, 1 deletion
sender/camera-sender-2.html
with
2 additions
and
2 deletions
novnc/app/camera-receiver.js
+
0
−
1
View file @
2ea50b51
document
.
addEventListener
(
'
DOMContentLoaded
'
,
function
()
{
var
server
=
'
https://
'
+
window
.
location
.
hostname
+
'
:8089/janus
'
;
...
...
This diff is collapsed.
Click to expand it.
sender/adapter.min.js
0 → 100644
+
1
−
0
View file @
2ea50b51
This diff is collapsed.
Click to expand it.
sender/camera-sender-2.html
+
1
−
1
View file @
2ea50b51
<html>
<head>
<title>
Camera Sender
</title>
<script
type=
"text/javascript"
src=
"
https://cdnjs.cloudflare.com/ajax/libs/webrtc-adapter/6.4.0/
adapter.min.js"
></script>
<script
type=
"text/javascript"
src=
"adapter.min.js"
></script>
<script
type=
"text/javascript"
src=
"janus.js"
></script>
<script
type=
"text/javascript"
src=
"camera-sender-2.js"
></script>
<link
rel=
"stylesheet"
href=
"camera-sender.css"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment