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...
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...
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.
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...
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...
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...
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.
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...
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); ...
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...
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.