API-Tasks-Command-Reflection
-
Similar Content
-
By DetlefM
I noticed several things during my tests that make debugging api calls difficult.
/api/epg.html
The returned XML string is often (but not always) incorrect if the EPG entry is not found.
<?xml version="1.0" encoding="utf-8" ?><!-- by DVBViewer Media Server --><epg Ver="1">
The end tag is missing.
Here it would be nice (besides the return of a valid XML string) to get an error code included. For example: wrong channelid, epgid not found
When searching for pdc with a wrong pdc value (in my case 'NOPDC') this filter is completely ignored and the EPG list of the channel is returned. I think also here an error message would be more helpful.
Many other api calls have no return value at all - e.g. timeredit. Here it would be helpful if the changed timer (or an error code in case of problems) would be returned.
-
By t5b6_de
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
-
By AnBad
Hallo,
weiß jemand eine Möglichkeit wie man von FHEM aus EPG_Daten des Mediaservers aufrufen bzw. nach FHEM importieren kann? Also z.B. einmal am Tag für bestimmte Sender das Programm für z.B. die nächsten drei Tage.
Ich weiß es gibt eine API-Schnittstelle im Mediaserver. Aber ich habe da keine Ahnung. Könnte man mit "http://[user]:[password]@[IP]:[port]/api/" Daten im Browser anzeigen lassen, die man dann mit Parsing abgreift? Wobei ich nicht einmal weiß, welchen User und Passwort ich in das Link eintragen müsste.
Danke
Michael
-
By sir drake
Hallo Griga,
ich möchte ein meinem Programm neben dem CHANNEL-NAME auch die Quelle( SAT/Internet...HLS Deutsch....) einer Aufnahme anzeigen.
In einem TIMER-RECORD habe kann ich hierfür den Node <CHANNEL ID> zerlegen und benutzen.
In einem RECORDING-RECORD habe ich nur den Node >CHANNEL>xxxx</CHANNEL>
Das reicht leider für meine Zwecke nicht aus.
<recording id="98" charset="255" start="20181021195500" duration="001000">
<channel>Das Erste</channel>
<channel ID>1234567890</channel ID>
<file>
d:\_aufnahmen\2018-10-21_19-59-23_das erste_tagesschau.ts
</file>
<title>Tagesschau</title>
<image>2706243175_SM.jpg</image>
</recording>
Vielleicht kannst du diesen Node optional beim Aufruf hinzufügen:
....://localhost:8089/api/recordings.html?utf8=1&images=1;channel_id=1
vg & Dank
Sir Drake
-
By mani tehrani
hi
how can i reduce size of recorded files with ffmpeg tasks? for example how can i change bitrate and convert "mpg" recorded files to MP4?
i know some channels are HD and others are SD, is there different?
-
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.