Dominique_71 Veteran


Joined: 17 Aug 2005 Posts: 1782 Location: Switzerland (Romandie)
|
Posted: Thu Jan 13, 2022 6:19 pm Post subject: [howto] mplayer and IPTV with m3u8 playlist |
|
|
It took me some time to find out the right syntax to use with mplayer in order to watch an IPTV web TV. It use a m3u8 playlist that confuse mplayer. The solution is to prepend ffmpeg:// to the URL. I.e. to watch the Street Music TV:
Code: | mplayer -playlist ffmpeg://https://59d39900ebfb8.streamlock.net/streetmusic/streetmusic/playlist.m3u8 |
Source: http://mplayerhq.hu/pipermail/mplayer-users/2013-April/086224.html |
|