Search found 27 matches

by sgs
Sat Jul 04, 2015 11:38 pm
Forum: Done
Topic: VLC error with DVBDream 2.71
Replies: 2
Views: 12727

Re: VLC error with DVBDream 2.71

Thanks, only tested it for a new minutes but it seems good, not actually sure what PAT override does, guess I should read the docs :)

Looks like a nice upgrade over 2.6 to me so far.
by sgs
Fri Jul 03, 2015 1:29 pm
Forum: Done
Topic: VLC error with DVBDream 2.71
Replies: 2
Views: 12727

VLC error with DVBDream 2.71

I'm getting lots of the following message when streaming to VLC: ts error: libdvbpsi (PSI decoder): TS duplicate (received 0, expected 1) for PID 0 It seems to play ok in VLC but when I transcode and stream it will stop after several seconds. This has been working fine with v2.6a though. I tried dif...
by sgs
Thu Sep 18, 2014 1:44 am
Forum: Test versions of modules & device interfaces and other tools
Topic: GuideR v0.1 EPG module
Replies: 4
Views: 13084

Re: GuideR v0.1 EPG module

It's been a while since I looked at this but I have a bit more time now so hope to clean up a couple of things and post the source.

Keen to know if anyone is actually using this or just general feedback.
by sgs
Fri Jul 25, 2014 3:06 pm
Forum: Done
Topic: no video with streaming enabled
Replies: 1
Views: 11418

no video with streaming enabled

I have two PCs, one has dvbdream installed and is configured to broadcast the live steam directly to the other PC (not using vlc etc... Just the raw UDP stream) I noticed that when the client pc is of, the video on the server pc basically stops, I get a corrupted picture every now and again but othe...
by sgs
Sun Jun 29, 2014 8:14 am
Forum: Test versions of modules & device interfaces and other tools
Topic: GuideR v0.1 EPG module
Replies: 4
Views: 13084

Re: GuideR v0.1 EPG module

I have noticed another bug, if the number of available channels is less than or equal to the number of channels that can be displayed (6), then the channels will not be displayed after scrolling past the first or last channels.
by sgs
Wed Jun 25, 2014 5:03 am
Forum: Module / Plugin Programming
Topic: Better video overlay?
Replies: 14
Views: 32929

Re: Better video overlay?

I've been reading the API for MadVR (which I am currently using with DD) and It looks like this will allow me to get the graphics surface and render to it directly which is what I want. Looking forward to getting the time to try this! To do this with EVR or VMR9 I guess would require creating a cust...
by sgs
Tue Jun 24, 2014 2:51 pm
Forum: Module / Plugin Programming
Topic: New SDK functions ? What else do you need? for the next SDK
Replies: 15
Views: 46737

Re: New SDK functions ? What else do you need? for the next

I can hook the DD message queue to get key events but it would be nice if I could give an array of custom command ids to DD, DD allows the user to assign shortcut keys to these commands and then DD sends DDEVENT messages with the relevant command when the user presses the keys. Other than writing th...
by sgs
Tue Jun 24, 2014 1:47 pm
Forum: Test versions of modules & device interfaces and other tools
Topic: GuideR v0.1 EPG module
Replies: 4
Views: 13084

Re: GuideR v0.1 EPG module

I've been experimenting with making the epg transparent, ideally I would like to be able to render to the video surface and be able to apply effects (e.g, blurring) to the video. As a halfway measure I found that I can take advantage of the Aero glass feature of Windows 7, the following is a modifie...
by sgs
Tue Jun 24, 2014 11:30 am
Forum: Feature Requests
Topic: Multi recorder suggestion
Replies: 5
Views: 10268

Re: Multi recorder suggestion

Well I don't disagree with you about that, I have lnb's for 28.2 and 19.2 and it would be nice if I could switch between the two without restarting DVBDream.
by sgs
Tue Jun 24, 2014 1:33 am
Forum: Module / Plugin Programming
Topic: Better video overlay?
Replies: 14
Views: 32929

Re: Better video overlay?

I haven't had time to try DDMODAPI_GET_DS_POINTERS yet but I did manage to get a similar effect (windows 7) by using DwmEnableBlurBehindWindow to make the background transparent. gives the video a nice blurred effect when the epg is overlaid too... of course I have a clear (white) glass effect on my...
by sgs
Sun Jun 22, 2014 10:02 pm
Forum: Feature Requests
Topic: Multi recorder suggestion
Replies: 5
Views: 10268

Re: Multi recorder suggestion

There is an option in the configuration for specifying the path of the channel list file and also an option for making the channel list read only.

I presume that this is intended to allow multiple copies of DD to share a channel list.
by sgs
Sun Jun 22, 2014 9:55 pm
Forum: Test versions of modules & device interfaces and other tools
Topic: GuideR v0.1 EPG module
Replies: 4
Views: 13084

Re: GuideR v0.1 EPG module

Btw if you're reading this rel, I had trouble with the DDMODAPI_CHL_GET_POINTER2 call. I used the code from the MFC module test helpers function: TCHL *chl; TChlChannel *chl_Channels; int MAX_CHANNELS = 8000; MAX_CHANNELS = SendMessage(hDDwnd, WM_MODULE_MSG, DDMODAPI_CHL_GET_POINTER2, (long) &chl); ...
by sgs
Sun Jun 22, 2014 2:06 pm
Forum: Test versions of modules & device interfaces and other tools
Topic: GuideR v0.1 EPG module
Replies: 4
Views: 13084

GuideR v0.1 EPG module

Here is the first cut of my epg module. Please feel free to test this and give feedback. This guide uses an XMLTV file as a data source and is modelled on the windows media centre guide. read the readme file for more details. NOTE: This module is very immature and has only been tested on one machine...
by sgs
Mon Jun 09, 2014 12:51 am
Forum: Module / Plugin Programming
Topic: Better video overlay?
Replies: 14
Views: 32929

Re: Better video overlay?

Thanks I will have a play, although having read more of the documentation for the mixer it seems that the bitmaps only get updated with new frames.. I guess this will be a problem when DD can't tune a channel for whatever reason.
by sgs
Thu Jun 05, 2014 1:43 am
Forum: Module / Plugin Programming
Topic: Better video overlay?
Replies: 14
Views: 32929

Re: Better video overlay?

Also plan to add extra programme information from the XMLTV data and colour programme cells based on category.

Go to advanced search