Wednesday, September 5, 2018

Use VLC to Start Streaming Playlist and Control via Browser :

1. Start a stream of your fav playlist, I am using VLC 2.8

example command: Stream playlist to port 8085

cd "C:\Program Files\VideoLAN.2.8\VLC"
vlc.exe -I dummy -vvv C:\Temp\MyPlayList.xspf --sout=#transcode{vcodec=none,acodec=mp3,ab=192,channels=2,samplerate=44100}:http{mux=raw,dst=:8085/} :sout-keep

More Help and My Previous Post on VLC Streaming

2. Router: Port forward to port (8085) on router to IP:port (see cmd dst=:8085)

3. Phone: Listen to your stream from internet (listen to your music from anywhere!!!)

Get your port from whatsmyip

See Figure 3

4. VLC: Control VLC playlist (Next/previous ect) using web interface setup:

4.a: See Figure 1 and Figure 2

4.b: Port forward to : IP:LuaPort (from Figure 2)

4.c: You can now control via browser! (see Figure 4:


Figure 1:

image

Figure 2:


image


Figure 3:


Figure 4:

image

No comments:

Post a Comment