File: addon.xml.in

package info (click to toggle)
kodi-inputstream-rtmp 3.4.0%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 204 kB
  • sloc: cpp: 430; sh: 45; ansic: 36; makefile: 11
file content (66 lines) | stat: -rw-r--r-- 2,247 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<?xml version="1.0" encoding="UTF-8"?>
<addon
  id="inputstream.rtmp"
  version="3.4.0"
  name="RTMP Input"
  provider-name="spiff">
  <requires>@ADDON_DEPENDS@</requires>
  <extension
    point="kodi.inputstream"
    name="rtmp"
    protocols="rtmp|rtmpt|rtmpe|rtmpte|rtmps"
    listitemprops="SWFPlayer|swfurl|PageURL|PlayPath|TcUrl|IsLive|swfvfy"
    library_@PLATFORM@="@LIBRARY_FILENAME@" />
  <extension point="xbmc.addon.metadata">
    <summary lang="de_DE">Client für RTMP-Streams</summary>
    <summary lang="en_GB">Client for RTMP streams</summary>
    <description lang="de_DE">Das Real Time Messaging Protocol (RTMP) ist ein proprietäres Netzwerkprotokoll, das von Adobe Inc. entwickelt wurde, um Audio-, Video- und andere Daten über das Internet von einem Medienserver zu einem Flash Player zu übertragen.

Dieses Addon implementiert die RTMP-Streaming-Unterstützung für Kodi und installierte Add-Ons.</description>
    <description lang="en_GB">The Real Time Messaging Protocol (RTMP) is a proprietary network protocol developed by Adobe Inc. to transmit audio, video and other data over the Internet from a media server to a flash player.

This addon implements RTMP streaming support for Kodi and installed add-ons.</description>
    <platform>@PLATFORM@</platform>
    <license>GPL-2.0-or-later</license>
    <source>https://github.com/xbmc/inputstream.rtmp</source>
    <assets>
      <icon>icon.png</icon>
    </assets>
    <news>v3.4.0
- Update: inputstream API 3.0.1
  - Fix wrong flags bit shift

v3.3.0
- Update inputstream API 3.0.0
- Fix and allow use of stream values:
  - SWFPlayer
  - swfurl (same as SWFPlayer)
  - PageURL
  - PlayPath
  - TcUrl
  - IsLive
  - swfvfy

v3.2.0
- Matrix API change inputstream API 2.3.4
- Add german translation
- Improve debian package build and add test to Travis CI

v3.1.1
- Bump verion for PPA build Global API 1.2.0 and inputstream API 2.3.1

v3.1.0
- Matrix API change inputstream API 2.3.1
- Matrix APi change Global API 1.2.0

v3.0.5
- Matrix API change to v2.3.0 - Re-release API change

v3.0.4
- Matrix API change to v2.3.0 - Pass mime type to inputstreams if available

v3.0.3
- Matrix API change to v2.2.0 - Allows upto 256 streams
    </news>
  </extension>
</addon>