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 - Beta

Thread Closed 
 
  • 0 Vote(s) - 0 Average
UbuStream v2.0 - Beta
jbyram2
Offline

Member

Posts: 109
Threads: 13
Joined: Dec 2005
#81
2006-12-20, 03:16 AM
ubu Wrote:On another note, I'm finding that your CNN streams play fine with VLC but generate an error when I transcode. Any idea why? I've attached a VLC log but it looks OK to me. (VLC just pukes and gives you one of those error dialogs that lets you click "Details" so you can see some impenetrable M$ dump.) File:[ATTACHMENT NOT FOUND]

I think it might be related to the capabilities of the ffmpeg transcoder, since it is used during transcoding but not during playback. I asked the experts:
http://forum.videolan.org/viewtopic.php?t=29968 Let's see what they say. I am not sure if ffmpeg fully supports windows mediaplayer 9 format, which is what CNN is using.
[SIZE="1"]AMD Duron 1600 / 640MB / 80GB+200GB
Hauppauge PVR-150MCE & 3 X MediaMVP (D3A)
Girder & USB-UIRT -> Samsung SIR-T150 Digital Receiver
Girder & USB-UIRT -> ChannelMaster 9521 antenna rotator
UbuStream + CommunitySkin
100% OTA *no cable, no satellite*[/SIZE]
ubu
Offline

Posting Freak

Posts: 792
Threads: 54
Joined: Jan 2006
#82
2006-12-20, 07:26 AM
jbyram2 Wrote:I think it might be related to the capabilities of the ffmpeg transcoder, since it is used during transcoding but not during playback. I asked the experts:
http://forum.videolan.org/viewtopic.php?t=29968 Let's see what they say. I am not sure if ffmpeg fully supports windows mediaplayer 9 format, which is what CNN is using.
Well, I've figured out what was causing this problem, at least. If you change the acodec=mp2a parm to acodec=mpga instead, it fixes it. It wasn't just the CNN streams being affected by this either. Suddenly a lot of streams can be successfully transcoded that caused VLC to crash before. I've added this info (along with my current take on what still won't transcode and why) in a post in the Using UbuStream with MediaMVPs thread.
[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
#83
2006-12-21, 10:28 PM
Heya ubu,

I've sent you the source code of both overlays. I haven't been able to work on anything over the last few days. Hopefully you can implement your desired features faster this way.

ubu Wrote:Well, I've figured out what was causing this problem, at least. If you change the acodec=mp2a parm to acodec=mpga instead, it fixes it. It wasn't just the CNN streams being affected by this either. Suddenly a lot of streams can be successfully transcoded that caused VLC to crash before. I've added this info (along with my current take on what still won't transcode and why) in a post in the Using UbuStream with MediaMVPs thread.
Excellent! How'd you figure it out?
ubu
Offline

Posting Freak

Posts: 792
Threads: 54
Joined: Jan 2006
#84
2006-12-22, 12:15 AM
HTPCGB Wrote:I've sent you the source code of both overlays. I haven't been able to work on anything over the last few days. Hopefully you can implement your desired features faster this way.
Thanks htpcgb. Much appreciated. As we had discussed, I'm trying to create a single dll for playing network streams that can be used by UbuStream and other GB-PVR plugins that need to play streams. UbuNetStreamPlayer.dll will expose methods to play streams with your internal embedded players, to play streams with external players and to transcode streams to MEPEG-2 for playing with the GB-PVR internal player (so MVP users can play the streams too). I'd like to simply incorporate your classes into this dll class library (if that's OK with you) so we only have a single dll to distribute.

Talking of dll distribution (and all the pesky AX dlls that ActiveX requires - yet another seamless, elegant design from M$ :p ), I'm thinking that I could solve the VLC axvlc.dll registration problem by having a method that has code like:
Code:
if (VLC app exists in the registry && axvlc.dll registry entry is not found)
    Register axvlc.dll;
and then invoke it each time the UbuStream plugin is loaded.

Quote:Excellent! How'd you figure it out?
Brute force and ignorance? In frustration, I finally tried using VLC's transcoding wizard (which I've always avoided since I'd read on the VLC forums that it's really buggy) to transcode one of the CNN streams and it worked! So then I compared the VLC output log to the log produced from using our "standard" transcoding parms and looked for any differences.
[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
#85
2006-12-22, 12:35 AM
ubu Wrote:I'd like to simply incorporate your classes into this dll class library (if that's OK with you) so we only have a single dll to distribute.
You have my full permission to use, modify and distribute in any way the class libraries that I sent to you.
ubu
Offline

Posting Freak

Posts: 792
Threads: 54
Joined: Jan 2006
#86
2006-12-22, 12:53 AM
HTPCGB Wrote:You have my full permission to use, modify and distribute in any way the class libraries that I sent to you.
I'll assume you've granted me a Copyleft licence then. And the class library dll will be free ("as in beer" and also "as in free speech"). Big Grin
[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 (9): « Previous 1 … 5 6 7 8 9
Jump to page 


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