Commit 38a51ad
authored
* Clean start/stop copy (#1256)
* Starting
* Started clean sample
* more
* Streaming to KVS working
* Intermittent streaming working.
* Add comments, cleanup
* EOS stream message working
* Improvements
* Revert changes to original sample
* more
* more
* Cleanup kvssink
* Cleanup intermittent sample and kvssink
* more
* Remove rtsp related things
* Switch to cv wait for all waits
* Address some PR comments
* Link with kvspicUtils
* kvssink to send eofr upon eos, fix testsrc not stopping issue
* Address review comments
* Don't require stream name arg
* Add sample instructions to README.md
* Fix typos in ReadMe, add language to code blocks
* Install pkgconfiglite
* Address comments
* Fix double space typo
* nit ReadMe change
* Remove no longer used streamingStopped member
* Formatting fix
* Add sample to CI
* Added a duration for CI jobs to use, formatting
* Set sample args in the CI, improve logging
* Add error handling for gst_element_set_state calls
* Fix CI args and logging
* Fix argc check
* Make clockoverlay element optional
* Fix sigint termination
* Fix duration timer shutdown
* Minor fixes
* Fix sigint shutdown
* Disable mkv dump check for intermittent sample
* Disable it on all platforms
1 parent b99b37e commit 38a51ad
File tree
5 files changed
+428
-35
lines changed- .github/workflows
- samples
- src/gstreamer
5 files changed
+428
-35
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
| 62 | + | |
61 | 63 | | |
62 | 64 | | |
63 | 65 | | |
| |||
174 | 176 | | |
175 | 177 | | |
176 | 178 | | |
177 | | - | |
| 179 | + | |
178 | 180 | | |
179 | 181 | | |
180 | 182 | | |
| |||
193 | 195 | | |
194 | 196 | | |
195 | 197 | | |
196 | | - | |
| 198 | + | |
197 | 199 | | |
198 | 200 | | |
199 | 201 | | |
| |||
433 | 435 | | |
434 | 436 | | |
435 | 437 | | |
| 438 | + | |
| 439 | + | |
436 | 440 | | |
437 | 441 | | |
438 | 442 | | |
| |||
537 | 541 | | |
538 | 542 | | |
539 | 543 | | |
| 544 | + | |
540 | 545 | | |
541 | 546 | | |
542 | 547 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
215 | 218 | | |
216 | 219 | | |
217 | 220 | | |
| |||
0 commit comments