It is currently Sat Sep 04, 2010 2:43 am



Post new topic Reply to topic  [ 121 posts ]  Go to page 1, 2, 3, 4, 5 ... 13  Next
Author Message
 Post subject: Live BBC Channels working
PostPosted: Fri Apr 09, 2010 2:50 am 
Offline

Joined: Fri Apr 09, 2010 2:46 am
Posts: 9
for some reason I cant embed the video so here..
[youtube]_Opv1WdchVY[/youtube]

Guide
This guide assumes you know how to telnet into the juggler.

1. Go to /bin and create a file called bbc
Quote:
# cd /bin
# vi bbc


2. Press 'I' to edit and then copy and paste in the following script.
Code:
#!/bin/sh
# Live BBC Channels for the O2 Joggler by ARTOUK
echo BBC $1 Launching....

# BBC1
if [ "$1" = "1" ]; then
        cd /openpeak/tango
        ./localrun http://www.bbc.co.uk/emp/10player.swf?playlist=http://www.bbc.co.uk/emp/simulcast/bbc_one_london.xml
fi

#BBC2
if [ "$1" = "2" ]; then
         cd /openpeak/tango
         ./localrun http://www.bbc.co.uk/emp/10player.swf?playlist=http://www.bbc.co.uk/emp/simulcast/bbc_two_england.xml
fi

#BBC3
if [ "$1" = "3" ]; then
        cd /openpeak/tango
        ./localrun http://www.bbc.co.uk/emp/10player.swf?playlist=http://www.bbc.co.uk/emp/simulcast/bbc_three.xml
fi

#BBC4
if [ "$1" = "4" ]; then
        cd /openpeak/tango
        ./localrun http://www.bbc.co.uk/emp/10player.swf?playlist=http://www.bbc.co.uk/emp/simulcast/bbc_four.xml
fi

#BBC News 24
if [ "$1" = "news" ]; then
        cd /openpeak/tango
        ./localrun http://www.bbc.co.uk/emp/10player.swf?playlist=http://www.bbc.co.uk/emp/simulcast/bbc_news24.xml
fi

#BBC Parliament
if [ "$1" = "parliament" ]; then
        cd /openpeak/tango
        ./localrun http://www.bbc.co.uk/emp/10player.swf?playlist=http://www.bbc.co.uk/emp/simulcast/bbc_parliament.xml
fi

#CBBC
if [ "$1" = "cbbc" ]; then
        cd /openpeak/tango
        ./localrun http://www.bbc.co.uk/emp/10player.swf?playlist=http://www.bbc.co.uk/emp/simulcast/cbbc.xml
fi

Press 'Esc' to exit insert mode then type ':wq' and press enter to save and quit.

3. Make 'bbc' executable
Quote:
# chmod +x bbc


How to Use

Now you have setup the script you can launch it from any directory using the following..
Quote:
# bbc 'channel number/name'

Launch Arguments:

1 = BBC One
2 = BBC Two
3 = BBC Three
4 = BBC Four
news = BBC News 24
parliament = BBC Parliament
cbbc = CBBC
Quote:
Examples
# bbc 1
# bbc news


Ctrl+C to quit

Other Notes

Yeh I know you shouldnt really put your own script in /bin but didn't think it really mattered..
Also please feel free to rehash and include whatever bits of this in your own script provided you give credit :)


Last edited by iDann on Sun Apr 11, 2010 5:27 pm, edited 4 times in total.
Embeded Youtube


Top
 Profile  
 
 Post subject: Re: Live BBC Channels working
PostPosted: Fri Apr 09, 2010 3:24 am 
Offline
Administrator
Administrator
User avatar

Joined: Fri Apr 02, 2010 6:51 pm
Posts: 216
Location: Yorkshire,UK
is it just BBC you got working

_________________
I'm An Admin, If You Need To Talk, Feel Free To PM Me, Or If Your A Guest/New User, Use This Link


Top
 Profile  
 
 Post subject: Re: Live BBC Channels working
PostPosted: Fri Apr 09, 2010 3:25 am 
Offline
Joggler Member
Joggler Member

Joined: Sat Apr 03, 2010 9:33 pm
Posts: 39
Get to bed you 2! Have you gone Joggler crazy!? :U


Top
 Profile  
 
 Post subject: Re: Live BBC Channels working
PostPosted: Fri Apr 09, 2010 3:44 am 
Offline

Joined: Fri Apr 09, 2010 2:46 am
Posts: 9
Yeh atm its just bbc, been trying to get others working but no luck so far.


Top
 Profile  
 
 Post subject: Re: Live BBC Channels working
PostPosted: Fri Apr 09, 2010 6:37 am 
Offline

Joined: Sun Apr 04, 2010 3:01 am
Posts: 9
Thanks- I look forward to your script and I'm grateful that those that know more about linux and command line stuff are sharing the info. My programming skills are very, very basic but I've had fun learning to hack my joggler so far. The Joggler just keeps on getting better with all these mods and the £50 it cost me has definitely been money well spent.


Top
 Profile  
 
 Post subject: Re: Live BBC Channels working
PostPosted: Fri Apr 09, 2010 9:19 am 
Offline
Joggler Member
Joggler Member

Joined: Mon Apr 05, 2010 1:26 pm
Posts: 39
Location: Manchester
theres either no sound recorded or the joggler does not play back sound.
But I eagerly await how to do this. I am hoping that catchup TV can be played through the Joggler myself then I can have access to all the regional UK channels :C


Top
 Profile  
 
 Post subject: Re: Live BBC Channels working
PostPosted: Fri Apr 09, 2010 9:53 am 
Offline
New Member
New Member

Joined: Tue Apr 06, 2010 2:07 pm
Posts: 18
Would be awesome if you could watch catchup tv on the joggler even better if you could watch live tv without the need of a media server tversity, orb etc


Top
 Profile  
 
 Post subject: Re: Live BBC Channels working
PostPosted: Fri Apr 09, 2010 12:31 pm 
Offline
Trainee Jenius!
Trainee Jenius!

Joined: Sun Apr 04, 2010 2:14 pm
Posts: 230
Well done ! This is an amazing thing to have available on the joggler. Really is a big deal so many people use this having it available on a touch screen device with a good quality screen and at the current cost - £50 just brilliant. I look forward to seing the script. WIll it run from the o2 front end ?

So much functionality has been added to this device in the last week, the open peak apps, Facebook, Twitter and Flickr etc, a customisable rss news feed, now iplayer. Remote pc desktop so things like a browser can be used. Brilliant work !


Top
 Profile  
 
 Post subject: Re: Live BBC Channels working
PostPosted: Fri Apr 09, 2010 1:12 pm 
Offline

Joined: Fri Apr 09, 2010 2:46 am
Posts: 9
Audio works fine, the youtube video I made just didnt capture the sound very well. Atm you have to launch it via telnet, I will experiment later with trying to get it working within the o2 interface but Im sure whether this will work. I'm just going to add CBBC and CBEEBIES to the script then I'll write up a brief guide.


Top
 Profile  
 
 Post subject: Re: Live BBC Channels working
PostPosted: Fri Apr 09, 2010 2:06 pm 
Offline

Joined: Fri Apr 09, 2010 2:46 am
Posts: 9
Guide up (first post).. Sorry no Cbeebies, I thought you could watch it online but you cant.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 121 posts ]  Go to page 1, 2, 3, 4, 5 ... 13  Next

Who is online

Users browsing this forum: Google [Bot] and 2 guests


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

Search for:
Jump to:  
© 2010 Joggler.Info
All times are UTC [ DST ]