vlc alternative code example

Example 1: what is vlc

VLC media player is a free and open-source, portable, cross-platform media
player software and streaming media server developed by the VideoLAN project.

VLC is available for desktop operating systems and mobile platforms, such as
Android, iOS, iPadOS, Tizen, Windows 10 Mobile and Windows Phone.

Example 2: vlc stream to http command line

cvlc <path to mp3 file> --sout="#transcode{vcodec=none,acodec=mp3,ab=128,channels=2,samplerate=44100}:http{mux=mp3,dst=:8080/stream}" --sout-keep --loop

Tags:

Misc Example