Shaare your links...
6218 links
Shared links on http://www.la-pub-dans-les-films.fr/shaarli/ Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
page 1 / 1
4 results for tags m3u x
  • Streaming App
    Seems ok

    M3u web player

    Test instance
    https://afzafri.github.io/IPTV-Player-Web-App/
    Sun Dec 22 02:35:45 2024 - permalink -
    - https://github.com/afzafri/IPTV-Player-Web-App
    m3u
  • GitHub - 4gray/iptvnator: :tv: Cross-platform IPTV player application with multiple features, such as support of m3u and m3u8 playlists, favorites, TV guide, TV archive/catchup and more.
    A check

    M3u web player

    Test instance
    https://iptvnator.vercel.app/
    Sun Dec 22 02:08:33 2024 - permalink -
    - https://github.com/4gray/iptvnator
    m3u
  • GitHub - iptv-org/iptv: Collection of publicly available IPTV channels from all over the world
    Sat May 20 10:34:52 2023 - permalink -
    - https://github.com/iptv-org/iptv
    iptv m3u
  • lire uniquement certaines partie d'une video dans vlc
    exemple avec fichier m3u

    #EXTM3U
    #EXTINF:8023 (duree totale en seconde),toto.mp4
    //lis secondes 1 à 13 puis 15 à 20
    #EXTVLCOPT:start-time=1
    #EXTVLCOPT:stop-time=13
    toto.mp4
    #EXTVLCOPT:start-time=15
    #EXTVLCOPT:stop-time=20
    toto.mp4

    Avec xspf
    <?xml version="1.0" encoding="UTF-8"?>
    <playlist xmlns="http://xspf.org/ns/0/"; xmlns:vlc="http://www.videolan.org/vlc/playlist/ns/0/"; version="1">
    <title>Liste de lecture</title>
    <trackList>
    <track>
    <location>file:///C:/toto.mkv</location>;
    <title>toto</title>
    <duration>7003997</duration>
    <extension application="http://www.videolan.org/vlc/playlist/0">;
    <vlc:id>0</vlc:id>
    <vlc:option>start-time=0</vlc:option>
                       <vlc:option>stop-time=13</vlc:option>
                       <vlc:option>some-option=100</vlc:option>  
    </extension>
    </track>
    <track>
    <location>file:///C:/toto.mkv</location>;
    <title>toto</title>
    <duration>7003997</duration>
    <extension application="http://www.videolan.org/vlc/playlist/0">;
    <vlc:id>1</vlc:id>
    <vlc:option>start-time=15</vlc:option>
                       <vlc:option>stop-time=20</vlc:option>
                       <vlc:option>some-option=100</vlc:option>  
    </extension>
    </track>
    </trackList>
    <extension application="http://www.videolan.org/vlc/playlist/0">;
    <vlc:item tid="0"/>
    </extension>
    </playlist>
    Wed Dec 8 14:52:29 2021 - permalink -
    - https://www.py4u.net/discuss/1311896
    m3u vlc xspf
Links per page: 20 50 100
page 1 / 1
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.