![]() |
Support for streaming from a ReplayTV - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93) +--- Thread: Support for streaming from a ReplayTV (/showthread.php?tid=786) |
- dinzdale - 2004-02-06 cyber - try pming and/or e-mailing it to me. dinz - peterbeninya90 - 2004-02-07 could i please be given info on how to obtain a build that has integrated rtv support working in some fashion or another? i would be more than happy to beta test/give feedback as i think i am in a pretty good position to do so. i own both a replay 4000 and a replay 5000. i would make any contributions i could. i downloaded the pre-complied 02/01/04 build and it doesn't seem to support it, even after i made some edits to the .xml file. thanks, pb - tslayer - 2004-02-07 please avoid asking for builds. that is not permitted. you'll have to either build it yourself or just wait. ts - cyberplague - 2004-02-07 well, i got it to list the shows after commenting the above suggested stuff. but when i try to play the video it gives me an error: Quote:19-02-2004 15:59:11 allowing for rtvs on ports other than 80 i am doing a complete clean cvs, except for the updated librtv.lib file, and going to try it again as soon as the build is done. cp - rtvguy - 2004-02-07 cp, that's basically where i'm at too now (although sometimes the shows do play here). there are instances of printf/fprintf throughout librtv, primarily because it is also designed to be used with a win32 console test app. given that commenting out those 3 lines solves the listing problem, it is possible that there are some other instances of printf causing problems elsewhere. i don't understand why some do cause problems and some don't, however. very, very strange. - cyberplague - 2004-02-07 and things get stranger.... so this morning i turn on my xbox, and replaytv works with the ip!!! plays everything, perfect, even over my wireless connection.. =) now the only thing i did was open dvarchive on one of my networked machines and tried to stream a show to windows media player. so i could get the url and try the new .pls .mpg support as kind of a work around till we find out what was going on with the library. any thoughts? cp - cyberplague - 2004-02-10 rtvguy - any progress? any new bugs or causes of the bugs rather? thanks for the hard work! cp - prophead - 2004-02-11 dvarchive mentioned something about streamer and replay having to be within :40 seconds of each other. dvarchive matches pc & replay times. i wonder if something like this could account for the inconsistancies. - jeffscott72 - 2004-02-12 i've been playing with the rtv functionallity and i am a bit confused about something. i navigated to my videos and then the the rtv icon. i got the listing and played a video. i hit stop and tried to navigate back to the main listing of video smb, rtv, etc.... but it show 0 items i can't select anything now. it doesn't help to cut it off and back on again. when i choose my videos it show 0 items...it's like it is stuck a few levels deep and i can't back it out. any suggestions? thanks, jeff - peterbeninya90 - 2004-02-16 i am stuck... i downloaded and installed the 02/12/04 build, and it doesn't want to list the shows on either of my replay units. i have a 4040 and a 5040, and each of them show up when i browse for them, but then when i select one to try to get it to list the shows, i can hear the xbox drive chugging away, but it never produces anything. does anyone have any idea why this might be? thanks, pb - rtvguy - 2004-02-16 (cyberplague @ feb. 10 2004,12:07 Wrote:rtvguy - any progress? any new bugs or causes of the bugs rather?i'm trying to figure things out as time permits. for now, try adding the following lines to each *.c and *.cpp in the librtv project (somewhere near the top, after the #include's): #ifdef _xbox #define getenv noop #define printf __noop #endif you will have to recompile librtv.lib (and librtvd.lib for debug builds) with these changes and copy it to xbmc/lib/librtv replacing the one currently there. then you will have to rebuild xbmc. this change seems to help things; but i still occasionally get lockups, particularly when switching from one show to another. please let me know your experiences with the above change. - cyberplague - 2004-02-21 been out of town on business. i am recompiling right now i will post my results with the above changes. cp - rtvguy - 2004-02-24 hmm, i'm not sure why but copy/past screws up the changes i made. let's try it this way. [edit - argh... it changes it no matter what i do] Quote:#ifdef _xbox change xxnoop to __noop. i'm not sure why the forum software mangles things when i post it as it should be. sorry about that. didn't notice until now. - cyberplague - 2004-02-28 ok will do, thanks for catching that. cp - prophead - 2004-03-12 i just wanted to take a moment to thank rtvguy and let the other xbox media center/experience developers know just how hard rtv support is rocking my living room right now. i've only had one file unable to play from my 4080. this is just so friggin great i want to ![]() |