mplayer open fullscreen m3u video list

//Mac #!/bin/bash mplayer -cache 200000 -vo corevideo -cache-min 2 -fs -idle -fixed-vo -loop 0 -shuffle -playlist http://hazzardlabs.com/tv.m3u -spuaa 3 //Raspberry Pi Zero W 2 #!/bin/bash mplayer -nocache -vo x11 -zoom -fs -idle -fixed-vo -loop 0 -shuffle -playlist http://hazzardlabs.com/tv.m3u -spuaa 3
If you have mplayer installed use that command line to open this remote video m3u list.

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.