![]() |
Sirius on N800 via sipie
I'm listening to Sirius streaming online audio on my n800 without running any server on my desktop. I'm using the python script Sipie in particular this verizon of the script: http://eli.criffield.net/sipie/backup/1178140820.sipie
The script utilizes mplayer for decoding the sirius stream. I did a little hacking on the script to get it to work. The stream seems to be too high bitrate and there is a little skipping in the decoding but it has great potential. I'm looking for some advice from someone who knows more about the n800 platform - maybe some mplayer streaming options need optimized. |
Re: Sirius on N800 via sipie
I am a total novice so I cannot assist with development, but I would certainly contribute money to making sirius available on the n800. Sirius has been a major reason that I could not get away from my pocket pc in favor of the n800. If sirius were available on the n800, that would be AWESOME!
|
Re: Sirius on N800 via sipie
Oh - can you please tell me what I need to do to make this work on my n800?
|
Re: Sirius on N800 via sipie
Sorry for the multiple posts, but I will buy sirius for a year for any developer that wants to make this happen.
|
Re: Sirius on N800 via sipie
Quote:
I think there are probably lots of folks here who would love to see a Sirius app for the N800. |
Re: Sirius on N800 via sipie
I will do my best to recall what I installed on my n800 to get a choppy sirius stream.
Apps to install: xterm mplayer pymaemo Python scripts to install: sipie BeautifulSoup getpass Mplayer options in sipie script: mplayer -really-quiet -nojoystick -nolirc -user-agent NSPlayer -nomouseinput -ac dspmp3 -ao gst -cache 1024 -playlist Any suggestions for myplayer options for a sirius stream on an n800? |
Now Working!!!
Ok, I played some more and now have it working. No more skipping audio, even when browsing the web!
Using these options: mplayer -really-quiet -nojoystick -nolirc -user-agent NSPlayer -nomouseinput -ao gst -cache 32 -playlist These options are set in .sipie/config - this in is where my error lied I was editing the Sipie.py script and the config file's options were overiding the script. Luckily the script developer had some debuging which I turned on and magically it became all too clear my error. There is no working GUI at this point. I really don't have the time at the moment to make this into a proper maemo package. |
Re: Sirius on N800 via sipie
Good Job!
Now I just need to figure out what you did.... Thanks for the update. |
Re: Sirius on N800 via sipie
Quote:
Also how do I go about implementing all this??? |
Re: Sirius on N800 via sipie
Not a stupid question as far as I am concerned and a web search yields this:
"Beautiful Soup is a Python HTML/XML parser designed for quick turnaround projects like screen-scraping." from http://www.crummy.com/software/BeautifulSoup/ (maybe for extracting info/links from Sirius site?) "getpass - portable password input" from http://www.python.org/doc/current/li...e-getpass.html (probably for applying your password to a Sirius site) Just guesses on my part but I too am anxiously following this thread with an aim toward accessing Sirius streams on my N800. |
Re: Sirius on N800 via sipie
Maybe a developer would pick up this project if there was some sort of bounty on it.
If everyone who would like to see a nice Sirius app on the N800 chipped in a couple bucks, it might really become worth someone's while. :o Just an idea, but I'd donate. |
Re: Sirius on N800 via sipie
I am all for that, I love my sirius & it would make the N800 a true killer device for me.
I'd gladly donate a few bucks, or help develop if at all possible (though I have no clue where to start). There is an open source Sirius add-on/extension for Firefox that works well, it may be good source for ideas or maybe the developer of that project could be swayed to porting it to the N800/Opera ?? Check it out here: http://dev.megagram.com/sirius/ |
Re: Sirius on N800 via sipie
Quote:
Using uSirius and Tversity you can stream Sirius, but those 2 programs must be running on your home computer. |
Re: Sirius on N800 via sipie
I previously stated that I will donate and would also buy a developer committed to the project 1 year of Sirius.
|
Re: Sirius on N800 via sipie
Quote:
|
Re: Sirius on N800 via sipie
Quote:
The only drawback to these methods is the song and artist info is not diplayed, at least not for me. Not a big deal, but that is what makes SiriusWM5 on WinMo such a cool program - it displays track and channel info, as well as the original channel logos. One other method of streaming Sirius, XM, and iTunes, etc. that I have been playing with once again is Nicecast on the Mac. What this cool app does is it captures audio from *any* application you have running (ie, Safari for Sirius and XM), and it reroutes it into your own personal or public Shoutcast stream. Of course, the default media player can stream Shoutcast stream without any trouble, so this works great for me. I can use VNC Viewer to actually get into my desktop and change the channels, plus I have the advantage of seeing what is currently playing, because I have the full interface of my computer. I used this method a few years ago with my Treo 650, because it would let me listen to online sports talk radio and other stuff while I was driving to work in the mornings. Hope this helps...but I still would love to see someone come out with a more elegant software solution native to the N800 and 770... |
Re: Sirius on N800 via sipie
I think this could be as strong a buying point on the n800 as Skype. Nokia and Sirius should get in contact and do something big. I never even imagined something like this on the n800. Internet Radio, FM Radio, SATELLITE Radio!!! Thats amazing. Kudos to you, I would gladly contribute money to fund this whole project.
|
Re: Sirius on N800 via sipie
Quote:
|
Re: Sirius on N800 via sipie
Just wondering has anyone else got it working? What problems are people running in to?
I agree there is good potential for a project here, if I wasn't so busy with school at the moment I would take on the project but I best not distract myself. It would be real easy to make a native python app for the n800 based on the Sipie program. |
Re: Sirius on N800 via sipie
Hello,
Do i need an active sirius account, user name... and password... -required ?, to get uSirius working at all ?? thanx for any help |
Re: Sirius on N800 via sipie
As far as I know, you must have a valid login on sirius.com (subscription) to access the Sirius streams. I think you can still sign up for a temporary account which would give you a free 3-day trial of the service.
|
Re: Sirius on N800 via sipie
I took the liberty of emailing Tanner (fellow who created the Sirius Yahoo widget) to see if he was interested in tackling this job with some funding support. BTW, I would be happy to kick in as well, as a feel a Sirius tuner for the N800 would be absolutely fantastic!
|
Re: Sirius on N800 via sipie
What would be the ideal feature set of such an application - I don't use yahoo widgets, so I'm not sure what that app looks like?
Would people be willing to install additional applications like mplayer and python if they were used for such an application? |
Re: Sirius on N800 via sipie
Quote:
That's a short list. Perhaps others here have suggestions? |
Re: Sirius on N800 via sipie
Hello,
I'm willing to step up and create an application for Sirius streaming on the n800. I was looking for an app that did this anyway! I'm going to work on this starting monday, should have something together then. Might as well make a desktop version while i'm at it. |
Re: Sirius on N800 via sipie
Quote:
|
Re: Sirius on N800 via sipie
:cool: That sounds good, get us miked up willie!
In the words of Ned "F*#$%& SWEET" |
Re: Sirius on N800 via sipie
So anything ever come of this?
|
Re: Sirius on N800 via sipie
Any Updates yet????????
|
Re: Sirius on N800 via sipie
This would be seriously sweet! Thanks to everyone working on it and contributing. I would be willing to make a donation as well. I love Sirius and have used the app on my WM5/6 phone (Cingular 8125 and Cingular 8525) and it works great.
One potential problem would be the "catchit" phrase that Sirius uses. The app would need to pull that down to the Nokia. Thanks! |
Re: Sirius on N800 via sipie
Damned be all those people and so called "services" showering earth and its plants, animals and humans with radiation and electric waves, degenerating genotypes, polluting the transcendental space and making brains hurt with their satelites.
Ok, I'm just jealous that here in Europe there's none thing like Sirius Radio. Also, I find it a freaking coincidental miracle that the N800 hardware can pick up its frequency, but it seems to work. Well, just jealous.:rolleyes: |
Re: Sirius on N800 via sipie
Quote:
|
Re: Sirius on N800 via sipie
Quote:
To get the satellite radio you can walk around with costs you a LOT of money. For ME... the talk shows are the BEST. (Music is okay.) I listen on my PC when in the house... to much bother to take the radio in from the Jeep. But it would be cool to have it at a wi-fi spot. |
Re: Sirius on N800 via sipie
has anyone figured out how to get this to work yet? When I bought n800 I thought I could connect to sirius and put in my account and listen to it like I do on my computer...
sorta disappointed |
Re: Sirius on N800 via sipie
Quote:
|
Re: Sirius on N800 via sipie
did you ever come up with a program to play sirius on the N800
|
Re: Sirius on N800 via sipie
sirius on my n800 = make it even better.
I listen to my sirius anytime I am on my computer or in my car, if howard is boring I go to a music station. or internet radio. I was holding off on buying a portable sirius radio in hopes the n800 will play it. n900 better have a satellite radio built into it! |
Re: Sirius on N800 via sipie
I have also just successfully streamed live Sirius to my Nokia Tablet, this time using the Nokia N810. I plan on developing a working interface for my N810, which I'm sure will work with the N800 just the same.
For anybody else that feels like hacking, I did the following: Download the repositories from http://gronmayer.com/it/ (Warning: Some repositories must be disabled in order for Application Manager to work correctly. I installed all, then slowly disabled each Repo in REVERSE ORDER until my Catalogues would correctly update) Obtain root access using becomeroot SSH into the device apt-get install mplayer python2.5 python2.5-dev python-setuptools ( There may have been some more crucial requirements, these are just the ones I remembered :( ) easy_install BeautifulSoup Then get the latest version of SiPie, either as a tar file or svn checkout: http://sourceforge.net/project/showf...ease_id=541816 or the following command on your desktop machine: svn co https://sipie.svn.sourceforge.net/svnroot/sipie sipie Regardless, you'll have to copy the extracted files to your Nokia. I used SFTP, but you could simply use an SD card. DO NOT easy_install sipie. Just execute sipie as a python script: python sipie.py It will go through the configuration, ask for a stream, and download the captcha file. Since I SSHd in, I had to quickly SFTP get the captcha image on my laptop, then enter it into the Nokia SSH. Either way, upon entering the Captcha, the Nokia began to play some wonderful music from AltNation. I'm very sorry for my brevity, I wrote everything above from memory. I am in a hurry but will be back later with a more detailed tutorial. |
Re: Sirius on N800 via sipie
i too bought the n800 with the hopes it could stream sirius. as it was mentioned bfore there is an app called SiriusWM5 for pocket pc that works perfect. its really only a frontend to get past the authenication on the sirius site. its not a player, it actually just sends the stream to the built in WMV player. can ppc apps be ported over to linux? or atleast be used as a starting point? also, siriuswm5 is free.
|
Re: Sirius on N800 via sipie
That's essentially how Sipie works, it just gets you through all the authentification bs, then launches mplayer. The Windows version launches Windows Media Player.
|
All times are GMT. The time now is 03:24. |
vBulletin® Version 3.8.8