Streaming (TvHeadend): Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Zeile 34: | Zeile 34: | ||
[https://www.reddit.com/r/raspberry_pi/comments/9bzrhr/tvheadend_transcoding/ https://www.reddit.com/r/raspberry_pi/comments/9bzrhr/tvheadend_transcoding/] | [https://www.reddit.com/r/raspberry_pi/comments/9bzrhr/tvheadend_transcoding/ https://www.reddit.com/r/raspberry_pi/comments/9bzrhr/tvheadend_transcoding/] | ||
=== ffmpeg === | |||
[https://superuser.com/questions/1457877/ffmpeg-encoding-works-fine-on-a-raspberry-pi-3-but-hangs-on-a-raspberry-pi-4 https://superuser.com/questions/1457877/ffmpeg-encoding-works-fine-on-a-raspberry-pi-3-but-hangs-on-a-raspberry-pi-4] | |||
[https://www.linux-magazin.de/ausgaben/2017/11/ffmpeg-mit-gpus/3/ https://www.linux-magazin.de/ausgaben/2017/11/ffmpeg-mit-gpus/3/] | [https://www.linux-magazin.de/ausgaben/2017/11/ffmpeg-mit-gpus/3/ https://www.linux-magazin.de/ausgaben/2017/11/ffmpeg-mit-gpus/3/] |
Version vom 26. April 2024, 00:30 Uhr
m3u
Mittels folgender URL kann man eine m3u-Liste mit allen Kanälen herunterladen:
http://<ip des servers>:9981/playlist
curl -L --digest "http://web-streaming:<password>@10.3.0.101:9981/playlist/auth/channels" > web-streaming.m3u
Transcoding
sudo apt-get install libmp3lame-dev libx264-dev
https://www.reddit.com/r/raspberry_pi/comments/9bzrhr/tvheadend_transcoding/
ffmpeg
https://www.linux-magazin.de/ausgaben/2017/11/ffmpeg-mit-gpus/3/
Zurück zu Tvheadend