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="dvdfreak" data-source="post: 720827" data-attributes="member: 21313"><p>I would indeed guess that similar changes would give the same (good) results. But the code in Argus is written in C#, and tswriter in C++ (plus the internal handling of the stream and demuxer is totally different). So using (parts of) my code directly is not really an option.</p><p></p><p>Duplicating the same two changes in behavior <u>is</u> an option. Perhaps disaster123 can look at this, like he did for the .tshift format?</p><p></p><p>For those confused by the term, asynchronous I/O is a standard feature of Windows: <a href="http://msdn.microsoft.com/en-us/library/aa365683(v=vs.85).aspx" target="_blank">Synchronous and Asynchronous I/O (Windows)</a></p><p></p><p>And pre-creating the next .ts file is pretty easy too: just make sure the .ts2.ts is there when writing commences on .ts1.ts. Then create .ts3.ts the moment writing starts on .ts2.ts, and so on... Until you loop and all files are there.</p></blockquote><p></p>
[QUOTE="dvdfreak, post: 720827, member: 21313"] I would indeed guess that similar changes would give the same (good) results. But the code in Argus is written in C#, and tswriter in C++ (plus the internal handling of the stream and demuxer is totally different). So using (parts of) my code directly is not really an option. Duplicating the same two changes in behavior [u]is[/u] an option. Perhaps disaster123 can look at this, like he did for the .tshift format? For those confused by the term, asynchronous I/O is a standard feature of Windows: [url=http://msdn.microsoft.com/en-us/library/aa365683(v=vs.85).aspx]Synchronous and Asynchronous I/O (Windows)[/url] And pre-creating the next .ts file is pretty easy too: just make sure the .ts2.ts is there when writing commences on .ts1.ts. Then create .ts3.ts the moment writing starts on .ts2.ts, and so on... Until you loop and all files are there. [/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