Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-23 | Add SYNC config variable with some small comments | Antonio García-Domínguez | |
2018-07-01 | Merge pull request #53 from liuseemin/master | Antonio García-Domínguez | |
change GST_FPS to 24 and decoder to decodebin for smoother streaming | |||
2018-07-01 | change GST_FPS to 24 and decoder to decodebin for smoother streaming | Hsiming Liu | |
2018-06-23 | Merge pull request #52 from nyov/master | Antonio García-Domínguez | |
Fix DIST version check | |||
2018-06-23 | Fix DIST version check | nyov | |
closes #51 | |||
2018-02-15 | Minor touch up on troubleshooting instructions | Antonio García-Domínguez | |
2017-08-21 | Merge pull request #47 from timmot/master | Antonio García-Domínguez | |
Add alternative location for pulse gst plugin | |||
2017-08-20 | Add alternative location for pulse gst plugin | Timothy Blackstone | |
2017-02-12 | Merge pull request #45 from digitalcircuit/fix-arch-typo | Antonio García-Domínguez | |
Fix minor typo relase -> release | |||
2017-02-12 | Fix typo RELASE -> RELEASE | Shane Synan | |
Fix minor typo in detecting Arch release version (currently unused). | |||
2017-02-05 | Add check for bc (fixes #44) | Antonio García-Domínguez | |
2017-01-30 | Merge pull request #43 from suranc/arch_fix | Antonio García-Domínguez | |
Fixed distribution checking logic, and added check for arch linux. | |||
2017-01-29 | Supressed error from adb when checking for device. | suranc | |
2017-01-29 | Fixed distribution checking logic, and added check for arch linux. ↵ | suranc | |
Previously Arch would not actually get detected. | |||
2016-12-12 | Merge pull request #41 from chepecarlos/master | Antonio García-Domínguez | |
Adding linux mint to the list | |||
2016-12-12 | Adding linux mint to the list | Jose Carlos Garcia Diaz | |
I just had to add linux mint to if and everything works perfectly | |||
2016-11-12 | Merge pull request #40 from dllud/master | Antonio García-Domínguez | |
Changes pixel format to YUY2, making video compatible with Chrome and Firefox. | |||
2016-11-11 | Changed pixel format to YUY2. Makes video compatible with browsers (Chrome ↵ | dllud | |
and Firefox). | |||
2016-08-02 | Merge pull request #38 from sandeshc/feature-disable-proxy | Antonio García-Domínguez | |
Disable 'http_proxy' for accessing WIFI_IP on a proxy network | |||
2016-08-01 | introduced a new parameter CURL_OPTIONS; removed unnecessary re-setting of ↵ | Sandesh C | |
http_proxy | |||
2016-07-29 | Merge pull request #37 from sandeshc/bugfix-issue-34 | Antonio García-Domínguez | |
modified grep search for 'v4l2loopback' module as exact word search | |||
2016-07-29 | added support to disable proxy while accessing WIFI_IP | Sandesh C | |
2016-07-28 | modified grep search for 'v4l2loopback' module as exact word search; refs #34 | Sandesh C | |
2016-07-15 | Initial support for 2+ webcams (untested, refs #33) | Antonio García-Domínguez | |
2016-06-27 | Minor English corrections | Antonio García-Domínguez | |
2016-06-27 | Merge pull request #32 from laptander/master | Antonio García-Domínguez | |
Multiple improvements for Ubuntu usage | |||
2016-06-26 | documenting CAPTURE_STREAM variable | Laptander | |
2016-06-26 | Avoid stopping adb server, as user may use for something else | Laptander | |
2016-06-26 | fix grammar | Laptander | |
2016-06-26 | avoid mawk dependency | Laptander | |
2016-06-24 | Ability to choose needed stream | Laptander | |
2016-06-22 | remove conflict markers | Laptander | |
2016-06-22 | resolve conflict | Laptander | |
2016-06-22 | Multiple improvements for Ubuntu usage | Developer Laptander | |
add install_package function, check if zenity is installed, update path to kernel object, edit some warnings | |||
2016-06-21 | Mention OPUS in README | Antonio García-Domínguez | |
2016-06-21 | Avoid '&>' (deprecated according to Bash Hackers Wiki, refs #31) | Antonio García-Domínguez | |
2016-06-21 | Replace can_run definition | Antonio García-Domínguez | |
2016-06-20 | Merge pull request #30 from laptander/master | Antonio García-Domínguez | |
add Troubleshooting and add AUDIO_CODEC variable in different commits | |||
2016-06-19 | add AUDIO_CODEC variable | Laptander | |
2016-06-19 | add troubleshooting for Arch Linux | Laptander | |
2016-06-16 | Add 'queue' element to audio stream to get audio recording working under ↵ | Antonio García-Domínguez | |
Audacity | |||
2016-06-09 | Merge pull request #28 from laptander/master | Antonio García-Domínguez | |
Do not assume that user has installed yaourt in Arch Linux | |||
2016-06-07 | Do not assume that user has installed yaourt in Arch Linux | Laptander | |
2016-06-04 | Merge pull request #27 from laptander/master | Antonio García-Domínguez | |
Fix some Arch related issues | |||
2016-06-04 | Fix some Arch related issues | Laptander | |
2016-02-05 | Fixed two issues found during static analysis (#23, #25) | Antonio García-Domínguez | |
2016-02-02 | Make the echo-cancel PA module optional: it's not working in Ubuntu 14.04 (#22) | Antonio García-Domínguez | |
2016-01-13 | Merge pull request #21 from LLC-Technologies-Collier/master | Antonio García-Domínguez | |
much better audio performance, automatic selection of correct audio sink, other features | |||
2016-01-12 | the audio caps are now in a variable called $GST_AUDIO_CAPS and I re-named ↵ | C.J. Adams-Collier | |
$VIDEO_CAPS to $GST_VIDEO_CAPS. I have also created $PA_AUDIO_CAPS which basically mirrors the $GST_AUDIO_CAPS variable, but is formatted for application to the module-null-sink | |||
2016-01-12 | it is working quite well now. | C.J. Adams-Collier | |