Streaming (TvHeadend): Unterschied zwischen den Versionen

Aus Tutorials
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/]
[https://www.linux-magazin.de/ausgaben/2017/11/ffmpeg-mit-gpus/3/ https://www.linux-magazin.de/ausgaben/2017/11/ffmpeg-mit-gpus/3/]




Zurück zu [[Tvheadend_(Linux)#Streaming|Tvheadend]]
Zurück zu [[Tvheadend_(Linux)#Streaming|Tvheadend]]

Version vom 26. April 2024, 01:22 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

TvHeadendCodecProfile.png


TvHeadendStreamingProfile.png


TvHeadendUserAccessEntries.png


TvHeadendUserPassword.png


https://www.kodinerds.net/thread/72527-howto-tvheadend-m3u-mit-persistentem-auth-erstellen-transcoding-profile-verwende/#a-b4705b665c

https://www.kodinerds.net/thread/75265-transcoding-auf-handy-tablet-mit-tvheadend-raspberry-4-l%C3%A4uft-endlich/

https://www.reddit.com/r/raspberry_pi/comments/9bzrhr/tvheadend_transcoding/

https://www.linux-magazin.de/ausgaben/2017/11/ffmpeg-mit-gpus/3/


Zurück zu Tvheadend