TV: Unterschied zwischen den Versionen

Aus C3D2
Zur Navigation springen Zur Suche springen
K (→‎Lokal: Umbrüche eingefügt)
KKeine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
== DLNA ==
== [[w:de:DLNA|DLNA]] ==
 
Findet Videos von <code>cider:/mnt/videos</code>


Findet Videos von <code>[[cider]]:/mnt/videos</code>.


== H.264-Streaming von Bildschirminhalten ==
== H.264-Streaming von Bildschirminhalten ==
Zeile 19: Zeile 18:
DISPLAY=:0 omxplayer --video_fifo 0 --video_queue 0 --threshold 0 http://172.22.99.110:65067/
DISPLAY=:0 omxplayer --video_fifo 0 --video_queue 0 --threshold 0 http://172.22.99.110:65067/
</pre>
</pre>
[[Kategorie:HQ]]
[[Kategorie:Infrastruktur]]

Version vom 28. Januar 2014, 14:09 Uhr

DLNA

Findet Videos von cider:/mnt/videos.

H.264-Streaming von Bildschirminhalten

Lokal

(echo -ne 'HTTP/1.0 200 OK\r\nContent-type: video/mkv\r\n\r\n';                           \
 ffmpeg -f x11grab -framerate 4 -video_size 1440x900 -i :0.0 -vf format=pix_fmts=yuv420p  \
 -f matroska -vcodec libx264 -preset ultrafast -tune zerolatency -threads 2 -b:v 1000k - )\
| nc -lvvp 65067

RaspberryPI am TV

DISPLAY=:0 omxplayer --video_fifo 0 --video_queue 0 --threshold 0 http://172.22.99.110:65067/