Search found 2 matches
- Mon Jan 21, 2008 1:47 pm
- Forum: Module / Plugin Programming
- Topic: How to get decrypted stream
- Replies: 3
- Views: 7810
Re: How to get decrypted stream
1. Is it possible for DVBDream plugins (MDAPI or DVBDream module) to receive the stream of the selected PID _after_ it has been decrypted? it already does so. check your configuration for the certain plugins Yes, I see now, thanks. Dgrabber server receives the descrambled stream exactly as it does ...
- Mon Jan 21, 2008 3:58 am
- Forum: Module / Plugin Programming
- Topic: How to get decrypted stream
- Replies: 3
- Views: 7810
How to get decrypted stream
Hi. There is a MD-API plugin called dserver which allows to get audio streams of the selected pid via network. For example, you can specify a url in your browser like http://127.0.0.1:31341/PID where PID is the hex number of the audio stream. The plugin uses MD-API MDAPI_START_FILTER message to defi...