Last active
November 26, 2021 05:01
-
-
Save Bonno/537e449a1cbde72edd35 to your computer and use it in GitHub Desktop.
Use VLC as streaming proxy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| vlc -vvv http://livestreams.omroep.nl/npo/3fm_vsr-bb --sout "#standard{access=http,mux=asf,dst=192.168.3.31:8080}" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| vlc http://192.168.3.31:8080 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment