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) UbuStream, Web Radio and Universe v
« Previous 1 … 4 5 6 7 8
UbuStream v2.0 now officially released

Thread Closed 
 
  • 0 Vote(s) - 0 Average
UbuStream v2.0 now officially released
ubu
Offline

Posting Freak

Posts: 792
Threads: 54
Joined: Jan 2006
#11
2006-12-08, 01:00 AM
McBainUK Wrote:Ha, I remember that old post. Dosn't time fly eh? I've copied over the correct files and now the plugin loads but no stations are listed. On the old plugin there were some example ones, do you know of any streams I could try it out with?
Try the Instant Gratification section in the wiki. Long story short - there's a sample plx file in the UbuStream directory that you can import that will give you 25 stations in 4 groups. Also, all the Dynamic Source apps should work. Try selecting some sections from one of them (CNN, BBC, whatever) and press Test Import. Pretty soon you'll have more stations than you really even wanted. Smile
[SIZE=1]GBPVR v1.3.11 [/SIZE][SIZE=1]HVR-1250, [/SIZE][SIZE=1]ES7300[/SIZE][SIZE=1], 4GB, GeForce 9300, LianLi, Vista.[/SIZE]
[SIZE=1]GBPVR v1.0.08 [/SIZE][SIZE=1]PVR-150, [/SIZE][SIZE=1]P4 2.26GHz, [/SIZE][SIZE=1]1GB,[/SIZE][SIZE=1] GeForce 6200, [/SIZE]Coupden, XP[SIZE=1]
[/SIZE]

Author: UbuStream plugin, UbuRadio plugin, EPGExtra utility.
ubu
Offline

Posting Freak

Posts: 792
Threads: 54
Joined: Jan 2006
#12
2006-12-08, 04:08 AM
McBainUK Wrote:This is the code I use to lookup the GBPVR installation directory from outside the plugin system. Feel free to use/abuse.
Do you have the reg key for Vista yet? Big Grin

So to keep my code changes to a minimum, I was thinking of just adding the following line. Sanity check?

Code:
String gbpvrFolder = String.Empty;
            String ubuFolder = String.Empty;
            try
            {
                RegistryKey rk = Registry.LocalMachine.OpenSubKey("Software\\devnz");
                [B]if (rk == null) rk = Registry.LocalMachine.OpenSubKey("Software\\Wow6432Node\\devnz");[/B]
                gbpvrFolder = (String)rk.GetValue("GBPVR InstallDir");
            }
            catch
            {
                // For testing when GB-PVR is not installed
                gbpvrFolder = "..\\..\\";
            }
            if (Directory.Exists(gbpvrFolder + "\\Plugins"))
                ubuFolder = gbpvrFolder + "\\Plugins\\UbuStream\\";
            else
                 ....error handling....
[SIZE=1]GBPVR v1.3.11 [/SIZE][SIZE=1]HVR-1250, [/SIZE][SIZE=1]ES7300[/SIZE][SIZE=1], 4GB, GeForce 9300, LianLi, Vista.[/SIZE]
[SIZE=1]GBPVR v1.0.08 [/SIZE][SIZE=1]PVR-150, [/SIZE][SIZE=1]P4 2.26GHz, [/SIZE][SIZE=1]1GB,[/SIZE][SIZE=1] GeForce 6200, [/SIZE]Coupden, XP[SIZE=1]
[/SIZE]

Author: UbuStream plugin, UbuRadio plugin, EPGExtra utility.
7ore
Offline

Senior Member

Posts: 598
Threads: 68
Joined: Mar 2006
#13
2006-12-08, 06:46 AM
I've messed around with that installation a lot. And all stations I'd like to keep is mainly on wwmp.com so it's a simple thing to create a new settings file.
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#14
2006-12-08, 10:39 AM
ubu Wrote:Do you have the reg key for Vista yet? Big Grin
Yes but not installed yet.

ubu Wrote:So to keep my code changes to a minimum, I was thinking of just adding the following line. Sanity check?
Tested, works fine.
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
ubu
Offline

Posting Freak

Posts: 792
Threads: 54
Joined: Jan 2006
#15
2006-12-10, 10:57 PM (This post was last modified: 2006-12-10, 11:38 PM by ubu.)
Here's a bugfix patch: [ATTACHMENT NOT FOUND]. Just copy the dll to your Plugins folder. This contains the following changes:
  • Fixed bugs affecting m3u/pls file import and plx file export.
  • Fixed major bug that was disabling the manual AutoSynch process.
  • Support for 64 bit Windows installations.
  • Other minor bug fixes.
I've also included an updated sample plx file (UbuQuickstart.plx). The original version was missing some station descriptions and schedule web site URLs.

VLC Notes:

1) The AFTV movie stations in the sample plx file require a specific VLC preference to be set. I've included the instructions for this in the station descriptions but, if you missed it:

To receive AFTV streams with VLC you need to enable rtp over tcp. From the VLC menu, select "Settings>Preferences", choose "Input/Codecs>Demuxers>RTP/RTSP", then check "Advanced options" and check "Use RTP over RTSP (TCP)". You only need to do this once.

2) The video links captured by the Google video mini-plugin will produce a pop-up warning message if you are using VLC 0.8.5. (If you close it, the video will play normally - but it's annoying.) VLC 0.8.4 plays the video fine without generating the error. So does the 0.8.6 beta version (and also, presumably, the 0.9.0 builds, although I haven't tried them yet).
[SIZE=1]GBPVR v1.3.11 [/SIZE][SIZE=1]HVR-1250, [/SIZE][SIZE=1]ES7300[/SIZE][SIZE=1], 4GB, GeForce 9300, LianLi, Vista.[/SIZE]
[SIZE=1]GBPVR v1.0.08 [/SIZE][SIZE=1]PVR-150, [/SIZE][SIZE=1]P4 2.26GHz, [/SIZE][SIZE=1]1GB,[/SIZE][SIZE=1] GeForce 6200, [/SIZE]Coupden, XP[SIZE=1]
[/SIZE]

Author: UbuStream plugin, UbuRadio plugin, EPGExtra utility.
HTPCGB
Offline

Member

Posts: 215
Threads: 15
Joined: Jun 2006
#16
2006-12-10, 11:33 PM
I now get an error when starting up the ubustream config app. Despite the error, the config app will start. If I then try to import some stations form a dynsource, I get a .net exception. "Web Streams" has also dissapeared from the GBPVR UI.

On a side note, I finished the VLC Overlay yesterday and then found out that VLC 0.86 was out. (DOH!:o ) Hopefully the newer version will have fixes for some of the problems that the 0.85 plugin had.

Edit: I deleted the old ubustream.xml and all the problems dissapeared.

Regards,
HTPCGB
ubu
Offline

Posting Freak

Posts: 792
Threads: 54
Joined: Jan 2006
#17
2006-12-11, 12:32 AM
HTPCGB Wrote:I now get an error when starting up the ubustream config app. Despite the error, the config app will start. If I then try to import some stations form a dynsource, I get a .net exception. "Web Streams" has also dissapeared from the GBPVR UI.
As I mentioned in this earlier post, I attempted to convert xml files from any of the interim formats created by folks helping out with the beta testing. Looks like I didn't succeed for all permutations. :o

Quote:On a side note, I finished the VLC Overlay yesterday and then found out that VLC 0.86 was out. (DOH!:o ) Hopefully the newer version will have fixes for some of the problems that the 0.85 plugin had.
HTPCGB
I don't think 0.8.6 has been released "officially" yet but will be soon. Apparently the VLC folks have split the original 8.6 development such that 0.8.6 will be mainly a bugfix release but all the groovy new features will be in a 0.9.0 release early next year.

I've been testing with the 0.8.6-test2a version and, while it does fix the problem of the spurious pop-up message when playing your Google video links, it has introduced a new problem where it doesn't play nice with my "Hide player when playing audio" code. Hopefully, the final cut will be problem-free.

The 0.9.0 version is available on the VLC "nightly builds" page. I haven't had time to try it yet but it sounds like it is a major rework (especially of the UI, where they've switched to a different widgets library).

Another random thought: will your overlay apps (WMP and VLC) accept a playlist as a parameter (and respond to Skip Next/Pevious keys while playing)? The UbuStream PlayGroups button currently assumes this.
[SIZE=1]GBPVR v1.3.11 [/SIZE][SIZE=1]HVR-1250, [/SIZE][SIZE=1]ES7300[/SIZE][SIZE=1], 4GB, GeForce 9300, LianLi, Vista.[/SIZE]
[SIZE=1]GBPVR v1.0.08 [/SIZE][SIZE=1]PVR-150, [/SIZE][SIZE=1]P4 2.26GHz, [/SIZE][SIZE=1]1GB,[/SIZE][SIZE=1] GeForce 6200, [/SIZE]Coupden, XP[SIZE=1]
[/SIZE]

Author: UbuStream plugin, UbuRadio plugin, EPGExtra utility.
ubu
Offline

Posting Freak

Posts: 792
Threads: 54
Joined: Jan 2006
#18
2006-12-12, 08:00 AM
ubu Wrote:I don't think 0.8.6 has been released "officially" yet but will be soon.
Released today! Smile
[SIZE=1]GBPVR v1.3.11 [/SIZE][SIZE=1]HVR-1250, [/SIZE][SIZE=1]ES7300[/SIZE][SIZE=1], 4GB, GeForce 9300, LianLi, Vista.[/SIZE]
[SIZE=1]GBPVR v1.0.08 [/SIZE][SIZE=1]PVR-150, [/SIZE][SIZE=1]P4 2.26GHz, [/SIZE][SIZE=1]1GB,[/SIZE][SIZE=1] GeForce 6200, [/SIZE]Coupden, XP[SIZE=1]
[/SIZE]

Author: UbuStream plugin, UbuRadio plugin, EPGExtra utility.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): « Previous 1 2


Possibly Related Threads…
Thread Author Replies Views Last Post
  Web Radio 2.10 Released mvallevand 24 11,273 2010-02-22, 02:58 AM
Last Post: Dave72
  Ubustream not working preview neither timeshitf play Toni 2 3,141 2009-05-27, 07:59 PM
Last Post: Toni
  Imposible to start ubustream Toni 3 3,196 2009-05-27, 12:02 PM
Last Post: Toni
  UbuStream plugin - support ubu 42 45,632 2009-03-26, 12:41 AM
Last Post: am2pgs
  UBUStream and version 1.3.11 seansco 10 6,716 2009-03-11, 01:07 PM
Last Post: seansco
  Using Ubustream with MediaMVPs jbyram2 33 40,416 2008-12-12, 04:50 PM
Last Post: jbyram2
  No mouse in web pages from Ubustream 2.2 aa7 0 2,433 2008-03-21, 04:13 AM
Last Post: aa7
  Run external app before UbuStream playback? sgilani 9 4,430 2008-03-16, 05:09 AM
Last Post: sgilani
  YouTube not working via VLC/Ubustream gazoo 4 5,005 2008-03-10, 03:16 PM
Last Post: gazoo
  uefa futsal in ubustream? sglebs 0 2,210 2008-03-02, 03:14 AM
Last Post: sglebs

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

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

Linear Mode
Threaded Mode