tvheadend/docs/html/faq.html

22 lines
821 B
HTML
Raw Permalink Normal View History

2008-10-09 20:43:08 +00:00
<div class="hts-doc-text">
<dl>
<dt>Why does Tvheadend deliver data over TCP to Movian? I thought it was
2008-10-09 20:43:08 +00:00
bad to use TCP for realtime sensitive traffic?
<dd>
'HTSP' - the protocol used for streaming TV, sending meta information
updates and RPC between Tvheadend and Movian uses a transmission
2008-10-09 20:43:08 +00:00
scheduler with multiple queues on the Tvheadend side. This means that
Tvheadend can measure the available bandwidth between itself and the
mediaplayer and when congestion happens it's even capable of dropping
less important data (such as B-frames). HTSP has been tested over WAN
links and DSL connections with zero picture/audio artifacts.
<p>
It's possible to get view drop statistics and bitrates directly in
Movian. (Open the menu when watching a TV-channel and switch on
2008-10-09 20:43:08 +00:00
'Detailed Information')
</div>