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
HTPCGB
Offline

Member

Posts: 215
Threads: 15
Joined: Jun 2006
#11
2007-02-26, 11:23 AM
Sorry for the delay ubu; here are the logs.
Server:
[SIZE="1"]Intel E2180@2GHZ| 4 GB RAM | PVR150 Retail | Vista Home Premium | GBPVR 1.3.7[/SIZE]
ubu
Offline

Posting Freak

Posts: 792
Threads: 54
Joined: Jan 2006
#12
2007-02-26, 12:09 PM
HTPCGB Wrote:Sorry for the delay ubu; here are the logs.
The error is coming from DirPath, which is a little class I use to set all the folder names I need. Here's what it does:

1) Gets your gbpvr install dir from the registry. This should be OK unless you're running Vista or something. Smile
2) Reads your config.xml file and tries to get the values for <MusicLibraryDirectory> and <VideoLibraryDirectory>.
3) If it can't find them, tries to use Environment.SpecialFolder.MyMusic and Environment.SpecialFolder.Personal instead (should equate to "My Documents\My Music" and "My Documents" on XP systems).

The code for step 2 isn't quite as bulletproof as I'd like it to be (should probably rewrite it anyway) so that's the most likely candidate.

BTW - thanks once again for coming up with the embedded overlay player idea and building the WMP and VLC prototypes. They're now part of the UbuNetStreamPlayer.dll library. As you can see, I went ahead and did the RealPlayer and QuickTime ones as well (I would have done Winamp as well but it looked way too flaky). As you may have read earlier in this thread, I still haven't got the keystroke handling for WMP and VLC to work quite as advertised. Sad
[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
#13
2007-02-26, 01:18 PM
Oh dear! Good thing I've got a second machine to test this beta on, otherwise there'd be hell to pay in the household screwing things up again!

I can't started with any of the dynsources! Having also removed ubustream.xml and starting over, I still have the same problem namely:

After checking one or more sections and then execute, I get error message
  • "No sections are currently selected for :[dynsourceapp]". No sections are copied across to the 'Selected Sections' panel either.
  • So I then thought, ok, I need to configure, but then after selecting the defaults, and then save, I get a windows execution "Column Aspect_Ratio does not allow nulls."
I note that one can now choose the aspect ratio, however don't the streams have defaults? I noted your comment in another thread on OzABCDynsource the suggested you were initially seeing the ABC videos in 4:3, but they are actually widescreen 16:9. Interestingly, my WMP automatically selected the correct aspect ratio - it must be in the default settings, because I didn't do anything intentionally to select 16:9. My concern is that with these new advanced options the wrong setting might be chosen by the user. Can't the player automatically detect the clip aspect ratio and left the player play the default - WMP seems to do this correctly for me in full screen mode?
[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]
HTPCGB
Offline

Member

Posts: 215
Threads: 15
Joined: Jun 2006
#14
2007-02-26, 09:40 PM
ubu Wrote:As you may have read earlier in this thread, I still haven't got the keystroke handling for WMP and VLC to work quite as advertised. Sad

Are you still handling keypresses on a form level basis using (this.keypreview = true) and then suppressing the keystrokes? I remember that this worked quite well for the embedded VLC player.
Server:
[SIZE="1"]Intel E2180@2GHZ| 4 GB RAM | PVR150 Retail | Vista Home Premium | GBPVR 1.3.7[/SIZE]
ubu
Offline

Posting Freak

Posts: 792
Threads: 54
Joined: Jan 2006
#15
2007-02-26, 11:53 PM
ralphy Wrote:Oh dear! Good thing I've got a second machine to test this beta on, otherwise there'd be hell to pay in the household screwing things up again!
You think you've got problems! My "production" machine stopped recording the Oscars when the EPG said the show was scheduled to end last night. So it missed the last two hours of the Oscars. WAF is now close to zero. :o

Quote:I can't started with any of the dynsources! Having also removed ubustream.xml and starting over, I still have the same problem namely:

After checking one or more sections and then execute, I get error message
  • "No sections are currently selected for :[dynsourceapp]". No sections are copied across to the 'Selected Sections' panel either.
  • So I then thought, ok, I need to configure, but then after selecting the defaults, and then save, I get a windows execution "Column Aspect_Ratio does not allow nulls."
Whoops! It's not often I blame Microsoft (I'm sure MS software never contains bugs Smile ) but I do notice that every once in a while the C# Visual Studio designer will just lose one or more of the event handler definitions. In this case, I made a couple of small cosmetic changes to the config app's UI just before uploading the zip to the wiki and the handler for the DynSource section selection checkboxes appears to have got wiped out in the process. (You might not have noticed, but the sections you selected weren't actually showing up in the slected sections list.) I'll go through all the "clickable" items to make sure the handlers are still there and upload a "fixed" version to the wiki later today.

The second item is my bad. Trouble is, I test everything with a fully populated database but, when I then switch to testing with a fresh, empty database, I never manage to test every function. I'll fix that today too. Thanks for catching both these bugs so promptly.

Quote:I note that one can now choose the aspect ratio, however don't the streams have defaults? I noted your comment in another thread on OzABCDynsource the suggested you were initially seeing the ABC videos in 4:3, but they are actually widescreen 16:9. Interestingly, my WMP automatically selected the correct aspect ratio - it must be in the default settings, because I didn't do anything intentionally to select 16:9. My concern is that with these new advanced options the wrong setting might be chosen by the user. Can't the player automatically detect the clip aspect ratio and left the player play the default - WMP seems to do this correctly for me in full screen mode?
I'm trying to handle all the possibilities you might encounter. This varies based on the stream itself, whether you're using Preview or Timeshift, whether you are using an MVP, the characteristics of your TV (overscan, etc.). So there isn't a simple answer to your quesion. The "aspect ratio" section of the README file attempts to address the different options.

In Preview Play, the internal player will initially display the video using the aspect ratio the player has chosen (this will be exactly the same as if you'd used the external player). Most often, the player will detect the aspect ratio from the stream and get it right. Pressing F7 (or Sub/CC) the first time will show the same image but adjusted for the overscan on your TV (using the overscan settings you have defined in config.xml). Usually, these two options will be all you need. But for "problem streams" Subsequent F7 presses will cycle through "forcing" the image to 16:9, 16:10 and 4:3. I'm waiting for feedback from users with different kinds of setups, playing different streams to see if I've got the algorithm right so I can adjust it for the "real world".

The aspect ratio settings on the advanced station config window are only used by Timeshift Play. They provide instructions to the transcoder for the size of the output mpeg2 video image. They are likely to be most useful for MVP users.
[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.
FirstTeamOPS
Offline

Member

Posts: 245
Threads: 21
Joined: Mar 2006
#16
2007-02-27, 05:30 AM (This post was last modified: 2007-03-28, 04:14 AM by FirstTeamOPS.)
ubu Wrote:No, that's clear. I understand what you're saying. So, when you say "launch", which method are you using to launch the stream?
Ah, there is a difference... and I noticed something weird which seems more like a logic error in the code where something isn't set until the second call of the Play function (having done a little programming myself). The first time I click any stream and click the Play button, the stream opens externally. I close WMP. Every time after the first time clicking Play, it opens internally.

I'll tell you what I'm doing from the mouse to make it simple. Close GB-PVR and re-open. I am at the Stations window (Web Streams -> Stations). I'll use a stream I have setup to make it a little simpler.

I have WJR & WLS programmed in (yea, I'm a talk radio junkie Wink ). Anyway,
I click WJR and click the Play button, it opens externally in WMP.
I close WMP.
I click WJR and click the Play button a second time, it opens internally (with your comic Smile ).
Close GB-PVR, re-open (just to show all code is reset), and back at the Stations window.
If I double click WJR and click Preview Play, it always opens internally.

And when I say it's opened internally, that also means I have control of it with the remote (ie Back/Exit).

ubu Wrote:This does look like a bug. From your log, I can see generally where in the code this problem is happening but not why it's happening. Can you please attach your UbuStream.xml file so I can see what data might be triggering this? That will also allow me to exactly reproduce the problem on my test system.
There it is: Good Luck! Big Grin and as always, let me know if you need anything else.
ubu
Offline

Posting Freak

Posts: 792
Threads: 54
Joined: Jan 2006
#17
2007-02-27, 06:04 AM
HTPCGB Wrote:Are you still handling keypresses on a form level basis using (this.keypreview = true) and then suppressing the keystrokes? I remember that this worked quite well for the embedded VLC player.
Funny you should mention that. I switched to using the VLC plugin control's PreviewKeyDown event (with KeyPreview still switched on for the form) and that seemed to work just as well. I figured that was maybe how you were "meant" to do it (plus I could use regular Keys enum types instead of having to save away the Keycodes). And it works fine on my test system, but on my production system, VLC still grabs the keystrokes (except for Esc and Home) so now I'm wondering if it's a timing issue and if your "keystroke timer" approach was right all along. (Wierd, because the two systems are pretty much equivalent except the production system has more RAM).

Did you get anywhere with your install problem? I forgot to mention in my last post that, if you let me have the <MusicLibraryDirectory> and <VideoLibraryDirectory> lines from your config.xml file, that might give me a clue. If that doesn't give us a "smoking gun", then I'll cut you a version of the plugin with a whole bunch of log messages so we can see what's happening in DirPath.
[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
2007-02-27, 06:40 AM
So here's an update to the beta: [ATTACHMENT NOT FOUND]
Just replace UbuStreamPlugin.dll in your Plugins directory. This should fix the following:

ralphy Wrote:After checking one or more sections and then execute, I get error message
  • "No sections are currently selected for :[dynsourceapp]". No sections are copied across to the 'Selected Sections' panel either.
  • So I then thought, ok, I need to configure, but then after selecting the defaults, and then save, I get a windows execution "Column Aspect_Ratio does not allow nulls."
Your sections should now show up in the selected sections list (and a new group under "Groups" in the tree) when you check the section. Your DynSource app is now working for me when I press Execute. The aspect ratio is now getting set correctly the first time you configure a DynSource.

FirstTeamOPS Wrote:3. When I open GB-PVR click Web Streams -> either All Stations or Ungrouped -> All Stations, it goes back to the GB-PVR main menu and says "Error: Object reference not set to an instance of an object." If I try to go back into Web Streams from the main menu, I get the error again. I have to close GB-PVR and reopen it so I can go back into Web Streams.
Open GB-PVR.
Click Web Streams.
Click Stations (which brings up 8 buttons on the left (groups, play, stop, etc.) and the two streams I have programmed in the box to the right).
Click All Streams.
Get error.
Now works as advertised. It was trying to find the media player icon for a station called "No stations matching type/group to display". Not surprisingly, it couldn't. Smile

I'm still chasing your problem with the external version of WMP being used instead of the internal one the first time you use it. I can reproduce this on my test system using your UbuStream.xml file. I'll let you know when I've found the bug.
[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
#19
2007-02-27, 06:58 AM
happyhammer Wrote:cant get rid of uburecordingservicecontroller.exe (trying to do a fresh install)

get access is denied all the time i try to delete it, what am i doing wrong?
UbuRecordingService is running as a Windows service so you have to stop it and uninstall it first. Open the UbuRecordingService Controller window (use the shortcut). Click the Stop button. When it has stopped, click the Uninstall button. It might take a couple of secs to uninstall. Then close the window and you should be able to remove the UbuRecordingService directory (and/or its files). Let me know if you have any problems with 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
#20
2007-02-27, 07:59 AM
Download: [ATTACHMENT NOT FOUND]
Unzip to your Plugins folder. In addition to the bugs fixed in Patch1 (see my earlier post), this one fixes:

FirstTeamOPS Wrote:... and I noticed something weird which seems more like a logic error in the code where something isn't set until the second call of the Play function (having done a little programming myself). The first time I click any stream and click the Play button, the stream opens externally. I close WMP. Every time after the first time clicking Play, it opens internally.
Pesky uninitialized variable. I've mainly been testing playing streams from the pop-up dialog (since it's my "new baby", UI-wise) so I missed this one. Well caught!
[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 (11): « Previous 1 2 3 4 5 … 11 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Ubustream not working preview neither timeshitf play Toni 2 3,222 2009-05-27, 07:59 PM
Last Post: Toni
  Imposible to start ubustream Toni 3 3,310 2009-05-27, 12:02 PM
Last Post: Toni
  UbuStream plugin - support ubu 42 46,193 2009-03-26, 12:41 AM
Last Post: am2pgs
  UBUStream and version 1.3.11 seansco 10 6,934 2009-03-11, 01:07 PM
Last Post: seansco
  Using Ubustream with MediaMVPs jbyram2 33 40,908 2008-12-12, 04:50 PM
Last Post: jbyram2
  No mouse in web pages from Ubustream 2.2 aa7 0 2,507 2008-03-21, 04:13 AM
Last Post: aa7
  Run external app before UbuStream playback? sgilani 9 4,630 2008-03-16, 05:09 AM
Last Post: sgilani
  YouTube not working via VLC/Ubustream gazoo 4 5,115 2008-03-10, 03:16 PM
Last Post: gazoo
  uefa futsal in ubustream? sglebs 0 2,284 2008-03-02, 03:14 AM
Last Post: sglebs
  Ubustream in PVRX2 markfarey 4 3,981 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