GNL.tv

GNL.tv is an open source racecast system for Papyrus Nascar Racing 2003. It allows thousands of people to watch a NR2003 race live on the internet. This is the first step to providing the online racing community a true live experience watching other racers competing in their leagues.

GNL.tv standings screen

A small server application connects to a NR2003 installation on the same computer and collects standings data and all car positions during the race. A PHP based webpage connects to the server application and displays the results. There is also a java applet that displays the car positions on a track map.

Originally developed for the german Virtual Racing e.V. league, GNL.tv has now been released as open source software. The goal behind this step is to provide a solid framework for building a sophisticated TV application with the help of the racing community that addresses all requirements for a unique watching experience.

GNL.tv Racecast applet

GNL.tv features:

  • Very streamlined server with no impact on the performance of the hosting system
  • Server may monitor a dedicated NR2003 server or run on a NR2003 client connecting to a dedicated server
  • Communication with GNL.tv server is done via standardized XmlRpc interface
  • Car Position updates are distributed using a custom streaming protocol
  • Compressed communication leads to very low network bandwidth requirements
  • Services up to thousands of viewers by caching the standing results and using proxy servers to distribute the load
  • Easy to setup
  • Works with all addon tracks

Visit the demo installation to get a glimpse of how GNL.tv works.

Running GNL.tv with PHP5

Please take a look at my blog entry to read how to enable PHP5 support in GNL.tv.

Downloads

For installation instructions, please consult the included readme-files. All files are released under the GPL license.

Download GNL.tv Version 1.4 (latest version)

Download GNL.tv Version 1.4 Source (source code for latest version)

GNL.tv uses the SVG file format to render track overviews. You can create these SVG files automatically based on the NR2003 track files with the utility PtfConverter. You only need this utility if you plan to convert new tracks yourself.

Download PtfConverter Version 1.0 (latest version)

Download PtfConverter Version 1.0 Source (source code for latest version)

113 responses to “GNL.tv”

11 08 2007
Marc (19:48:55) :

Sometimes not all drivers are displayed in this standings but if you open the track overview you can see them. But great tool.

11 08 2007
Peter (20:48:16) :

Thanks for the comment.

The standings screen does only display drivers which completed at least one timed lap. On the track overview you also do not see all drivers, but only those currently on the track.

30 08 2007
CoryBiggs (09:26:01) :

I am currently setting up an offline league for NR2003 and i was wondering if this program supports IP address run events? I need this for my league. since seirra shut down and i can no longer run dedicated severs. I need a program like this so the owners of the ai cars on my league can watch the races.

30 08 2007
Peter (09:39:42) :

Yes, of course. IP hosting is fully supported. You can connect to the NR2003 server via IP address or a full qualified domain name.

30 08 2007
CoryBiggs (11:55:33) :

Right on thats awsome, i am also trying to figure out if there is a way to broad cast via ip addy and a video game like NR2003, you wouldnt have any idea on where i might find a program like that or if one even exists. I know there is fraps and you can record but i want a live feed.

30 08 2007
Peter (12:35:41) :

I know some people who provide broadcast services. For example:

http://www.simracingnetwork.com
http://www.multibc.de

I guess building your own live broadcast setup is quite challenging, so a cooperation with one of the commercial providers might be a better idea.

29 11 2007
Mike Dobrowney (07:33:23) :

is there a one for rfactor.. or can i make this work for rfactor.. or can you make it work for rfactor ??? please email me and let me know thanks

29 11 2007
Peter (11:54:38) :

GNL.tv will not work for rFactor as both applications use completely different technologies. You could probably reuse the web parts of GNL.tv but you will need to completely rewrite the server part that connects to rFactor.

I know there exists a similar broadcast software for LFS, but I have no idea about rFactor.

30 11 2007
Mike Dobrowney (01:51:18) :

i can input files to the data folder .. not sure how this works..

30 11 2007
Mike Dobrowney (03:48:15) :

can you or tell me how to edit the marqueestats.php to read this http://autoclearingmotorsports.com/35mdobrowney/livedata/php/live/2007_11_29_19_24_41_Bercy_S1_live.txt this is the files that rfactor makes.. could you make the marqueestats.php work with this .. also need to change where is gets its info from.. thanks

30 11 2007
Peter (09:59:38) :

No, I’m sorry. I looked into that topic about one or two years ago and the rFactor export files have proven to be too unreliable. It takes a lot of extra work to get consistent timing data out of these files.

2 12 2007
steve (12:03:59) :

Peter,

I E-mailed you a few weeks ago in reguards to the telemetry
files in Nr2003. How do I compile these files (papytelem etc..)
so I can extract the game data pitch roll and yaw and import
it to spreadsheet. Im building a motion simulator.

thanks

3 12 2007
Peter (09:55:30) :

To compile the source files, you need Microsofts Visual Studio. I think I used version 6, but it should compile in the current version. But I did not test that.

9 12 2007
steve (10:49:05) :

Hi peter I need some help.

I tried to compile it as a windows console application,
but it wont build. Can you give me some instructions on how to compile this

thanks

steve>

10 12 2007
Peter (10:48:05) :

What errors do you get?

11 12 2007
steve (06:03:11) :

Trying to get exe from (Tsample.ccp papytelemapp.h papytelemapp.obj)

First off peter,
I have never used a compiler, I downloaded microsoft visual c++ 2008.

I openen and started new project (win32 console app.)

In the next window (“console App” is checked and I unchecked “precompiled header”
when I get to the main program, I went under “project”—->
and “add existing item” and browsed for “tsample.ccp” in the folder that contains
“tsample.ccp” I also have “papytelem.app” and “papytelem.obj” I clicked build and
14 errors. Im sure im not doing something right.

Thanks for you patience, Im a Tree Doctor not a coder. :)

11 12 2007
steve (07:46:03) :

hey Peter,
If you can compile this program and write me a program that converts this
data to commands that my motion control card can read, I would gladly pay
you for your services. Im using a galil control card dmc 2200
http://www.galilmc.com I have spent years gathering these parts from e-bay
I can wait If you dont have the time right now. This is a DIY project.

11 12 2007
Peter (16:56:33) :

Sorry, I have no longer a development environment running in Windows, as I have switched to a Mac. I even don’t have NR2003.

When you need to compile GNLtv you should use the included Makefile. It is too long ago that I have worked on GNLtv, so I can not tell you how to configure Visual C++, I simple don’t remember it anymore.

13 12 2007
steve (04:02:23) :

Thanks for your replys Peter,

I must get this figured out :)

24 01 2008
David (23:34:12) :

Hiya Peter, got a question if you have a min or two. I’m trying to get it up and working. Thus far I have succeeded in getting the marquee and race stats, but not as much luck with the java. From reading the instructions, I’m kinda confused by all of it.

On the system that I have the server running, I put in the command gnltvproxy -p 9000 IP:8001

Not quite sure what the “-p” is for or what I’m supposed to put there. I also, on the router, opened the firewall in udp for ports 9000 as well as 8001.

I did see that you mentioned that I needed to run the gnltvproxy from the webserver itself. Not quite sure what you mean by that? Any help would be appreciated.

25 01 2008
David (00:18:24) :

Hi again. I guess my biggest problem is setting up the router firewall to allow for it. ON the server itself, once it’s running reads “Listening for incoming connection on 192.168.X.XXX:9000

Or am I really off base here?

25 01 2008
David (06:27:29) :

Hi again Peter. Sorry to bother ya. I had an error with the marquee tonight.. script error.

Everything was working fine and then after about 7 or 8 signed on, the marquee produced an error. Looking at the details, this is what it read:
Line: 30
Char. 988
Error: Expected ‘;’
Code: 0
URL: http://www.ffrl.org/marqueestats.php

I tried looking it up using Crimson Editor and couldn’t see where it was referring to.

26 01 2008
John (16:13:08) :

Hey Peter,

I have installed GNL.tv correctly, the best that I can tell. For some reason, it always says that the GNL.tv Server Application is not running…even when it is. Drop me an email and I will send you the config file just so you can verify I have it set correctly.

I am running PHP 4, so the PHP 5 issue isn’t an issue.

Thanks for any help you can provide.

27 01 2008
John (20:19:50) :

Hey Peter,

Got it all going…but one thing.

The Track Overview works fine, except doesn’t show the cars on the track, or the ticker that it shows in your example. I can’t figure it out. Any assistance would be greatly appreciated. THANKS!

28 01 2008
Peter (09:54:23) :

@David: The gnltvproxy is supposed to be run on your webserver and not on the gameserver, where you run NR2003. The reason for this is that unsigned Java applets may only communicate with the webserver they have been loaded from. Therefore you need to run the proxy on the webserver so that it may relay the communication from the Java applets to gnltv running on your gameserver.

@John: Did you run the gnltvproxy on your webserver? The applets will only work with the proxy running.

28 01 2008
David (23:00:04) :

Hey Peter. I tried running gnltvproxy.exe from the web and I get an error stating that it couldn’t find the “hawk.dll” and to reinstall the application. I do have the hawk.dll in the main directory along with the gnltvproxy. I’m not sure how to run it from the web, but I would think you just type it in the address bar.

28 01 2008
David (23:32:09) :

Sorry, that was “HawkNL.dll” that it couldn’t find. In the config, I have the addy set as the IP. Having it set to localhost, doesn’t allow anything to work.

29 01 2008
Peter (11:09:05) :

Sorry, I have no idea what is not working in your setup.

30 01 2008
David (01:54:26) :

Then could you explain exactly how you run it on your webserver?

30 01 2008
David (04:51:00) :

Or better yet, could you please tell me where the “hawkNL.dll” file is supposed to be at?

30 01 2008
Peter (09:53:57) :

I am running a Linux webserver. On Linux you do not need the hawkNL.dll. On Windows the hawkNL.dll is supposed to be in the same directory where gnltv.exe and gnltvproxy.exe is. If that does not work, try copying the dll to your Windows system32 directory.

31 01 2008
David (01:21:50) :

The server that hosts my webspace is also Linux. It did help putting the .dll file in the system 32 folder, but still not working.. the java applet that is.

I can get the picture of the track up, but it reads invalid.

Trying to run the proxy with the web browser isn’t working. I was trying like the instructions read; http://www.mydomain.com/gnltvproxy -p 9000 192.168.1.X:8100

With the spaces, the browser won’t even work.

I tried to run it in a command line and though it does initialize, it reads “Listening for incoming conenctions on port 9000″. I have read that YOU HAVE to run it in the webserver. How do you do this?

31 01 2008
Peter (14:38:16) :

To start the proxy on your webserver, you login to the server via SSH oder Telnet and start it from the shell. You can not start the program via your browser. If you have no SSH-Access, you will not be able to use the Track Overview.

26 02 2008
John (20:52:39) :

Hey Peter -

Thought you might be able to answer this question.

On my website, I have the marqueestats.php file on a dark background with white font. Whenever it refreshes, it “blinks” white. Do you know a way I can keep it the background color? Not a big deal, but distracting.

27 02 2008
Peter (09:57:09) :

I guess you could set a background-color for your iframe-tag. That might help.

27 02 2008
John (19:40:23) :

I already tried that, but I found a solution.

(For anyone who may have the same issue)

add

allowtransparency=”true”

to your iframe tag

I also changed the Body background-color: transparent;
to the marqueestyle.css file.

13 04 2008
B_SAMS (15:54:05) :

any help on gettin gnltv to work its installed on my site an i edited the line with my ip but when i start it on my desk top an go in game does not show up on my site any help would be greatfull thank you
Bryan

14 04 2008
Jarppa (16:38:23) :

Hey, the link in ptfconverter readme of DatX is broken. If you have it somewhere or you could find it, could you link it here and/or update to zip that link?

14 04 2008
Peter (17:34:46) :

Hm, seems like I lost DatX the last time I reinstalled my computer. Google says you can find the tool here: http://www.racelinecentral.com/NR2003_tools.html

16 05 2008
Jeremy (05:04:02) :

I am the administrator of a new NR2005 league. We are wanting to add the GNLtv technology to our site for our other drivers and fans to see. We have a dedicated server, 321servers.com that we pay for. How do I go about getting the GNLtv program up on that server and started? Obviously I know I how to place the files onto the server, but my question is, how to access it once there? I use an FTP client to upload my files to the server. But once I do that, I just go into a web application and hit restart server to get the server back up. Then I just log into the multiplayer to set everything up. What about the GNLtv?

16 05 2008
Peter (09:04:36) :

You need full remote access to your server. When you have only access via an webbased admin interface, you will not be able to use GNLtv.

21 07 2008
Blake (06:40:46) :

Hey peter, im currently running an offline nr2003 league
how would i go about broadcasting the offline races live?
does this work doing that?
if so how?

21 07 2008
Peter (09:06:13) :

I am not sure how a offline league works. I guess everybody is running an offline race and then you gather the results, right? To broadcast each race, every user would need to run the gnltv.exe on his computer and also open at least 2 ports in their router or firewall. On the web server you would need to start one proxy per racer and also host one results-website for each racer.

But the real problem is with dynamic IP-addresses. The racers would have a different IP every time they log on to the net. The proxy end web server components of GNL.tv need know these addresses, so with the current implementation you would need to reconfigure the address every time someone gets a new address.

So the bottom side is: Theoretically possible, but practically too much hassle.

23 07 2008
Fred (17:19:21) :

Hi ;)
I have a little probleme. I’m a french guy from Montreal and i’m not perfect with my english. So,i don’t understand all the explications hehe

first,i don’t know how execute a .exe file on my web site server. i got full acces whit filezilla and whit my control panel of my webserver.

I searched a long time and i don’t know if i can execute a file and if yes,i don’t know how !

And my last question : What is the “zlib support compiled into PHP” ?

THX for your help Peter ;)

23 07 2008
Peter (17:25:39) :

Well, FTP and control panel access is not full access ;) . You need to be able to log in to your webserver via SSH or TELNET. So you will not be able to run the proxy on your webserver.

To check if your PHP installation has zlib-Suppert, create a PHP file with the command these contents:

< ?php phpinfo(); ?>

If you then call that file, you will see a list of all installed modules, which should contain zlib.

23 07 2008
Fred (17:35:44) :

Ok,thats the only thing i found on my information webserver

“compress.zlib
–with-zlib’ ‘–with-zlib-dir=/usr’”

Is this good?

24 07 2008
Peter (09:39:39) :

Hm, that’s not the output from phpinfo, but I guess it’s ok.

10 08 2008
Duck (16:32:22) :

Hi Peter.

Have a question on running multiple servers. I checked into your readme.html, and though there is information in there about it, it’s not working. At least for me it’s not. I have three different servers running.
1st, do you have to have 3 separate marquee’s and therefore have three different folder on the webserver for it?
2nd, Adding the command to each server, -ko”0:Telemetry:id:1″, with different ID”s for each, the gnltv isn’t recognizing the streams. As of right now, the command I have for each server is similar to this, C\….\server.exe” -ko”0:communications:net_server_port:32766″ When attempting to add your command for each server, I have an error on improper command. Adding after 32766″ -ko:”0:Telemetry:id:1″ will work, but not sure if that’s correct.
And 3rd, when attempting to run multiple versions of the gnltv, this is where I’m having the biggest issues. I made three different folders for the softare. For the command line of the gnltv, I edited it like the readme.html instructs, GNLtv.exe -p 8001 -i 1, but the command doesn’t work. I tried doing it like so.. GNLtv.exe” -ko”-p 8001 -i 1″ and a no go there as well. Could you further instruct me on this?
Thank you very much!

11 08 2008
Peter (17:07:39) :

1) Either you need to have 3 separate IPs or you need to modify the PHP web files to support something like a new parameter which specifies which instance of GNL.tv you want to display. It would recommend separate installations, as this is easier to setup.

2) I don’t know how you need to write multiple command line arguments to the server.exe. You definitely need to specify the Telemetry:id-Parameter.

3) You don’t need multiple folders for the gnltv.exe. Just start it multiple times like this:

gnltv.exe -p 8001 -s 8002 -i 1
gnltv.exe -p 8003 -s 8004 -i 2

Just make sure to specify different ports for -p and -s.

21 08 2008
Colton (10:18:52) :

hi,

i have my own NR2003 league. we race online with my ip address. we are going to attempt to set this up and use it. The thing is…we read the files and stuff…but how do you set it up…its kinda confusing. also i have a php site…

http://pepsicupracing.myfanforum.org/

i was wondering if it would work with that site…and if it does what do i do to set it up? thanks

Colton

21 08 2008
Peter (10:28:01) :

It will most likely not work on your webserver. You need a dedicated server with full Shell access to run the gnltvproxy application.

31 08 2008
Steve (02:42:59) :

Hi Peter,

Thanks for the great free script! Once we get it going, I’m confident it will be invaluable to our drivers and fans at vidaneracing.com. Thanks for using CSS to stylize the pages; that will make editing much easier for us.

Having a bit of trouble with the installation on the web server, though, and thought you’d might be familiar with what’s going on here. Upon uploading the files and editing the variables in the config file, I’m getting this error upon visiting racestats.php:

Fatal error: Cannot re-assign $this in /home/vidanec/public_html/leaderboard/xmlrpc.php on line 432

Any ideas? If you need to view my phpinfo, I have one up at http://vidane.com/phpinfo.php

Thanks again, Peter! Looking forward to using GNL.tv.

Steve Luvender
Vidane.com

31 08 2008
Steve (02:48:28) :

Peter,

You can disregard my last comment. Forgot to do the changes for PHP5 that you mentioned in your blog post.

Thanks again!
Steve

22 09 2008
Jody (07:42:25) :

Can somone tell me were or how to put this in do you rename the file or what I cannot figure this out to change the port # Thanks…

gnltv.exe -p 8001 -s 8002

26 09 2008
Peter (13:43:20) :

The port numbers are changed with the -p and -s parameters.

7 11 2008
Jeremy (22:20:53) :

http://www.gbmotorsports.net

How can I keep the marquee from refreshing the whole site? Is there a way to keep the refreshing of the stats in the background instead of having the whole page refresh? http://www.fsracing.net has their ticker going and it doesn’t refresh their page.

10 11 2008
Peter (09:53:20) :

If you place the marquee into an iframe only that iframe will be refreshed.

14 11 2008
Caleb Wheeler (22:24:58) :

Great program Peter! I love it, I have the live leaderboard on my site and it works great when I run my races on my server. One nice peice of work.

14 12 2008
Mathias (19:12:09) :

Hello (again)

At first thanks for GNLtv, it’s a wonderfull tool to make NR2003 races more real !!!

Well, I am working on translating gnltv into french

Yet I have a problem with the column started that display “&nbsp” but no value

Does anyone already saw this kind of problem

Thanks

15 12 2008
Peter (10:36:44) :

There seems to be a missing “;”. It should look like “&nbsp;“.

15 12 2008
Mathias (22:28:18) :

Soory, it is, forgotten to past it…

 

16 12 2008
Peter (17:31:34) :

So, what problem do you have exactly with the nbsp?

16 12 2008
Mathias Lemaire (20:11:54) :

Hello

The problem is that started places are not displayed on the page racestats.php when a race is on…

3 01 2009
Duck (08:56:20) :

Hiya Peter.
Wondering if you have a sec to explain how to have the tracks and session shown on the marquee? I’ve seen some sites where the marquee will read the what track is loaded along with how many laps they are into it.
I’ve been looking into the gnltv.inc.php and the marqueestats.php to see what lines are needed to be added. Nothing I’m trying is working.
Is this something you can help me on?
Thanks in advance.

Duck

3 01 2009
Peter (11:34:09) :

You need to add the following line to marquestats before the line for ($i = 0; $i < $size; $i++) {:

$content .= getTrackName();

Take a lookat all the methods in gnltv.inc.php. There is a method for each kind of information you get from the server.

3 01 2009
Duck (18:16:06) :

Wow! Now that’s a quick response and thanks! That did it. =) Another question.. LOL in regards to the same thing. Without the track actually being loaded, is there a way to show what track is selected? Thinking for those who see the site, they know what the server is prepared for.

3 01 2009
Duck (18:30:15) :

To make it easier to understand, I’m trying to get the results that this site has.. http://69.13.121.1:2008/ARCAHotlaps/Marquee.htm

3 01 2009
Peter (23:15:30) :

It can only display the currently loaded track. It is not possible to detect which track is selected ingame when the event has not been started.

4 01 2009
Zack (00:44:05) :

Will this work for offline races?

4 01 2009
Peter (11:02:18) :

Yes.

6 01 2009
Dan (02:46:35) :

Is there anyone who has this installed and does it still work?

Also if you know how to install it can you install it for our league?

If you can please email me at ihpracing@hotmail.com

6 01 2009
Peter (18:05:58) :

GNLtv is still used by various leagues. The installation instructions are included in a readme file. There are also a lot of installation hints in the comments on this web page.

18 01 2009
BRANDOn (16:12:51) :

hey i would like some help meand other admins at my league could not figure how we can get this GNL TV to work…We race race by IP

email me bcracing02@hotmail.com with some directions or even some tip how to get this to work thank you

9 03 2009
Steve Luvender (05:58:50) :

Peter,

Thank you for a fantastic program in GNL.tv. We use the leaderboard at our racing league in conjunction with live online broadcasts; it’s very popular!

Have you created or released any other NR2003 programs or tools?

Regards,
Steve Luvender
VidaneRacing.com

9 03 2009
Peter (10:08:30) :

Hi Steve,

no, GNL.tv is my only NR2003 related program.

22 03 2009
Ron (03:24:59) :

is there a switch or something that I can use to make gnltv work with the nr2005 mod? currently it only works with 2003

24 03 2009
Peter (09:25:46) :

No, it only works with NR2003.

28 03 2009
Fabricio Silveira (04:41:04) :

Hi Peter!

Congratulations by the GNLtv. It’s really a fantastic tool for NR2003.

I need your help to solve the issue below.

How Mathias sad in this comment page, the option Started in racestats.php isn’t working.

I see on gnltv.inc.php in line 237, this function responsible to get the Qualy position…

function getQualiPosition($standings) {
if ($standings["started"] != -1) {
return “$standings[started]“;
} else {
return “ ”;
}
}

So, For me the code it’s ok, but I try a lot of changes in the code
and I can’t solve this.

In top of this page, I see that the picture of GNLtv doesn’t have this collumm “Started”.

Can you help me?

Best Regards!

Fabricio Silveira
msn:fabricio.fapa@bol.com.br

28 03 2009
Fabricio Silveira (04:43:45) :

ohhhhh, I made a mistake…

There is the collum Started in the picture on the top of this page, but for me it is another order, in 3rd collum :D

But, I wait by your comment about my issue.

Thanks again

Fabricio Silveira

28 03 2009
Peter (10:52:11) :

Sorry, I have no idea why the “started” column does not display anything.

29 03 2009
Fabricio Silveira (21:54:33) :

Just to I understand…

This informations returns of the standings file maked by the tag ok????

Ths point is, all the marks are recorded in the file standings.txt with the number -1 and the fuction that I sad before, don’t understand this markup..

I’m right?

Thanks!

Fabricio Silveira

31 03 2009
Peter (17:22:15) :

Not sure I understand your problem. If the standings.txt file contains -1, then it did not receive that value from the server. In that case nothing will be displayed in the standings.

1 04 2009
Ron (15:00:41) :

The folks over at RaceServers.net have been able to get it to work with 2005, I’ve looked at the code and I believe there is some code missing used to compile the gnltv.exe, when I got to recompile it tells me missing papytelemapp.h Is there anything you can add to this?

Where does the application check to see that nr2003 is running? I should be able to tell this to go look at nr2005 instead of 2003 correct?

2 04 2009
Peter (11:19:49) :

If they made it work with 2005 you could ask them. The code is released under the GPL license, so if they made modifications to the code they need to publish it to conform to the license.

The papytelemapp.h file is part of the nr2003 installation. I am not allowed to redestribute it with GNL.tv.

GNL.tv uses the papytelemapp library to check for a running nr2003. There is no easy way to change that to nr2005.

2 04 2009
Ron (17:47:39) :

Ok thanks, do you know what libraries I should be using to get the linker to resolve the symbols?

3 04 2009
Peter (10:29:30) :

You can find the required libs in the Makefile:

LIBS=HawkNL.lib papytelemapp.obj xmlrpc.lib zlib.lib ws2_32.lib advapi32.lib
3 04 2009
Ron (22:21:44) :

What version of visual studio did you compile with? I have resolved most all of the errors, still getting 40 unresolved external symbols, but I think that is because I am using 1998 Visual C++, maybe the 2 libraries included from that version are out of date…

4 04 2009
Peter (15:54:57) :

I believe I wrote it with the 2000 or 2002 version. I guess your best option would be to download Visual Studio 2008 Express Edition. That should work.

9 04 2009
Ron (00:57:28) :

well I’ve not been able to get it done, if anyone wants to compile it for me, all I need it to do is look for nr2005 instead of nr2003, should just be a simple number change

while (true) {
if (AppBegin(“NR2003″, serverstatus->getTelemetryID())) {

I just can’t figure out what’s missing from me being able to compile this, keep getting unresolved symbols and I’m using visual studio 2008.

If anyone gets this done please let me know pioneer162@gmail.com

Best regards,

Ron

16 04 2009
Ron (21:26:02) :

Well I finally got it all working locally, however when I try to have others view the applet from the outside they get ‘invalid’

Not sure what is missing, but obviously there is no data connection happening.

running gnltv.exe standard ports
running gnltvproxy.exe -p 8080 76.189.149.199:8001

The ticker is working (http://76.189.149.199/gnltv)
And if I try to open the track overview(applet) it shows the track, but the session is ‘invalid’ and the counter is a huge number

If I open the track overview from inside my router, it displays fine, any outside address gets the invalid stuff. I have the router set as full dmz to the web server and the config.php looks like this…

// these variables define the GNL.tv server location
$tvserver = “76.189.147.199″;
$tvport = 8000;

// port number of the gnltvproxy progam (optional)
$streamingserver = “76.189.147.199″;
$streamingport = 8080;

Any ideas what’s broken?

17 04 2009
Ron (01:30:39) :

Probably an issue with IIS, I hosted with apache and don’t get any data locally, but when I host with iis, I get data locally, you said you host with linux, so you probably can’t help me at all….. I’ll toy around with it some more.

Regards,

Ron

17 04 2009
Ron (02:24:33) :

fixed itself…. no idea what I did… cheers

29 07 2009
Jeron (20:43:24) :

ok i cant figure out how to get this to work plz help maybe a tutorial would help

29 07 2009
Peter (20:57:20) :

Please take a look at the documentation included with GNL.tv. I will try to answer any specific questions.

29 07 2009
Jeron (23:13:41) :

im just confused on setting up the config file and the server

29 07 2009
Jeron (23:19:09) :

is port forwarding required?

30 07 2009
Jeron (00:45:58) :

im srry but computers are still hard for me to understand and that read me file is confusing to me it doesnt explain anything step by step instructions on how to get it running would be so much easier

30 07 2009
Peter (09:36:08) :

If your race server is running behind a firewall, you need to have port forwarding enabled. This is the communication process:

spectator (browser with Java applet) -> webserver with gnltvproxy -> gnltv on race server -> NR2003

Network communication between these components must be possible.

For full functionality you need to have access to your own webserver. Shared webhosting will NOT work!

31 07 2009
Jeron (03:09:01) :

ok i port forward and put my ip in the config ini file and now still confused

31 07 2009
Jeron (19:59:00) :

ok i got it to work but the marqee is where im stuck at and the racestats.php comes up as a weird code and its not on the pretty blue screen

1 08 2009
Peter (10:22:49) :

Maybe your webserver is not able to run php applications.

1 09 2009
Tobias (10:17:50) :

I’ve adapted GNLtv to work together with GTR2/Race07/GTL and rFactor. Not everything is completed (and tested) yet, but it looks pretty good already. Just leave a comment here and you’ll be noticed when it becomes available.
Thanks Peter for sharing your code! :-)

12 10 2009
Shon (20:43:21) :

Hello Peter,First off let me say Ty for making this great program.
It seems I have an issue that I cant seem to figure out and need your help please.I have a web server with full access, right at home running win2003 with php5.I have the nascar server on same computer,now the problem is I cant connect to gnltvproxy via outside web,I get the server application is not running error on racestats page.here is the weird thing I could connect via a local addy even tho the firewall is off,port forwarding done correctly on router and computer.When I do get thru to gnltvproxy I have to use port 9000 in web browser ex:192.168.1.5:9000,then I get a web page that doesn’t display correct. If I use the web server port it always comes up server application is not running Here is the text log gnltvproxy created any help would be greatly appreciated

12 10 2009
12 10 2009
Peter (22:04:05) :

Hi Shon, you don’t need the proxy if the webserver is running on the same computer as your nascar server. So maybe you should try it without the proxy.

12 10 2009
Shon (22:27:01) :

Ty very much Peter,that solved my problem.
http://74.100.20.24:5190/gnltv/web/racestats.php
Again thanks for the great program.

15 10 2009
Chris Chavez (01:26:53) :

Hey guys just curious if you could use GNL TV as a ticker overlay just like major Nascar Stations do on the top of the screen. I know Sim Racing Network used to do it, and RLMTV does as well.

I am trying to produce a youtube video of each race and I would love to have the standings scroll across the top of the video.

Any hints/suggestions?

Thanks,

CC

8 12 2009
Jeron (05:06:16) :

dude there needs to be an easier way to do this

14 12 2009
Connor (00:53:47) :

Hey I am trying to install this and when I click GNLtv to install the program it opens up and when it gets to Waiting for NASCAR Racing 2003 to become active nothing happens.

14 12 2009
Peter (10:34:09) :

GNLtv does not have an installation program. You need to configure it via command line parameters as described in the readme-file.

22 12 2009
Connor (05:18:38) :

Also what do you put for the tvserver? My IP?

11 02 2010
Peter D. (18:48:25) :

I’m looking for a way to make this run on an offline race for personal use. I have a dual monitor setup and would like to race on one monitor and have this run on the other. Is the entire web application necessary or is there an easier way to just have this yank the standings info without uploading anywhere?

11 02 2010
Peter (20:14:35) :

GNLtv does work offline. But there is currently no way around a webserver. If you want to have running on your gaming machine, I would recommend using XAMPP as the webserver: http://www.apachefriends.org

Leave a comment

You can use these tags : <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">

For spam filtering purposes, please copy the number 5396 to the field below: