What work should I do now, development wise? - UkCvs.org
 

Go Back   UkCvs.org > Digital Tv Box Section > Dbox Section

Dbox Section All Things Dbox Here

View Poll Results: Next project....
SetMyLocation with XML reading 2 11.76%
Shrink an image to get 3MB or more free space 0 0%
Super-version of the All-in-Wonder menu 2 11.76%
BBC iPlayer 12 70.59%
Samber Server config menu 0 0%
Yweb modifications 0 0%
Other...Please post below.... 1 5.88%
Voters: 17. You may not vote on this poll

Reply
 
LinkBack Thread Tools Display Modes
Old 15-12-2008, 05:18 PM   #1 (permalink)
Developer
UkCvs Senior Member
 
Speedy2206's Avatar
 
Join Date: Nov 2008
1 Highscore

Location: Leatherhead
Posts: 188
iTrader: (0)
Casino cash: $64049
Thanks: 80
Thanked 257 Times in 112 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Groans: 1
Groaned at 0 Times in 0 Posts
Default What work should I do now, development wise?

I have decided that using a mac to try to develop things is just not working for me - everything just seems ridiculously complicated and even the most simplest of tasks have to be performed the long way. For that reason I have decided to make DEBIAN LINUX my primary OS, and dual boot that alongside Windows XP.

That means I'll have a completely clean system to work with, and I'll be able to concentrate on getting something done instead of trying little bits and pieces which really arent going to plan. So this poll is just a quick way of seeing what I should concentrate on.

I would like all the members of UKCVS to vote on ONE PROJECT which I can concentrate all my efforts into. Preferably this should be something that nobody else is working on yet, so that I don't cross paths and re-create existing work. Of course all source code will be shared once something is made.

You cannot vote for two projects, and the final resulting poll winner will be the item that I work on, nothing else. You all know me, I'll just try to do too many things at once and it'll all go wrong :P

If anyone has other ideas as to what can be added to the poll options then let me know.
Speedy2206 is offline   Reply With Quote
Old 15-12-2008, 05:20 PM   #2 (permalink)
Northern Git Admin
Team-UkCvs Senior Member
 
renwich's Avatar
 
Join Date: Aug 2008
1 Highscore

Posts: 5,097
iTrader: (0)
Casino cash: $326474
Thanks: 1,126
Thanked 1,271 Times in 538 Posts
Nominated 8 Times in 6 Posts
Nominated TOTW/F/M Award(s): 4
Groans: 1
Groaned at 0 Times in 0 Posts
Default
as SS suggested BBC Iplayer
renwich is offline   Reply With Quote
The Following User Says Thank You to renwich For This Useful Post:
Speedy2206 (15-12-2008)
Old 15-12-2008, 06:14 PM   #3 (permalink)
Developer
UkCvs Senior Member
 
gav12345's Avatar
 
Join Date: Aug 2008

Posts: 162
iTrader: (0)
Casino cash: $160927
Thanks: 115
Thanked 230 Times in 75 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Default
as SS suggested BBC Iplayerme too
__________________

gav12345 is offline   Reply With Quote
The Following User Says Thank You to gav12345 For This Useful Post:
Speedy2206 (15-12-2008)
Old 15-12-2008, 08:15 PM   #4 (permalink)
Respected Member
UkCvs Senior Member
 
turner123's Avatar
 
Join Date: Sep 2008
41 Highscores

Location: preston
Age: 31
Posts: 233
iTrader: (0)
Casino cash: $1022700
Thanks: 173
Thanked 191 Times in 77 Posts
Nominated 17 Times in 4 Posts
Nominated TOTW/F/M Award(s): 3
Groans: 3
Groaned at 0 Times in 0 Posts
Default
iplayer for me to.....i clicked other please can admin correct my vote thanks
turner123 is offline   Reply With Quote
The Following User Says Thank You to turner123 For This Useful Post:
Speedy2206 (15-12-2008)
Old 15-12-2008, 08:22 PM   #5 (permalink)
Northern Git Admin
Team-UkCvs Senior Member
 
renwich's Avatar
 
Join Date: Aug 2008
1 Highscore

Posts: 5,097
iTrader: (0)
Casino cash: $326474
Thanks: 1,126
Thanked 1,271 Times in 538 Posts
Nominated 8 Times in 6 Posts
Nominated TOTW/F/M Award(s): 4
Groans: 1
Groaned at 0 Times in 0 Posts
Default
done, I think lol
renwich is offline   Reply With Quote
The Following User Says Thank You to renwich For This Useful Post:
turner123 (15-12-2008)
Old 15-12-2008, 10:15 PM   #6 (permalink)
Developer
UkCvs Senior Member
 
Speedy2206's Avatar
 
Join Date: Nov 2008
1 Highscore

Location: Leatherhead
Posts: 188
iTrader: (0)
Casino cash: $64049
Thanks: 80
Thanked 257 Times in 112 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Groans: 1
Groaned at 0 Times in 0 Posts
Default
Having just spent a few hours researching BBC iPlayer I'm not too sure if that option is feasible on the DBOX2. We could get it to authorize us and obtain the stream for the file, but it wouldnt be able to play it "out-of-the-box". Even with libmp4 (MP4 support) we would only be able to get the audio, and that lib also requires several dependancies which would by themselves take up just under 12MB alone, needing to be resident in /lib (flash memory).

Thats fine for users with IDE kits (I think you can symlink), but in addition to this the only way that I know possible (without re-coding the majority of the neutrino movieplayer) to get the stream to play would be to run VLC locally on the box, and connect to it using 127.0.0.1. Unfortunately VLC again is big in size, and would require several dependancies taking up another 10MB or so (if not more - I havent actually calculated that one). Aside from that I can't seem to cross-compile VLC anyway.

Furthermore, an interface would be required to list the available iPlayer episodes which would involve a hell of a lot of work, and if the BBC ever changed their webpage HTML coding even just by one line then the whole thing would get broken rendering everything useless.

If you think of all the bits and pieces that are involved, and then consider how much RAM the DBOX2 has ... also taking into account how little RAM is available once the main neutrino interface is loaded ... you can see the problem. Free Space, RAM and Processor are all hardware limitations which cannot be avoided.

The only way to get this properly working would be for VLC to be installed on a real computer on the network (preferably a dual or quad core system), which downloads the selected title/episode and decodes/encodes it on-the-fly to give output which the DBOX can understand (raw TS or AVI for example). This method would actually work, but again involves setup of software on another computer, and still requires an interface to list the available titles/episodes on the DBOX itself.

FreddyFr0g has already done some amazing work on this if users wanted to go down that route and I'm sure he can help further, but having looked into it a bit more I think we can safely say that true iPlayer support will not be coming to a DBOX near you anytime soon.

Sorry
Maybe we can remove that option and those who voted for it can vote for something else??
Speedy2206 is offline   Reply With Quote
The Following 3 Users Say Thank You to Speedy2206 For This Useful Post:
Derekwd (15-12-2008), PaphosAL (16-12-2008), wiz569 (15-12-2008)
Old 15-12-2008, 10:55 PM   #7 (permalink)
Respected Member
UkCvs Senior Member
 
Derekwd's Avatar
 
Join Date: Nov 2008

Posts: 163
iTrader: (0)
Casino cash: $74750
Thanks: 187
Thanked 92 Times in 60 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Groans: 0
Groaned at 0 Times in 0 Posts
Default
What a pity, it would have been an awesome use for the old dbox in the future.
Thanks for the time and effort in trying m8.

Derek
Derekwd is offline   Reply With Quote
The Following User Says Thank You to Derekwd For This Useful Post:
Speedy2206 (15-12-2008)
Old 16-12-2008, 08:53 AM   #8 (permalink)
Nagging Old Git
Team-UkCvs Senior Member
 
PaphosAL's Avatar
 
Join Date: Aug 2008

Location: A park bench, near you
Age: 75
Posts: 3,108
iTrader: (0)
Casino cash: $848260
Thanks: 2,645
Thanked 1,586 Times in 876 Posts
Nominated 2 Times in 2 Posts
Nominated TOTW/F/M Award(s): 2
Groans: 1
Groaned at 0 Times in 0 Posts
Default
Hang on a mo, Speedy. What about your original CF idea of SD Card reader for dBox2? Would this allow us to break the barriers on limited dbox memory, with a 4 or 8gb card?

Cheers- AL
PaphosAL is online now   Reply With Quote
The Following 2 Users Say Thank You to PaphosAL For This Useful Post:
nj2006 (16-12-2008), wiz569 (16-12-2008)
Old 16-12-2008, 10:05 AM   #9 (permalink)
Moderator
UkCvs Senior Member
 
pt-1's Avatar
 
Join Date: Sep 2008

Posts: 350
iTrader: (0)
Casino cash: $146980
Thanks: 105
Thanked 379 Times in 171 Posts
Nominated 10 Times in 3 Posts
Nominated TOTW/F/M Award(s): 2
Groans: 0
Groaned at 0 Times in 0 Posts
Default
The Dbox just has not got enough CPU Power to handle the BBC Stuff.
Using VLC running on a PC should be OK and Freddy modified the Stuff from Germany to work with the iPlayer page.

A good working Plugin is the iPlayer on the XBMC

http://code.google.com/p/xbmc-iplayer/


On another note,

did we ever get anywhere with the Red Button Stuff?

http://www.redbutton.dsl.pipex.com/

Speedys old Forum had a wealth of Information as we all met up there but I assume it's all gone.

The Virgin Box actually allows to use iPlayer so maybe something could be done via the MHEG Option..?

I am not sure if we ever found anything on Cable but Freesat uses something simular and not OpenTV by our "Friend" Mr. Murdoch

http://code.google.com/p/openmheg/downloads/list Discussion
pt-1 is offline   Reply With Quote
The Following 2 Users Say Thank You to pt-1 For This Useful Post:
nj2006 (16-12-2008), PaphosAL (16-12-2008)
Old 16-12-2008, 04:44 PM   #10 (permalink)
Northern Git Admin
Team-UkCvs Senior Member
 
renwich's Avatar
 
Join Date: Aug 2008
1 Highscore

Posts: 5,097
iTrader: (0)
Casino cash: $326474
Thanks: 1,126
Thanked 1,271 Times in 538 Posts
Nominated 8 Times in 6 Posts
Nominated TOTW/F/M Award(s): 4
Groans: 1
Groaned at 0 Times in 0 Posts
Default
ok if the iplayer is not going to work, then I change my vote to setMyLocation
renwich is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
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
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 10:28 AM.


Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Any information provided on this site is not guaranteed in any way. Some articles may discuss topics that are illegal, so this information is provided for educational purposes only, use at your own risk !! Ukcvs.org cannot be held responsible for the content of any post on this forum.