Skip to content

achmad-dev/vlc_remote_network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vlc_remote_network

demo

demo

How to use

Install

go to network folder and run

go mod tidy

and then Make sure that your computer’s firewall allows incoming traffic on port 8080

sudo ufw allow 8080/tcp

Run

run

cd cmd
go run main.go

To get local ip address

ifconfig | grep netmask

also make sure that your router don't have ap isolation

To use flutter app

first build the flutter app to apk

flutter build apk

then install the apk on your phone

and insert the ip address of your computer in the ip field like this eg: http://192.168.1.xxx:8080/vlc

For note

  • this is working on ubuntu 22.04 also make sure that the vlc is running on top focused window when the go app running
  • also this is working when vlc already running a playlist(because I'm myself is a binge-watching person)

Project structure

├── network(go app)
│   
├── remote(flutter app)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published