Posted: Mon Jan 14, 2008 12:59 pm Post subject: Tivo protocol issues
I'm in the process of writing a Tivo Server in C for my Infrant NAS box. It needs to be very lean which is the reason why it's in C. Well anyway I've hit a small snag that maybe you have experience with. I have the beacon working correctly but I can't seem to get Tivo to show my server. Tivo sends me a GET request like
GET /TiVoConnect?Command=QueryContainer&Container=%2F HTTP/1.0
User-Agent: TmkHttpRequest/1.0
TiVo_TCD_ID: 649XXXXXXXXXXXX
TiVo_SW_VER: 9.1a-01-2
and I send it back a XML feed like so
HTTP/1.0 200 OK
Server: HttpServer
Connection: Closed
Content-Length: 792
However Tivo seems to not like my feed or something because it doesn't show my share on the Tivo screen and it also kepts sending me that same request over and over again. I'm not exactly sure what's wrong. I wrote my own Http mini server for this and that seems to be working fine. I was wondering if you had this same issue during your development.
I've sent that same GET message to my other Tivo's and Galleon and Tivo Desktop and I can't see anything any different then what I'm sending back it and what they are sending me. I've also looked at the Tivo Protocol at developer.tivo.com.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum