Search the Community
Showing results for tags 'plugin'.
-
How to set and use [ removed, violating forum rule §13] with DVBViewer
saro_ironi posted a topic in Newbies DVBViewer Pro/GE
Hello, How can I use the [ removed, violating forum rule §13] in the DVBViewer Pro? Do I have to install a plugin to do that?-
- [ removed
- violating forum rule §13]
- (and 3 more)
-
Hallo zusammen, ich möchte für den DVBViewer und den Media Server plugins schreiben die (im ersten Schritt Daten im TS-Datenstrom abgreifen, später dann auch manipulieren) Gibt es irgendwo ein Projektbeispiel für Visual Studio in c++ oder c? Ich konnte leider keines finden, oder war nicht in der Lage einen passenden Suchbegriff zu formulieren. Grüße Thomas
-
Hallo. Ich wollte mich mal an einem eigenen Plugin versuchen. Als Informations-Quelle habe ich die DVBViewer Plugin SDK Hilfedatei und das Beispielprojekt "myPrograms". Will in dem Plugin eigentlich nur ein paar statistische Informationen zum TS Stream abfassen für den Anfang. Als Typ "Plugin". Nicht per COM auf den DVBViewer selbst zugreifen oder so. Benutze dafür Delphi 10.3.1. Habe mir ein DLL Projekt erstellt (32 Bit) und folgende Funktionen exportiert: - Copyright - Version - LibTyp - PluginName - SetAppHandle - EventMsg - SetMenuHandle - MenuItemClick - Execute - PidCallback Die ersten 4 Funktionen geben auch Daten zurück. Jetzt habe ich die DLL mal in das DVBViewer Plugins Verzeichnis gepackt. Den DVBViewer gestartet und mit dem Process Explorer (aktuelle Version) geschaut, was für DLL geladen werden. Meine DLL ist dabei nicht zu sehen. Nehme ich den "DLL Explorer" und schaue mir z.B. die Universal.dll aus dem Plugins-Verzeichnis an und meine DLL, sind die korrekten Exports da (meiner fehlen natürlich die Imports und der Universal die Stream-bezogenen Funktionen). Habe dann testweise mal "myPrograms" compiliert und in Plugins gelegt - auch diese ist im Process Explorer nicht zu finden. Sie scheinen nicht geladen zu werden. Woran kann das liegen? Was mache ich falsch? Kann es am Compiler liegen? Brauche ich eventuell ein sehr viel älteres Delphi?
-
hi, can i set plugins in "C:\Program Files (x86)\DVBViewer\Plugins\Plugins1" only for encrypted channels or FTA channels?
-
Hi all - hope this is in the right forum! Didn't put it in the Plugins forum as that seems to be about third party plugins rather than official ones. I am running DVBViewer Pro V5.6.1.0 with NetStreaming.dll V1.4.6.0. I have NetStreaming configured with Unicast on port 1234 and can access the stream over my local network in VLC... however I have had problems trying to access the stream on my TV. I was hoping to be able to open the stream in an app on my Android device and cast it to my Chromecast to view on TV... but haven't had much luck so far. Many apps seem to have difficulty processing AC3 audio in the streams though, and any app that does allow the video to run doesn't seem to support casting. I have tried casting my PC screen to Chromecast via the Chrome plugin but sadly this is experimental and results in dropped frames. I've even tried installing Plex server on my PC and setting it up with an IPTV bundle but sadly this doesn't seem to work either! Basically I'm hoping that somebody has a solution that works. Even if it means running another service that transcodes the stream and rebroadcasts it. It's only for personal use and I don't plan on broadcasting to a large audience - just me. I have considered the Recording Service software but sadly that doesn't seem to play nice with the plugins. In addition to the Chromecast I also have the following devices available to use if a suggestion requires it: Apple TV (not the most recent one), Amazon Fire TV Stick, PS3, Raspberry Pi 2 Model B. Many thanks in advance if anybody can suggest a solution!
- 8 replies
-
- netstreaming
- plugin
-
(and 1 more)
Tagged with:
-
Hallo Community. Gibt es ein DVBViewer Rainmeter Addon/Plugin vomit ich in einem sepperatem fenster auf dem Destop das TV Bild laufenlassen kann ? Zur verdeutlichung was bzw wie ich das meine hier mal eine kleine Fotomontage.
- 3 replies
-
- rainmeter
- desktop video
-
(and 2 more)
Tagged with:
-
How can access plugins options and settings in recording service in plugins1 folder?
- 4 replies
-
- plugin
- recording service
-
(and 1 more)
Tagged with:
-
Anzeige von Zalman Gehäuse geht nach Update nicht mehr
Holgi_M posted a topic in Fragen zu Plugins, AddOns & OSD-Skins
Hallo, ich musste den DVBViewer komplett neu aufsetzen. Ich habe nun die Version 5.3.2.0. Ich habe früher die Sendunginformationen schön über die Anzeige des HTPC-Gehäuses von Zalman gesehen. Dazu habe ich die IRTransLCD.dll aus dem Paket von http://www.DVBViewer.tv/forum/topic/21567-irtrans-display-plugin/ im Verzeichnis plugin vom DVBViewer kopiert. Danach konnte man im DVBViewer über einen Menüeintrag die Anzeige konfigurieren. Leider geht das nicht mehr. Was hat sich da in den letzten Jahren geändert? Gruß Holger -
Hello everybody! I'm new here and maybe don't know something really obvious, but where I can find a Plugin SDK or some kind of manuals to create my own OSD plugin (NOT A SKIN). I've found some old Delphi SDK's which is not covers any kind of OSD integration at all. The OSD plugin must be visible as a custom menu item with custom content in DVBViewer OSD (is it even possible?). Maybe there is a simple example of this? Programming language: prefferable C++. Thanks!
-
Hallo Zusammen, ich habe ein Problem mit dem DVBViewer Plugin. Wenn ich eine Sendung aufnehmen will, kommt folgende Fehlermeldung. Fehler beim Lesen der geplanten DVBViewer Aufnahmen aus C:\Programm Files (X86)\timers.xml Was kann ich hier tun ? Vielen Dank für Antworten Hier der Code: java.io.FileNotFoundException: C:\Program Files (x86)\timers.xml (Zugriff verweigert) at java.io.FileOutputStream.open(Native Method) at java.io.FileOutputStream.<init>(Unknown Source) at java.io.FileOutputStream.<init>(Unknown Source) at java.io.FileWriter.<init>(Unknown Source) at dvbplugin.DVBViewer.DvbViewerTimers.setEntries(DvbViewerTimers.java:142) at dvbplugin.RecordingsPanel.buttonOKActionPerformed(RecordingsPanel.java:842) at dvbplugin.RecordingsPanel.actionPerformed(RecordingsPanel.java:623) at javax.swing.AbstractButton.fireActionPerformed(Unknown Source) at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.setPressed(Unknown Source) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source) at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$200(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at util.ui.textcomponentpopup.TextComponentPopupEventQueue.dispatchEvent(TextComponentPopupEventQueue.java:55) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.WaitDispatchSupport$2.run(Unknown Source) at java.awt.WaitDispatchSupport$4.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.awt.WaitDispatchSupport.enter(Unknown Source) at java.awt.Dialog.show(Unknown Source) at java.awt.Component.show(Unknown Source) at java.awt.Component.setVisible(Unknown Source) at java.awt.Window.setVisible(Unknown Source) at java.awt.Dialog.setVisible(Unknown Source) at dvbplugin.DVBPlugin$DialogAction.actionPerformed(DVBPlugin.java:480) at tvbrowser.core.plugin.ActionProxy.actionPerformed(ActionProxy.java:83) at javax.swing.AbstractButton.fireActionPerformed(Unknown Source) at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.setPressed(Unknown Source) at javax.swing.AbstractButton.doClick(Unknown Source) at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source) at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source) at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$200(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at util.ui.textcomponentpopup.TextComponentPopupEventQueue.dispatchEvent(TextComponentPopupEventQueue.java:55) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source)
- 1 reply
-
- tv browser
- plugin
-
(and 2 more)
Tagged with:
-
Hi, I'm working with a external plugin for settings timers in RS. Is this possible? I'v found svctimers.xml and I can easily read timers from here, but I'm unable to set new timers from this file. Where does RS store timers? I'v looked trough all the databases in the Configuration folder. So yeah, does anyone know where RS reads and sets the timers?
-
Fehlermeldung bei Installation von HbbTV-Plugin (V. 2.0.0.3)
ildonaldo posted a topic in Fehlermeldungen DVBViewer Pro/GE
Hallo, bei der Installation des HbbTV-PlugIns (Version 2.0.0.3) bekomme ich diese Fehlermeldung: Im Taskmanager habe ich nachgesehen, aber das läuft nichts Verdächtiges: Hat Irgend eine Idee was da nicht stimmt und kann mir da weiterhelfen? Grüße ildonaldo