summaryrefslogtreecommitdiff
path: root/prepare-videochat.sh
AgeCommit message (Collapse)Author
2016-06-24Ability to choose needed streamLaptander
2016-06-22remove conflict markersLaptander
2016-06-22resolve conflictLaptander
2016-06-22Multiple improvements for Ubuntu usageDeveloper Laptander
add install_package function, check if zenity is installed, update path to kernel object, edit some warnings
2016-06-21Avoid '&>' (deprecated according to Bash Hackers Wiki, refs #31)Antonio García-Domínguez
2016-06-21Replace can_run definitionAntonio García-Domínguez
2016-06-20Merge pull request #30 from laptander/masterAntonio García-Domínguez
add Troubleshooting and add AUDIO_CODEC variable in different commits
2016-06-19add AUDIO_CODEC variableLaptander
2016-06-19add troubleshooting for Arch LinuxLaptander
2016-06-16Add 'queue' element to audio stream to get audio recording working under ↵Antonio García-Domínguez
Audacity
2016-06-07Do not assume that user has installed yaourt in Arch LinuxLaptander
2016-06-04Fix some Arch related issuesLaptander
2016-02-05Fixed two issues found during static analysis (#23, #25)Antonio García-Domínguez
2016-02-02Make the echo-cancel PA module optional: it's not working in Ubuntu 14.04 (#22)Antonio García-Domínguez
2016-01-12the 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-12it is working quite well now.C.J. Adams-Collier
2016-01-12added an audioresample plugin to the audio pipelineC.J. Adams-Collier
2016-01-12renamed CAPS to VIDEO_CAPS to prepare for supplying audio caps to the ↵C.J. Adams-Collier
gst-launcher pipeline
2016-01-12some job control, prompting for user to end the stream, redirecting zenity ↵C.J. Adams-Collier
noise to null
2016-01-11semi-working bridge between webcam mic and default micC.J. Adams-Collier
2014-07-21Correcting string comparison operatorSil3nt_One
== is only valid in a limited set of shells.
2014-03-29Add ADB_FLAGS variable and troubleshooting for multiple plugged devices for #12Antonio Garcia-Dominguez
2014-01-03Add note for Ubuntu 13.10 and v4l2loopback-dkms; use LC_ALL=C for calling pactlAntonio Garcia-Dominguez
2013-08-11Minor improvementsAntonio Garcia-Dominguez
2013-08-11Obtain the name of the null sink automatically (changes between Ubuntu and ↵Antonio Garcia-Dominguez
other systems)
2013-08-06Small improvementsAntonio Garcia-Dominguez
2013-08-06more troubleshooting tipsAntonio Garcia-Dominguez
2013-08-06Video works in mplayerAntonio Garcia-Dominguez
2012-09-04Try 0.5.0 from launchpadlibrarian.netAntonio Garcia-Dominguez
2012-09-04Use Ubuntu 12.04 .deb for v4l2loopback-dkms, install curl if requiredAntonio Garcia-Dominguez
2012-09-02Updated V4L2LOOPBACK_DEB_URLAntonio Garcia-Dominguez
2012-04-17Install v4l-utils if requiredAntonio Garcia-Dominguez
2012-04-17Improve v4l2loopback device detection and reportingAntonio Garcia-Dominguez
2012-04-17Add note about leaving audio enabled on IP WebcamAntonio Garcia-Dominguez
2012-04-16Add some version information and fix whitespaceAntonio Garcia-Dominguez
2012-04-16Avoid spurious 'which' messages in ArchAntonio Garcia-Dominguez
2012-04-16Produce more debugging outputAntonio Garcia-Dominguez
2012-02-11Use latest version of v4l2loopback DKMS .debSteven Heidel
2012-02-11prepare-videochat.sh: use latest /dev/video* file as webcam, for systems ↵Antonio Garcia-Dominguez
with multiple webcams
2012-02-11Add DEVICE option and install kernel module as wellAntonio Garcia-Dominguez
2012-01-27Switch from YUY2 to YV12 for ffmpegcolorspace in order to support Ubuntu ↵Antonio Garcia-Dominguez
11.04 again
2012-01-26Update docsAntonio Garcia-Dominguez
2012-01-26Add support for Arch and video rotationAntonio Garcia-Dominguez
2011-07-10Improved with suggestions from PavelAntonio Garcia-Dominguez
- v4l2loopback is installed using a Debian Unstable .deb and DKMS, so the module is preserved over kernel upgrades. - if adb is in the $PATH, it is detected automatically, so no configuration beyond changing the port/Wi-Fi IP is required. - if the phone is plugged to USB and adb is available, the script starts up IP Webcam automatically by sending an intent. - and other small fixes and improvements. Thanks, Pavel!
2011-07-10Rewrote script with proper functions and better USB/IP Webcam status detectionAntonio Garcia-Dominguez
2011-07-08Use timestamps and avoid choppy audio with sync=falseAntonio Garcia-Dominguez
2011-07-08first commitAntonio Garcia-Dominguez