NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) v
« Previous 1 … 13 14 15 16 17 … 125 Next »
Web Radio not working with uSirius

 
  • 0 Vote(s) - 0 Average
Web Radio not working with uSirius
scb147
Offline

Posting Freak

Posts: 806
Threads: 77
Joined: Nov 2006
#1
2008-03-20, 03:10 AM
I'm trying to use Web Radio and uSirius together so I can listen to Sirius Internet Radio with GBPVR. uSirius logs a user into the system and gives either a mms URL (mms://), or an http URL (http://). Both the mms and http URLs work in WMP, so I'm not sure why it doesn't work with Web Radio.

What happens is once I enter Web Radio, it immediately exits me back to the main menu. This is what my RadioStations.xml looks like:
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<Stations>

  <Station>
    <Type>Radio</Type>
    <Name>SIRIUS Hits 1</Name>
    <Icon>SIRIUS Hits 1.gif</Icon>
    <Target>http://66.25.10.68:19080/asx/asx?bandwidth=low&num=1&r=1205982035</Target>
    <Parameters></Parameters>
    <Description>SIRIUS Hits 1</Description>
    <HomeURL>http://66.25.10.68:19080</HomeURL>
    <CountryCode>us</CountryCode>
  </Station>

</Stations>

Attached are my PVRX2-native and PVRX2 logs.
Author of Weather (NPVR) & Weather2 (GBPVR)
MixMan
Offline

Posting Freak

Posts: 1,239
Threads: 100
Joined: Oct 2005
#2
2008-03-20, 05:07 PM
scb147 Wrote:I'm trying to use Web Radio and uSirius together so I can listen to Sirius Internet Radio with GBPVR. uSirius logs a user into the system and gives either a mms URL (mms://), or an http URL (http://). Both the mms and http URLs work in WMP, so I'm not sure why it doesn't work with Web Radio.

What happens is once I enter Web Radio, it immediately exits me back to the main menu. This is what my RadioStations.xml looks like:
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<Stations>

  <Station>
    <Type>Radio</Type>
    <Name>SIRIUS Hits 1</Name>
    <Icon>SIRIUS Hits 1.gif</Icon>
    <Target>http://66.25.10.68:19080/asx/asx?bandwidth=low&num=1&r=1205982035</Target>
    <Parameters></Parameters>
    <Description>SIRIUS Hits 1</Description>
    <HomeURL>http://66.25.10.68:19080</HomeURL>
    <CountryCode>us</CountryCode>
  </Station>

</Stations>

Attached are my PVRX2-native and PVRX2 logs.


The probelem seems to be the handling of the & character in the Target string "low&num"

<Target>http://66.25.10.68:19080/asx/asx?bandwidth=low&num=1&r=1205982035</Target>

Try to add amp; after the & char so it will look like this &amp;

<Target>http://66.25.10.68:19080/asx/asx?bandwidth=low&amp;1&amp;r=1205982035</Target>
Best Regards
MixMan
[SIZE="1"]
Antec Fusion case with Gigabyte GA-MA78GM-SH, AMD X2 4850e, 2GB RAM, AMD780G Onboard graphics. WinTV-PVR 150 MCE (With FM), Twinhan DVB-T, 750GB + 250GB HDD. Windows XP Pro SP3, MCE 2005 Remote, 29" 4:3 monitor and a 47" Philips 9603H LCD[/SIZE]
scb147
Offline

Posting Freak

Posts: 806
Threads: 77
Joined: Nov 2006
#3
2008-03-21, 01:21 AM
Well, adding the &amp; let me enter the WebRadio screen. But uSirius doesn't recognize the URL now that I've added the &amp;

Is this a problem with the uSirius application, or is the &amp; something that can be worked around in a future release?

I've attached my logs, just in case.
Author of Weather (NPVR) & Weather2 (GBPVR)
MixMan
Offline

Posting Freak

Posts: 1,239
Threads: 100
Joined: Oct 2005
#4
2008-03-21, 10:34 AM
scb147 Wrote:Well, adding the &amp; let me enter the WebRadio screen. But uSirius doesn't recognize the URL now that I've added the &amp;

Is this a problem with the uSirius application, or is the &amp; something that can be worked around in a future release?

I've attached my logs, just in case.

There are no URL parsing errors in the logs now.
But the stream can not be found....404 error.
If you paste that URL into WMP when you are logged in, can you hear the music getting played then?
If so, there is a problem resolving certain stream URLs with the plugin....I guess.
Best Regards
MixMan
[SIZE="1"]
Antec Fusion case with Gigabyte GA-MA78GM-SH, AMD X2 4850e, 2GB RAM, AMD780G Onboard graphics. WinTV-PVR 150 MCE (With FM), Twinhan DVB-T, 750GB + 250GB HDD. Windows XP Pro SP3, MCE 2005 Remote, 29" 4:3 monitor and a 47" Philips 9603H LCD[/SIZE]
scb147
Offline

Posting Freak

Posts: 806
Threads: 77
Joined: Nov 2006
#5
2008-03-21, 01:43 PM
If I paste the URL with the &amp; into WMP, it doesn't play. So I guess I should contact the author of uSirius and have this fixed.

Thanks for looking into this.
Author of Weather (NPVR) & Weather2 (GBPVR)
scb147
Offline

Posting Freak

Posts: 806
Threads: 77
Joined: Nov 2006
#6
2008-03-23, 03:13 AM
OK, figured out everything with uSirius. Looks like part of the URL got chopped. My Target now looks like this:
Code:
<Target>http://66.25.10.68:19080/asx/asx?bandwidth=low&amp;num=1</Target>
Web Radio parses this correctly, and uSirius now sees the request to play it come in. But Web Radio won't play it. I can't use the direct link in WMP because it won't parse the &amp; part of the URL. But if I remove that, WMP plays perfectly.

Attached are my logs.

Also, what do the other XML tags in the RadioStations.xml do? Specifically, Type, HomeURL and CountryCode.
Author of Weather (NPVR) & Weather2 (GBPVR)
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#7
2008-03-23, 03:32 AM
Unfortunately I dont think I can try your radio station. It doesnt let me connect to that URL at all, in WMP or GB-PVR. Its probably because the service is only available to the US or something similar.
scb147
Offline

Posting Freak

Posts: 806
Threads: 77
Joined: Nov 2006
#8
2008-03-23, 12:21 PM
It's actually only available locally on my machine. uSirius is a application that allows a subscriber to Sirius Satellite Radio listen to the online stream without having to use the lame online player Sirius provides. uSirius will take your username/password and log into the site and then give you custom URLs to listen to the streams.

It works when I punch the URL into WMP, just not sure why it's not working with Web Radio...
Author of Weather (NPVR) & Weather2 (GBPVR)
ryanmc
Offline

Member

Posts: 234
Threads: 52
Joined: May 2005
#9
2008-03-23, 10:46 PM
i use it with streams instead of web radio i think i had trouble with webradio for some reason. also try to use your local ip address instead of your wan one if your using it locally i had to use local one from my lan
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#10
2008-03-23, 10:54 PM
Not sure if it is in any way related to these issues, but make sure you don't have the gbpvr UbuRadio plugin installed either. It identifies itself as Web Radio so there is a potential conflict.
Fatman_do
[SIZE="1"]
HTPC: AMD XP+2500, 512MB DDR (400) ~ Capture Device: Hauppage PVR-150
Storage: 30GB OS & Recording, 160GB Post Processing & Archive
Video Output: HD 32" TV via eVGA Geforce 6200le 256MB AGP DVI-HDMI cable out
Audio Output: Turtle Beach Riviera S/PDIF Optic Output (Digital pass thru only) to Home Theater Receiver[/SIZE]

[SIZE="2"]
Moderator | Tutorials | Community Skin | CommunitySkin-SVN[/SIZE]
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  EPGTOOLS.COM is not working TomR 3 3,345 2010-08-12, 12:39 PM
Last Post: TomR
  FM Radio Plugin proceng 5 2,694 2009-05-21, 08:20 AM
Last Post: proceng
  Ubustream - Add radio station mjc8870 1 1,622 2009-02-25, 12:14 AM
Last Post: mjc8870
  Net Radio/Screen Saver causes PVRX2 to lock up pduncan67 5 2,091 2009-02-22, 10:42 PM
Last Post: pduncan67
  XMLTV plugin not working jfm 0 1,771 2009-02-04, 04:00 AM
Last Post: jfm
  Comskip quit working DoPeFiSh 5 2,800 2008-10-06, 04:09 PM
Last Post: DoPeFiSh
  Web Radio graph problem ACTCMS 7 3,767 2008-10-05, 12:50 AM
Last Post: ACTCMS
  WEB-Radio problem Reddwarf 5 2,815 2008-07-13, 05:18 PM
Last Post: Reddwarf
  Plugins are not working. marson 3 2,044 2008-02-24, 07:51 PM
Last Post: Fatman_do
  Trouble using Comclean - mplex1 not working Beerman 0 1,390 2007-11-12, 01:14 AM
Last Post: Beerman

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode