XBMC Community Forum  

Go Back   XBMC Community Forum > Announcements, Info and General Discussion > XBMC General Discussion

XBMC General Discussion General discussion about XBMC (but no support/help/feature requests)
Please, do not post support/help questions or requests here!

Reply
 
Thread Tools Search this Thread Display Modes
Old 2003-11-07, 17:14   #1
Gamester17
Team-XBMC Project Manager
 
Gamester17's Avatar
 
Join Date: Sep 2003
Location: Sweden
Posts: 10,582
Gamester17 will become famous soon enough
Default

xbmp/xbmc xstream contest

bald bouncer (uk) has kindly donated some nice prizes for us to run this xstream contest. the goal of the contest is for you developers out there to create one platform independent and user-friendly xstream server, the code must be in c++ and fully open source. the ultimate goal is that when the contest is over we only end up with one, and only one official xstream server which the xbmp/xbmc projects will retaining ownership of. the contest starts of right away and will come to an end in two months from now. all good entries (winners or not) can/will be integrated in the winning source code base, however the top-three entries (decided by the existing xbmp/xbmc team members) will win prizes listed bellow (again, thanks bald bouncer) and get an invitation to join the official xstream development team. developers are allowed to enter the contest as a team, (in fact we encourage it), note however that a team entry will count as one entry.

prizes (sponsored by bald bouncer):
first-prize: winner can select one (and only one) of these two alternatives bellow
*- alternative #1 (uk only): xbox pre-modded xecuter 2.2 pro (cromwell linux bios)*
*- alternative #2 (world-wide): 8 x xecuter 2.3 lite modchips (note lite, not liteplus)**
second-prize (world-wide): 5 x xecuter 2.3 lite modchips (note lite, not liteplus)**
third-prize (world-wide): 3 x xecuter 2.2 pro modchips**

xstream contest code requirements:
- full source must be submitted as open source (l/gpl)
- code must be c++ and compile under msvc++/msvs
- code can not have any specific compiler dependencies
- base core code must be platform (os/hw) independent
- full xns protocol server backwards compatibility option
- full xbmsprotocol server backwards compatibility option
- server must be fully compatible with both xbmp & xbmc
- server must have a separate gui and service mode
- simple step to share one or several cd/dvd-rom drives
- configuration wizard/s (setting up shared file/folder etc.)
- xml base for multi-language support, similar to xbm-p/c
- compiled binary for win32 must also be produced at entry
- pc test client so other devs can develop without an xbox
- development documentation (structure/protocols, etc.)
* (note! development documentation/s are very important)

xstream contest code bonus points:
- configuration wizard to setup xbmp/xbmc xml file(s)
- parse zip, rar archives and/or cd image files (iso)
- build-in ftp-client in gui to transfer files to the xbox
- xns/xbmsp protocol enhancements (such as proxy,
* *file-size, userid/password & no-disconnect support)
- upnp mediaserver support in the pc server side code
- upnp mediarenderer support for the client (xbmc) side
- upnp renderingcontrol for the server and/or the client
- build-in dhcp server with option to enable/disable

xstream contest rules and conditions:
- contest requirements must be meet, but not bonuses
- no illegally acquired or copyrighted code can be used
- no illegally acquired or copyrighted pics can be used
- no existing xbmp or xbmc team members may join
- code judged on quality, functions, cleanness and docs
- if functions are equal winner will be chosen on quality
- the last competition submission date is 10/01-2004
- winner will be decided by the xbmp & xbmc team
- the winner will should announced before 25/01-2004
- one person or team may submit more than one entry
- if a team wins a prize they have to split it themselves
- the full source must be submitted before contest end
- all valid submissions can/will be integrated in code.
- prize winners must actively help unify their code in cvs
- we reserve the right to cancel this contest if needed

*only shipping to the united kingdom is possible for this because of cost/insurance/it-will-break
**shipping to one location only, meaning winner/s can not divide it up shipping to several locations

source code can be submitted here (link), make sure you select "xstream contest #1" as category in order to join this contest. we recommend you register a sourceforge.net account and login before you submit a patch as you then can update or change the entry as you progress. note that sourceforge has a 256kb upload limited per file, though you can attach more than one file if you need more space you can upload the file/s here (link) after you submitted the entry on sourceforge to get a "patch entry id #".

ps! we would've loved to make upnp support requireed, but we didn't because xdk multicast limitations.
__________________
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
Gamester17 is offline   Reply With Quote
Old 2003-11-07, 18:11   #2
Gamester17
Team-XBMC Project Manager
 
Gamester17's Avatar
 
Join Date: Sep 2003
Location: Sweden
Posts: 10,582
Gamester17 will become famous soon enough
Question

Quote:
Originally Posted by (gamester17 @ 07-11-2003, 15:14)
prizes (sponsored by bald bouncer):
first-prize: winner can select one (and only one) of these two alternatives bellow
- alternative #1 (uk only): xbox pre-modded xecuter 2.2 pro (cromwell linux bios)*
- alternative #2 (world-wide): 8 x xecuter 2.3 lite modchips (note lite, not liteplus)**
second-prize (world-wide): 5 x xecuter 2.3 lite modchips (note lite, not liteplus)**
third-prize (world-wide): 3 x xecuter 2.2 pro modchips*
just to clearify it; the winner does not get first, second and third prize, only one of the first-prize.
you see, second-prize is for the first runner-up, and the third-prize is for the second runner-up.
__________________
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
Gamester17 is offline   Reply With Quote
Old 2003-11-20, 21:44   #3
ravemax
Member
 
Join Date: Oct 2003
Posts: 37
ravemax is on a distinguished road
Lightbulb

not that ive the time to develope a server - busy with this real life thing - but this requirement bugs me:

Quote:
code must be c++ and compile under msvc++/msvs
- why c++ and not c or even java (pretty portable ;-))
- msvc - costs much $$. what about gcc only ?
__________________
dextrose member.
ravemax is offline   Reply With Quote
Old 2003-11-21, 15:38   #4
Gamester17
Team-XBMC Project Manager
 
Gamester17's Avatar
 
Join Date: Sep 2003
Location: Sweden
Posts: 10,582
Gamester17 will become famous soon enough
Default

Quote:
Originally Posted by (ravemax @ nov. 20 2003,19:44)
- why c++ and not c or even java (pretty portable ;-))
c++ because all xbmp/xbmc official devs can c++ and can thus help with the code, not possible with java, delphi. etc.

Quote:
Originally Posted by (ravemax @ nov. 20 2003,19:44)
- msvc - costs much $$. what about gcc only ?
msvs is relativly expensive, msvc++ is not and are also available on trial with books or free versions for education.
(and again all xbmp/xbmc developers have msvc++ and/or msvs, this is to be one official maintained project)
__________________
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
Gamester17 is offline   Reply With Quote
Old 2003-11-25, 23:29   #5
Bhellium
Member
 
Join Date: Oct 2003
Posts: 63
Bhellium is on a distinguished road
Send a message via AIM to Bhellium
Question

im wondering how is the competition going? are there any teams out there?

/bhellium
Bhellium is offline   Reply With Quote
Old 2003-11-26, 13:51   #6
Gamester17
Team-XBMC Project Manager
 
Gamester17's Avatar
 
Join Date: Sep 2003
Location: Sweden
Posts: 10,582
Gamester17 will become famous soon enough
Default

Quote:
Originally Posted by (bhellium @ nov. 25 2003,21:29)
im wondering how is the competition going?
me too, i have not heard anything from anyone
__________________
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
Gamester17 is offline   Reply With Quote
Old 2003-11-26, 16:14   #7
san9jay
Senior Member
 
Join Date: Oct 2003
Posts: 152
san9jay is on a distinguished road
Default

in my opinion i think writing the server in java would make a lot of sense. in one stroke you would get support for all the platforms.

i would be willing to write a java server if the competition is expanded to include java. (i probably will write a java server in any case since i have a couple of other applications in mind like tunnelling protocols over xns)
__________________
+-------------------------------------------------------------------------------+
| xbox1: v1.1, samsung dvd,120 gb hd,x-ecuter pro 2.2,xbmc
| xbox2: v1.2, phillips dvd, retail hd, tsop, avalaunch, xbmc
| xirremote, x2_4977, media center utils
san9jay is offline   Reply With Quote
Old 2003-11-26, 18:14   #8
rjm2k
Junior Member
 
Join Date: Oct 2003
Posts: 25
rjm2k is on a distinguished road
Default

Quote:
Originally Posted by (san9jay @ nov. 26 2003,14:14)
in my opinion i think writing the server in java would make a lot of sense. in one stroke you would get support for all the platforms.

i would be willing to write a java server if the competition is expanded to include java. (i probably will write a java server in any case since i have a couple of other applications in mind like tunnelling protocols over xns)
using java would be a great idea for a basic server, but would it cope with some of the more complex features that we currently have, like shoutcast scraping, zip/rar support etc?
__________________
read the xbmc online-manual, faq and search the forums before posting! do not e-mail the xbmc-team asking for support!
read/follow the forum rules! note! team-xbmc never have and never will host or distribute ms-xdk binaries/executables!
rjm2k is offline   Reply With Quote
Old 2003-11-26, 19:31   #9
Bhellium
Member
 
Join Date: Oct 2003
Posts: 63
Bhellium is on a distinguished road
Send a message via AIM to Bhellium
Default

back in the days of xbmp there was a java streaming server
remember, gamester17? my experience of it was that it was horribly slow and could barely stream mp3īz.
i am running mac, and im perfectly content with xbmsx.

gamester17 makes a good point that the people behind xbmc has
to be able to edit the code without any external help. if the coder
desides to not help in coding no more the entire xbmc comunity is stranded without a streamer.

/bhellium
Bhellium is offline   Reply With Quote
Old 2003-11-26, 22:47   #10
san9jay
Senior Member
 
Join Date: Oct 2003
Posts: 152
san9jay is on a distinguished road
Default

Quote:
using java would be a great idea for a basic server, but would it cope with some of the more complex features that we currently have, like shoutcast scraping, zip/rar support etc?
i dont see why not. regarding shoutcast scraping. watch this space. i am putting the final touches for a replacement for shoutscraper written in java. shoutscraper does not seem to be developed/supported anymore.
zip support is very easy in java as well. i dont think the developers of xbmp/xbmc have time to develop eveything so having the servers in java will not prove to be a big drawback. as long as the code is opensource if the original developer stops developing it then somebody else can pick it up.
__________________
+-------------------------------------------------------------------------------+
| xbox1: v1.1, samsung dvd,120 gb hd,x-ecuter pro 2.2,xbmc
| xbox2: v1.2, phillips dvd, retail hd, tsop, avalaunch, xbmc
| xirremote, x2_4977, media center utils
san9jay is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
XBMP/XBMC Logo Contest Hullebulle XBMC General Discussion 113 2004-05-04 17:57


All times are GMT +2. The time now is 11:20.


Protected by Akismet, We recommend WordPress blogs
Copyright © 2008, XBMC Project