Posts: 33
Joined: Mar 2013
Reputation:
0
2013-06-04, 07:35
(This post was last modified: 2013-06-04, 07:37 by JeffreyF.)
Just an update on where I am at the moment:
I've got the ffmpeg code looking right, but I need to look into the plugin because it's caching some header information that needs to be updated on every read. Doesn't look like it'll be too rough, should just be a flag to set when we open the file in the plugin.
Oh, and I'm using the .wtv file.
Posts: 183
Joined: Jul 2009
Reputation:
1
TjaLfE
Senior Member
Posts: 183
I feel the excitement rising even more!!!! :-) You guys are amazing!!
Posts: 169
Joined: Jun 2006
Reputation:
4
w84no1
Senior Member
Posts: 169
This will be awesome. I used MCE for 5 years and just ditched it for mediaportal so I could use XBMC and a Raspberry Pi. I think MCE has the best recording engine and I have never missed a recording. Just started using mediaportal, so I can't comment too much, but I am so familiar with MCE. Can't wait!!
TV Mosaic on Windows 10 as PVR Backend | 1 RaspberryPI 3 Client (LibreElec) | Amazon FireTV box | 5 Amazon FireTV sticks | FireTV Cube | 2 Nvidia Shield TV
Tuners: HD HomeRun 4 ATSC (OTA) | IPTV
Posts: 4
Joined: Mar 2012
Reputation:
0
2013-06-04, 23:03
(This post was last modified: 2013-06-04, 23:04 by jdmagoo.)
This is gonna be epic can't wait!
Posts: 33
Joined: Mar 2013
Reputation:
0
In the interest of keeping everyone updated (mostly because I know I hate not knowing what's going on when I'm waiting around for stuff like this):
So far as I can tell, ffmpeg, as expected, buffers ahead some distance into video files. Since the ffmpeg wtv code was never made to handle growing files, it's running into the end of the file in an attempt to buffer and bombing at the moment. I've been able to stay away from most of the underlying ffmpeg code and focus on what happens in wtv decoding, so unfortunately this means I need to learn that part, too. Just need some more time, hope people aren't getting too restless!
I should note that I'm getting restless about it, too. It's so close and it's frustrating that I seem to be the hold up! hahaha
Posts: 82
Joined: Mar 2013
Reputation:
0
Thanks for the update. We should all be respectfully patient. It isn't our lives we're dedicating to this. We're just reaping the benefits. And very thankfully so. Keep up the good work!
Posts: 10
Joined: Apr 2013
Reputation:
0
ppilot
Junior Member
Posts: 10
Is there someplace we could donate some funds? You guys are putting an insane number of hours into this and I feel like a little something as a thank you wouldn't hurt. Even if it is enough for a decent bottle of whiskey.
Posts: 33
Joined: Mar 2013
Reputation:
0
Ha, I might consider it. My router just crapped out... :/
Posts: 3,746
Joined: May 2004
Reputation:
20
Livin
Posting Freak
Posts: 3,746
Jeffrey
Have you looked at Remote Potato app which works great... streams wtv with no problem.
Posts: 33
Joined: Mar 2013
Reputation:
0
I haven't, but does it stream files while they're being recorded?
Posts: 33
Joined: Mar 2013
Reputation:
0
Yeah, that's what we're fighting.