tech:gnu-linux-tv
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Prochaine révision | Révision précédente | ||
| tech:gnu-linux-tv [2025/03/24 15:06] – créée - modification externe 127.0.0.1 | tech:gnu-linux-tv [2026/06/29 16:11] (Version actuelle) – Jean-Baptiste | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| + | < | ||
| + | {{tag> | ||
| + | |||
| + | # Télévision sous l'ordi | ||
| + | |||
| + | |||
| + | Voir | ||
| + | * [[regarder_metatv_sous_gnu-linux]] | ||
| + | * < | ||
| + | * [Comment télécharger les vidéos de Mosaiktv](http:// | ||
| + | * Qarte | ||
| + | |||
| + | en encore voici quelques exemple avec mplayer2 et rtmpdump (ou curl rtmp) | ||
| + | |||
| + | |||
| + | Pour RT | ||
| + | ~~~bash | ||
| + | mplayer --zoom --hardframedrop --framedrop rtsp:// | ||
| + | ~~~ | ||
| + | |||
| + | Pour PressTV | ||
| + | ~~~bash | ||
| + | rtmpdump --live -r ' | ||
| + | ~~~ | ||
| + | |||
| + | Voir aussi curl rtmp | ||
| + | |||
| + | |||
| + | |||
| + | Installation si nécessaire | ||
| + | ~~~bash | ||
| + | apt-get update && apt-get install -y mplayer2 rtmpdump | ||
| + | ~~~ | ||
| + | |||
| + | Lancement | ||
| + | ~~~bash | ||
| + | rtmpdump --live -r ' | ||
| + | ~~~ | ||
| + | |||
| + | Il est possible de remplacer mplayer par VLC | ||
| + | ~~~bash | ||
| + | rtmpdump --live -r ' | ||
| + | ~~~ | ||
| + | |||
| + | Voir aussi | ||
| + | http:// | ||
| + | |||
| + | ------------ | ||
| + | |||
| + | ## Notes | ||
| + | |||
| + | ### I | ||
| + | |||
| + | J'ai eu le message d' | ||
| + | |||
| + | |||
| + | ~~~bash | ||
| + | mplayer --hardframedrop --framedrop rtsp:// | ||
| + | ~~~ | ||
| + | |||
| + | ~~~ | ||
| + | Too many video packets in the buffer: (4096 in 13901860 bytes). | ||
| + | Maybe you are playing a non-interleaved stream/file or the codec failed? | ||
| + | For AVI files, try to force non-interleaved mode with the -ni option. | ||
| + | A:3809.5 V:3636.7 A-V:172.757 ct: 10.859 | ||
| + | ~~~ | ||
| + | |||
| + | |||
| + | ### II | ||
| + | |||
| + | ~~~ | ||
| + | MPlayer2 2.0-728-g2c378c7-4+b1 (C) 2000-2012 MPlayer Team | ||
| + | Cannot open file '/ | ||
| + | Failed to open / | ||
| + | Cannot open file '/ | ||
| + | Failed to open / | ||
| + | ~~~ | ||
| + | |||
| + | |||
| + | ### III | ||
| + | |||
| + | Mplayer avec [[compilation-kernel-grsecurity|Selinux]] | ||
| + | |||
| + | Soit : | ||
| + | |||
| + | `/ | ||
| + | ~~~ini | ||
| + | kernel.grsecurity.harden_ipc = 0 | ||
| + | ~~~ | ||
| + | |||
| + | Ou : | ||
| + | `/ | ||
| + | ~~~ini | ||
| + | #vo=x11,sdl | ||
| + | vo=xv, | ||
| + | ~~~ | ||
