Kodi Community Forum
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)

Pages: 1 2 3 4 5 6 7 8


- 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

19-02-2004 15:59:11 no path given, listing show from replayguide

19-02-2004 15:59:12 begin parsing xml data

19-02-2004 15:59:36 mplayer play:rtv://192.168.1.11/video/1076086797.mpg

19-02-2004 15:59:36 cache sizem:8192 kbyte

19-02-2004 15:59:37 msg: set audio functions called

19-02-2004 15:59:37 msg: done

19-02-2004 15:59:37 msg:init_color_conversions()

19-02-2004 15:59:37 msg:xvid_init()

19-02-2004 15:59:37 msg:colorspace_init()

19-02-2004 15:59:37 open 1st time

19-02-2004 15:59:37 msg:mplayer_init()

19-02-2004 15:59:37 msg:mplayer dev-cvs-040202-07:42-3.3.1 (c) 2000-2003 mplayer team

19-02-2004 15:59:37 msg:cpu: intel celeron 2/pentium iii coppermine,geyserville 733.4 mhz

19-02-2004 15:59:37 msg:(family: 6, stepping: 10)

19-02-2004 15:59:37 msg:detected cache-line size is 32 bytes

19-02-2004 15:59:37 msg:cpuflags: mmx: 1 mmx2: 1 3dnow: 0 3dnow2: 0 sse: 0 sse2: 0

19-02-2004 15:59:37 msg:compiled for x86 cpu with extensions:

19-02-2004 15:59:37 msg: mmx

19-02-2004 15:59:37 msg: mmx2

19-02-2004 15:59:37 msg: sse

19-02-2004 15:59:37 msg:

19-02-2004 15:59:37 msg:00001

19-02-2004 15:59:37 msg:reading config file q:\mplayer\mplayer.conf

19-02-2004 15:59:37 msg:reading config file q:\mplayer\config

19-02-2004 15:59:37 msg:reading q:\mplayer\codecs.conf:

19-02-2004 15:59:37 msg:62 audio & 172 video codecs

19-02-2004 15:59:37 msg:font q:\mplayer\font\font.desc loaded successfully! (206 chars)

19-02-2004 15:59:37 msg:using software timing

19-02-2004 15:59:37 msg:input config file q:\mplayer\input.conf parsed: 51 binds

19-02-2004 15:59:37 msg:00021

19-02-2004 15:59:37 msg:mplayer_open_file(rtv://192.168.1.11/video/1076086797.mpg)

19-02-2004 15:59:37 msg:

19-02-2004 15:59:37 msg:playing rtv://192.168.1.11/video/1076086797.mpg.

19-02-2004 15:59:37 msg:find subtitles

19-02-2004 15:59:37 msg:check rtv://192.168.1.11/video/1076086797.mpg

19-02-2004 15:59:37 msg:url:protocol=rtv

19-02-2004 15:59:37 msg:use standard file for protocol:rtv

19-02-2004 15:59:37 msg:open_stream_full(rtv://192.168.1.11/video/1076086797.mpg)

19-02-2004 15:59:37 msg:open_stream_plugin(rtv://192.168.1.11/video/1076086797.mpg)

19-02-2004 15:59:37 msg:open_f fname:video/1076086797.mpg

19-02-2004 15:59:37 msg:open_f url:rtv://192.168.1.11/video/1076086797.mpg

19-02-2004 15:59:37 msg:file not found

19-02-2004 15:59:37 msg:open failed

19-02-2004 15:59:37 msg:failed to open rtv://192.168.1.11/video/1076086797.mpg

19-02-2004 15:59:37 msg:unable to open stream

19-02-2004 15:59:37 msg: mplayer_close_file()

19-02-2004 15:59:37 msg:

19-02-2004 15:59:37 msg: unint_player

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?

thanks for the hard work!

cp
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
#define getenv xxnoop
#define fprintf xxnoop
#define printf xxnoop
#endif

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 Smile