All Projects → Nibba2018 → Fake-Stream

Nibba2018 / Fake-Stream

Licence: GPL-3.0 license
Allows infinite streaming of a video as webcam output for different applications like Zoom, Skype etc.

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to Fake-Stream

Gofakeit
Random fake data generator written in go
Stars: ✭ 2,193 (+14520%)
Mutual labels:  fake
Ts Auto Mock
Typescript transformer to unlock automatic mock creation for interfaces and classes
Stars: ✭ 204 (+1260%)
Mutual labels:  fake
Fakerpress
A WordPress plugin that implements an easy way to create fake data inside WordPress.
Stars: ✭ 250 (+1566.67%)
Mutual labels:  fake
Pusher Fake
A fake Pusher server for development and testing.
Stars: ✭ 148 (+886.67%)
Mutual labels:  fake
Alfred Fakeum
Generate fake test data in Alfred
Stars: ✭ 195 (+1200%)
Mutual labels:  fake
Joal
An open source command line RatioMaster with an optional WebUI.
Stars: ✭ 213 (+1320%)
Mutual labels:  fake
Textrecognitiondatagenerator
A synthetic data generator for text recognition
Stars: ✭ 2,075 (+13733.33%)
Mutual labels:  fake
Http Fake Backend
Build a fake backend by providing the content of JSON files or JavaScript objects through configurable routes.
Stars: ✭ 253 (+1586.67%)
Mutual labels:  fake
Wmi Static Spoofer
Spoofing the Windows 10 HDD/diskdrive serialnumber from kernel without hooking
Stars: ✭ 199 (+1226.67%)
Mutual labels:  fake
Faker
A library for generating fake data such as names, addresses, and phone numbers.
Stars: ✭ 231 (+1440%)
Mutual labels:  fake
Faker
Faker is a Python package that generates fake data for you.
Stars: ✭ 13,401 (+89240%)
Mutual labels:  fake
Fake Terminal Website
A fully customizable terminal-like website template
Stars: ✭ 174 (+1060%)
Mutual labels:  fake
Fake Xrm Easy
The testing framework for Dynamics CRM and Dynamics 365 which runs on an In-Memory context and deals with mocks or fakes for you
Stars: ✭ 216 (+1340%)
Mutual labels:  fake
Jhop
🏎Create fake REST API in one sec.
Stars: ✭ 148 (+886.67%)
Mutual labels:  fake
Fake Useragent
A wide variety of random useragents
Stars: ✭ 253 (+1586.67%)
Mutual labels:  fake
Wabbit
Golang AMQP mocking library
Stars: ✭ 137 (+813.33%)
Mutual labels:  fake
Fake Apache Log Generator
Generate a boatload of Fake Apache Log files very quickly
Stars: ✭ 207 (+1280%)
Mutual labels:  fake
bs-faker
Faker.js bindings for BuckleScript in Reason
Stars: ✭ 18 (+20%)
Mutual labels:  fake
Log Fake
A drop in fake logger for testing with the Laravel framework.
Stars: ✭ 254 (+1593.33%)
Mutual labels:  fake
Pikarma
📡🍓🍍 Detects wireless network attacks performed by KARMA module (fake AP). Starts deauthentication attack (for fake access points)
Stars: ✭ 222 (+1380%)
Mutual labels:  fake

Fake-Stream

Allows infinite streaming of a video as webcam output for different applications like Zoom, Skype etc.

Winter of Code 2020: Project Ideas

Setting up

  • Dependencies:
    • v4l2loopback-utils/v4l2loopback-dkms
    • ffmpeg
  • Installation:
    • Ubuntu/Debian based distros
      • sudo apt-get install v4l2loopback-utils ffmpeg
    • Manjaro/Arch based distros
      • sudo pacman -S v4l2loopback-dkms ffmpeg linux-headers
      • For linux headers, choose the one which corresponds to your linux kernel version. For e.g choose linux58-headers for kernel 5.8.* . Run uname -a to determine your kernel version.
  • Running script:
    • fake_stream.sh <path to video>
    • Press q twice in quick succession to stop streaming.
  • Testing:
    • ffplay /dev/video<WebcamID you chose>
    • Webcam Tests can also be used.
  • Open Zoom or Skype and select a different video source.

Cheers!!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].