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 Next »
UbuStream v2.1 Beta finally available

Thread Closed 
 
  • 0 Vote(s) - 0 Average
UbuStream v2.1 Beta finally available
FirstTeamOPS
Offline

Member

Posts: 245
Threads: 21
Joined: Mar 2006
#51
2007-03-13, 03:05 AM
Two questions:
I have a bunch of WMP streams currently setup and all set for the internal player. I can reproduce these on any WMP stream I listen to.

1. Is the system screen saver supposed to activate when I'm playing a stream? Not the GB-PVR screen saver but the system screen saver activates after the specified time in the Display properties. That means I have no control with the remote and my system locks. Anyway to prevent the system screen saver from activating as the GB-PVR software does?

2. When the internal player starts playing after the splash screen, I see the WMP visualization. It displays fine for 10 seconds, then freezes (stops) for 2 seconds, displays for 10, freezes for 2... and it keeps repeating this. The audio continues to play with no problem there. It's the visualization that freezes. I'm wondering if anyone else is experiencing this? The CPU load is at most 2% when this happens with no spikes. I can play the same stream in WMP (outside GB-PVR) and have no problem with the full screen visualization.

Any ideas?
Otherwise, everything is working fine. Thanks.
ubu
Offline

Posting Freak

Posts: 792
Threads: 54
Joined: Jan 2006
#52
2007-03-13, 05:13 AM
FirstTeamOPS Wrote:1. Is the system screen saver supposed to activate when I'm playing a stream? Not the GB-PVR screen saver but the system screen saver activates after the specified time in the Display properties. That means I have no control with the remote and my system locks. Anyway to prevent the system screen saver from activating as the GB-PVR software does?
I haven't experienced this because I have the Windows screen saver turned off on most of my computers. On my HTPC it is redundant with the GB-PVR screen saver (and I have GB-PVR running 99% of the time). On my dev machine, I have it turned off because I have known it to interfere with long ftp file transfers or Bittorrent downloads. Screen savers were originally developed to "save" your screen from burning the image into the physical display (if you left it displaying the same image for too long) back when most of us used phosphor based video display monitors. With today's display monitors they seem more like a "toy" than anything else. I seem to remember that the system screen saver will also activate if you are playing an audio stream in the native (external) WMP.

Quote:2. When the internal player starts playing after the splash screen, I see the WMP visualization. It displays fine for 10 seconds, then freezes (stops) for 2 seconds, displays for 10, freezes for 2... and it keeps repeating this. The audio continues to play with no problem there. It's the visualization that freezes. I'm wondering if anyone else is experiencing this? The CPU load is at most 2% when this happens with no spikes. I can play the same stream in WMP (outside GB-PVR) and have no problem with the full screen visualization.
I haven't experienced this myself however I have to say that I'm not a big fan of the WMP activex component. Of all the activex controls I've used to implement the internal players, the M$ one has given me the most grief. (Very surprisingly, the RealPlayer one was the easiest to implement and pretty much worked, as advertised, right out of the box.) The impression I get is that M$ has better support for the WM player when embedded in a web page than when used in their own .Net product. Sad

The only workarounds I can suggest is a) Use the VLC internal player instead (it only has one decent visualization but it's a good one) since it will play most wma streams or b) use Timeshift Play instead (the GB-PVR audio player uses the WM visualizations).

Maybe somebody else has a suggestion as to why this is happening. If I knew what was causing it, I'd be glad to fix it.
[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
#53
2007-03-13, 07:55 AM
I'll be gone for the next three weeks so I won't be answering any posts on the UbuStream forum. (I'm going back to the "old country" - England - to visit relatives and friends. Not sure if they have the internet there. Big Grin ).

So I've decided to hold off on an "official" v2.1 release until after I get back. In the meanwhile, here's the latest bugfix patch: [ATTACHMENT NOT FOUND]

Just apply it to the current Beta version from the wiki. It has fixes to most of the stuff ralphy "uncovered" since the last Beta release. Also some usability improvements (hopefully) to the internal players.

Later.
[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.
ralphy
Offline

Senior Member

Posts: 255
Threads: 51
Joined: Nov 2006
#54
2007-03-17, 12:19 AM
For some reason I didn't get an email notification of this post, so only loaded the patch today. Unfortunately, got a unhandled exception. Has anyone managed to install the patch successfully. I even reloaded 2.1 Beta from the Wiki again to be sure.:confused:

If I press 'continue' in the exception message, I get a new panel, showing the channel and player configuration, but 'OK' then terminates the app.

The problem might be the nulls in the player list, but when I enter some data here, the 'traditional' config still wont start.


Code:
************** Exception Text **************
System.Data.ConstraintException: Failed to enable constraints. One or more rows contain values violating non-null, unique, or foreign-key constraints.
   at System.Data.DataSet.FailedEnableConstraints()
   at System.Data.DataSet.EnableConstraints()
   at System.Data.DataSet.set_EnforceConstraints(Boolean value)
   at System.Data.XmlDataLoader.LoadData(XmlReader reader)
   at System.Data.DataSet.ReadXml(XmlReader reader, Boolean denyResolving)
   at System.Data.DataSet.ReadXml(String fileName)
   at UbuStreamPlugin.UbuStreamConfigForm.UbuStreamConfigForm_Load(Object sender, EventArgs e)
   at System.Windows.Forms.Form.OnLoad(EventArgs e)
   at System.Windows.Forms.Form.OnCreateControl()
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl()
   at System.Windows.Forms.Control.WmShowWindow(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ContainerControl.WndProc(Message& m)
   at System.Windows.Forms.Form.WmShowWindow(Message& m)
   at System.Windows.Forms.Form.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
UbuStreamConfig
    Assembly Version: 2.1.0.0
    Win32 Version: 2.1.0.0
    CodeBase: file:///C:/Program%20Files/devnz/gbpvr/Plugins/UbuStreamConfig.exe
----------------------------------------
System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
UbuStreamPlugin
    Assembly Version: 1.0.2324.4196
    Win32 Version: 1.0.2324.4196
    CodeBase: file:///C:/Program%20Files/devnz/gbpvr/Plugins/UbuStreamPlugin.DLL
----------------------------------------
System.Data
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
Accessibility
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
[SIZE="1"]Silverstone GD01S-MXR (three dead rows of pixels in the LCD and defective remote control), Power: Zalman ZM460B-APS (blew up - can't remember what's there now); CPU: Pentium D 3.2 GHz with Asus V72 Cooler; MD: Asus P5LD2 Deluxe 2048MB,
WDC WD10EADS 1TB Data, 320GB System, Asus EN9400GT Silent 512MB, Hauppauge HVR 1300,
XP Home SP3, GB-PVR 2.0, ExternalDisplay v0.3[/SIZE]
FirstTeamOPS
Offline

Member

Posts: 245
Threads: 21
Joined: Mar 2006
#55
2007-03-18, 01:17 AM
Confirmed. I didn't get the on screen error, but the plugin doesn't load.

Quote:2007-03-17 09:12:44.328 INFO [1] UbuRadio plugin is loading...
2007-03-17 09:12:44.375 INFO [1] Reading C:\Program Files\devnz\gbpvr\UbuStream.xml
2007-03-17 09:12:44.390 ERROR [1] Error initializing menu plugin: C:\Program Files\devnz\gbpvr\plugins\UbuStreamPlugin.dll
2007-03-17 09:12:44.390 ERROR [1] Exception has been thrown by the target of an invocation.
2007-03-17 09:12:44.390 ERROR [1] at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandle& ctor, Boolean& bNeedSecurityCheck)
at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean fillCache)
at System.RuntimeType.CreateInstanceImpl(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean fillCache)
at System.Activator.CreateInstance(Type type, Boolean nonPublic)
at GBPVR.Backend.Common.xc4f12ec3a8a4c96b.xb77fa95273e0c228(Boolean x8bae2a88590d8cc0)
2007-03-17 09:12:44.390 ERROR [1] Inner exception: System.Data.ConstraintException: Failed to enable constraints. One or more rows contain values violating non-null, unique, or foreign-key constraints.
at System.Data.DataSet.FailedEnableConstraints()
at System.Data.DataSet.EnableConstraints()
at System.Data.DataSet.set_EnforceConstraints(Boolean value)
at System.Data.XmlDataLoader.LoadData(XmlReader reader)
at System.Data.DataSet.ReadXml(XmlReader reader, Boolean denyResolving)
at System.Data.DataSet.ReadXml(String fileName)
at UbuStreamPlugin.UbuStreamPluginTask.readStationsFromXML()
at UbuStreamPlugin.UbuStreamPluginTask..ctor()
2007-03-17 09:12:44.390 ERROR [1] at System.Data.DataSet.FailedEnableConstraints()
at System.Data.DataSet.EnableConstraints()
at System.Data.DataSet.set_EnforceConstraints(Boolean value)
at System.Data.XmlDataLoader.LoadData(XmlReader reader)
at System.Data.DataSet.ReadXml(XmlReader reader, Boolean denyResolving)
at System.Data.DataSet.ReadXml(String fileName)
at UbuStreamPlugin.UbuStreamPluginTask.readStationsFromXML()
at UbuStreamPlugin.UbuStreamPluginTask..ctor()
ralphy
Offline

Senior Member

Posts: 255
Threads: 51
Joined: Nov 2006
#56
2007-03-18, 09:43 AM
I thought that patch 4 might have fixed this error, but since I can't load patch 4, I figured I'd post the problem anyways..

When trying to timeshift play a dynsource video stream, I get the 'buffering' message. Since nothing seems to be happening (I think I already mentioned I am impatient!), I abort with back/esc.

Then, whenever I try to play any webstream, I get "Error: Object reference not set to an instance of object". I need to restart GBPVR to be able to use UBUStream again.

Here are the logs...
[SIZE="1"]Silverstone GD01S-MXR (three dead rows of pixels in the LCD and defective remote control), Power: Zalman ZM460B-APS (blew up - can't remember what's there now); CPU: Pentium D 3.2 GHz with Asus V72 Cooler; MD: Asus P5LD2 Deluxe 2048MB,
WDC WD10EADS 1TB Data, 320GB System, Asus EN9400GT Silent 512MB, Hauppauge HVR 1300,
XP Home SP3, GB-PVR 2.0, ExternalDisplay v0.3[/SIZE]
ubu
Offline

Posting Freak

Posts: 792
Threads: 54
Joined: Jan 2006
#57
2007-03-28, 08:16 PM
I'm back from my vacation. I'm still a bit jet-lagged but I'd like to sort out this data constraint issue. Could either or both of you send me your UbuStream.xml file so I can reproduce the problem.

Once I've figured out that problem, I'll take a look at ralphy's issue with hitting the Back button while buffering.
[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.
ralphy
Offline

Senior Member

Posts: 255
Threads: 51
Joined: Nov 2006
#58
2007-03-28, 11:41 PM
Welcome back! Hope you had a good break.

Here's my current ubustream.xml file.
[SIZE="1"]Silverstone GD01S-MXR (three dead rows of pixels in the LCD and defective remote control), Power: Zalman ZM460B-APS (blew up - can't remember what's there now); CPU: Pentium D 3.2 GHz with Asus V72 Cooler; MD: Asus P5LD2 Deluxe 2048MB,
WDC WD10EADS 1TB Data, 320GB System, Asus EN9400GT Silent 512MB, Hauppauge HVR 1300,
XP Home SP3, GB-PVR 2.0, ExternalDisplay v0.3[/SIZE]
ubu
Offline

Posting Freak

Posts: 792
Threads: 54
Joined: Jan 2006
#59
2007-03-29, 02:43 AM
ralphy Wrote:Welcome back! Hope you had a good break.

Here's my current ubustream.xml file.
Well, that xml file works just fine wth my current test system. So, either you have somehow "fixed" it (unlikely) or my Patch 4 together with the wiki version is somehow different from my current installation.

I'll put together a new "full" version when I get a moment (still dealing with stuff that's been piling up while I've been away).

On the other problem (hitting the back button while buffering), can you check that you have a valid UbuNetStreamPlayer.dll.config file in your gbpvr directory. It looks like UbuStream may not be picking up the correct StayAliveRequestInterval value.
[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.
ralphy
Offline

Senior Member

Posts: 255
Threads: 51
Joined: Nov 2006
#60
2007-03-29, 10:48 AM
ubu Wrote:On the other problem (hitting the back button while buffering), can you check that you have a valid UbuNetStreamPlayer.dll.config file in your gbpvr directory. It looks like UbuStream may not be picking up the correct StayAliveRequestInterval value.


That's the problem - no config file. Smile Now the question is, why wasn't it present? The only thing I can think of is that when I did the install of 2.1, I chose not to install the recording service (as mentioned earlier). Of course, this meant I had to install it separately later, but it is the only obvious difference I can think of between my production system (which had no config file), and the test system (which had the config file)
[SIZE="1"]Silverstone GD01S-MXR (three dead rows of pixels in the LCD and defective remote control), Power: Zalman ZM460B-APS (blew up - can't remember what's there now); CPU: Pentium D 3.2 GHz with Asus V72 Cooler; MD: Asus P5LD2 Deluxe 2048MB,
WDC WD10EADS 1TB Data, 320GB System, Asus EN9400GT Silent 512MB, Hauppauge HVR 1300,
XP Home SP3, GB-PVR 2.0, ExternalDisplay v0.3[/SIZE]
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (11): « Previous 1 … 4 5 6 7 8 … 11 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Ubustream not working preview neither timeshitf play Toni 2 3,041 2009-05-27, 07:59 PM
Last Post: Toni
  Imposible to start ubustream Toni 3 3,088 2009-05-27, 12:02 PM
Last Post: Toni
  UbuStream plugin - support ubu 42 44,830 2009-03-26, 12:41 AM
Last Post: am2pgs
  UBUStream and version 1.3.11 seansco 10 6,488 2009-03-11, 01:07 PM
Last Post: seansco
  Using Ubustream with MediaMVPs jbyram2 33 39,717 2008-12-12, 04:50 PM
Last Post: jbyram2
  No mouse in web pages from Ubustream 2.2 aa7 0 2,361 2008-03-21, 04:13 AM
Last Post: aa7
  Run external app before UbuStream playback? sgilani 9 4,208 2008-03-16, 05:09 AM
Last Post: sgilani
  YouTube not working via VLC/Ubustream gazoo 4 4,884 2008-03-10, 03:16 PM
Last Post: gazoo
  uefa futsal in ubustream? sglebs 0 2,138 2008-03-02, 03:14 AM
Last Post: sglebs
  Ubustream in PVRX2 markfarey 4 3,759 2008-02-27, 02:42 AM
Last Post: markfarey

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

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

Linear Mode
Threaded Mode