-
Notifications
You must be signed in to change notification settings - Fork 34
ITEP-68945 ITEP-68944 Using WebRTC for frames streaming #396
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
Open
Irakus
wants to merge
48
commits into
main
Choose a base branch
from
ITEP-68945-webrtc-raw
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 8 commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
6177e62
added webrtc as paraller pipeline
Irakus 7c5afce
moved webrtc to separate pipeline
Irakus c4c5d7b
trying to add iframe
Irakus 17b3805
added
Irakus 78eed94
start using js script from mediamtx
Irakus 199c53d
checkpoint
Irakus df1980d
revert dockrfile format
Irakus 02c5e4c
trying to fix server
Irakus e56ec39
added certs
Irakus f7bc82a
working embeded video
Irakus 064b93c
removed old dlstreamer source
Irakus f9b39da
Merge branch 'main' of https://github.com/open-edge-platform/scenescaβ¦
Irakus e9a3587
move everything into 1 pipeline
Irakus 7a8ac49
clean scene
Irakus cc6a84d
clean pr
Irakus cd1f559
clean red marks on cameras
Irakus 113d1e2
removed mqtt feed from web app
Irakus 501612b
changed video format
Irakus c8290d3
videos replaced with webrtc - need change of trigger in calibration page
Irakus db104c9
working fine, but slow
Irakus ac2725d
still slow
Irakus cad52fe
optimized
Irakus dafc7be
checkpoint
Irakus 1deb16b
optimized stream loading:
Irakus 1435fed
remove logging rtc connections
Irakus 72ce7af
checkpoint
Irakus aac76ab
added video as fallback
Irakus fe5e11e
Merge branch 'main' into ITEP-68945-webrtc-raw
Irakus 60396d5
Merge branch 'main' into ITEP-68945-webrtc-raw
Irakus a107107
checkpoint
Irakus dbc1844
Merge branch 'ITEP-68945-webrtc-raw' of https://github.com/open-edge-β¦
Irakus 47602bb
fixed autocalibration
Irakus 65de5d7
fixed long loading of videos
Irakus 70f1412
cleanup
Irakus 8294734
removed ip from config
Irakus e13f63d
Merge branch 'main' into ITEP-68945-webrtc-raw
Irakus c91316d
updated licenses and docs
Irakus e9c16dc
reformatted dockerfile
Irakus a8e69fc
update dls configs
Irakus e489c2d
update perf config
Irakus 7500fa8
prettrier write
Irakus b4b545e
clean docs
Irakus 2d90496
Merge branch 'main' into ITEP-68945-webrtc-raw
Irakus 7a2bdc9
revert calibration fix
Irakus 6b211b2
newline
Irakus c4e354f
Merge branch 'main' into ITEP-68945-webrtc-raw
Irakus fe2abf7
Merge branch 'main' into ITEP-68945-webrtc-raw
Irakus 7e23d74
Merge branch 'main' of https://github.com/open-edge-platform/scenescaβ¦
Irakus File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,77 @@ | ||
| { | ||
| "config": { | ||
| "logging": { | ||
| "C_LOG_LEVEL": "INFO", | ||
| "PY_LOG_LEVEL": "INFO" | ||
| }, | ||
| "pipelines": [ | ||
| { | ||
| "name": "qcam2", | ||
| "source": "gstreamer", | ||
| "pipeline": "multifilesrc loop=TRUE location=/home/pipeline-server/videos/qcam2.ts name=source ! decodebin ! videoconvert ! video/x-raw,format=BGR ! gvapython class=PostDecodeTimestampCapture function=processFrame module=/home/pipeline-server/user_scripts/gvapython/sscape/sscape_adapter.py name=timesync ! gvadetect model=/home/pipeline-server/models/intel/person-detection-retail-0013/FP32/person-detection-retail-0013.xml model-proc=/home/pipeline-server/models/object_detection/person/person-detection-retail-0013.json ! gvametaconvert add-tensor-data=true name=metaconvert ! gvametapublish name=destination ! appsink sync=true", | ||
| "auto_start": true, | ||
| "parameters": { | ||
| "type": "object", | ||
| "properties": { | ||
| "ntp_config": { | ||
| "element": { | ||
| "name": "timesync", | ||
| "property": "kwarg", | ||
| "format": "json" | ||
| }, | ||
| "type": "object", | ||
| "properties": { | ||
| "ntpServer": { | ||
| "type": "string" | ||
| } | ||
| } | ||
| }, | ||
| "camera_config": { | ||
| "element": { | ||
| "name": "datapublisher", | ||
| "property": "kwarg", | ||
| "format": "json" | ||
| }, | ||
| "type": "object", | ||
| "properties": { | ||
| "cameraid": { | ||
| "type": "string" | ||
| }, | ||
| "metadatagenpolicy": { | ||
| "type": "string", | ||
| "description": "Meta data generation policy, one of detectionPolicy(default),reidPolicy,classificationPolicy" | ||
| }, | ||
| "publish_frame": { | ||
| "type": "boolean", | ||
| "description": "Publish frame to mqtt" | ||
| } | ||
| } | ||
| } | ||
| } | ||
| }, | ||
| "payload": { | ||
| "destination": { | ||
| "metadata": { | ||
| "type": "file", | ||
| "path": "/tmp/results.jsonl", | ||
| "format": "json-lines" | ||
| }, | ||
| "frame": { | ||
| "type": "webrtc", | ||
| "peer-id": "cam" | ||
| } | ||
| }, | ||
| "parameters": { | ||
| "ntp_config": { | ||
| "ntpServer": "ntpserv" | ||
| }, | ||
| "camera_config": { | ||
| "cameraid": "atag-qcam2", | ||
| "metadatagenpolicy": "detectionPolicy" | ||
| } | ||
| } | ||
| } | ||
| } | ||
| ] | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -119,4 +119,4 @@ | |
| } | ||
| ] | ||
| } | ||
| } | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.