Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: HowTo poll a video-stream from a VDR-plugin (especially @KlausSchmidinger)



Rene Bartsch wrote:
> 
> Hi,
> 
> I'm just starting C++, so I can't solve my questions by looking into the
> VDR-code, yet. So, please don't flame me for silly questions ... ;o)
> 
> I want to implement a plugin, which gets a list with the channel-uids
> from VDR (which functions can do that). Then I want to poll A/V-streams
> by it's uid.
> 
> (e.g. if Sat1 would have the uid fj48rh34kgreoig I want to implement a
> function pollAV(string uid) which returns the A/V-stream for
> fj48rh34kgreoig with all PIDs defined in channels.conf. Is there any
> function I can use in VDR?

I'm not sure what you mean with "uid fj48rh34kgreoig". If that's supposed
to be a "unique channel id" then it would typically look something like
S19.2E-0-12188-12003.

What you need to do is to set up a cReceiver derived class. See PLUGINS.html
for details.

Klaus
-- 
_______________________________________________________________

Klaus Schmidinger                       Phone: +49-8635-6989-10
CadSoft Computer GmbH                   Fax:   +49-8635-6989-40
Hofmark 2                               Email:   kls@cadsoft.de
D-84568 Pleiskirchen, Germany           URL:     www.cadsoft.de
_______________________________________________________________


-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index