Skip to content

Automating VLC Media Player to view from the RTSP stream from a IP Camera

Notifications You must be signed in to change notification settings

amaanabbasi/VLC_CAMERA_AUTOMATION

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Screenshot from 2023-01-13 11-23-03

VLC_CAMERA_AUTOMATION

Automating VlC media player to play RSTP stream from a ipcamera. Steps inlcude:

  • Opening vlc media player.
  • Entering rstp url.
  • Entering Camera Credentials.

Screenshot from 2023-01-13 11-19-55

Steps to initialize

  1. Add credentials for camera account in .env file
CAMERA_URL=rtsp://192.168.1.xx/stream
CAMERA_NAME=xxxxx
CAMERA_PASSWORD=xxx
  1. Install dependencies
pip install -r requirements.txt
  1. Run
python app.py

Goals

  • Create a executable for linux
  • Create a executable for windows

About

Automating VLC Media Player to view from the RTSP stream from a IP Camera

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published