home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Development
Submit: code patches (MediaPortal/TV-Server/etc.)
Timeshifting in a single looping .ts file
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="arion_p" data-source="post: 712163" data-attributes="member: 45945"><p>That defeats a great feature of TVServer: switching seats. In MP/TVE you can pause live TV in one client (living room) then go to the other client (bedroom) tune to the same channel, skip back to the position you where watching and pause. Then stop live TV in living room. Finally got to bedroom to resume your watching. With the new feature we are planning this is going to be a lot easier: Park your live TV session in living room and turn off htpc, then go to bedroom turn on htpc and resume your parked live TV session where you left it.</p><p></p><p></p><p>If the client is far behind live position, it can be a problem. Imagine server write position is 16kb behind client's read position. When the client pauses it will write the lock file, but by the time it does server may have already written beyond client's read position. This can also happen even without the client pausing. If the client reads in largish blocks the read position may fall behind the server's write position. Also if client's clock is not accurate, it may play slower than real time and the 16kb leeway will soon vanish. When that happens it is better if server stops writing and live data is lost than to have the client suddenly seeing live data.</p></blockquote><p></p>
[QUOTE="arion_p, post: 712163, member: 45945"] That defeats a great feature of TVServer: switching seats. In MP/TVE you can pause live TV in one client (living room) then go to the other client (bedroom) tune to the same channel, skip back to the position you where watching and pause. Then stop live TV in living room. Finally got to bedroom to resume your watching. With the new feature we are planning this is going to be a lot easier: Park your live TV session in living room and turn off htpc, then go to bedroom turn on htpc and resume your parked live TV session where you left it. If the client is far behind live position, it can be a problem. Imagine server write position is 16kb behind client's read position. When the client pauses it will write the lock file, but by the time it does server may have already written beyond client's read position. This can also happen even without the client pausing. If the client reads in largish blocks the read position may fall behind the server's write position. Also if client's clock is not accurate, it may play slower than real time and the 16kb leeway will soon vanish. When that happens it is better if server stops writing and live data is lost than to have the client suddenly seeing live data. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
Submit: code patches (MediaPortal/TV-Server/etc.)
Timeshifting in a single looping .ts file
Contact us
RSS
Top
Bottom