Video

Video-Streams (YouTube, Vimeo, etc.) inklusive Kategorien. Selten benötigt. Funktionen: getStreamCategorieList, getStreamList, getStreamContent.

Kategorien

getStreamCategorieList($config)

Gibt alle Video-Kategorien als Array zurück.

$config = [];
$config["status"] = '1';
$config["website"] = '1';
$config["limit"] = '100';

$array = getStreamCategorieList($config);
[
    {
        "id": "15",
        "key": "sfgsfg15",
        "tags": "",
        "headline": "sfgsfg",
        "content": "",
        "label": [
            ""
        ],
        "website": [
            "1"
        ],
        "status": "1",
        "update": "2026-02-09 10:58:30"
    },
    {
        "id": "14",
        "key": "Test230114",
        "tags": "Schlager",
        "headline": "Test2301",
        "content": "

adfdfdfdf<\/p>", "label": [ "6" ], "website": [ "1" ], "status": "1", "update": "2026-01-23 11:34:26", "image": { "image": "media\/stream\/streamscategory\/image\/14_T1769164463T.webp", "thumbnail": "media\/stream\/streamscategory\/image\/thumbnail\/14_T1769164463T.webp", "small": "media\/stream\/streamscategory\/image\/small\/14_T1769164463T.webp" } }, { "id": "10", "key": "test10", "tags": "Alles, Geht, Kommt, Noch, Was", "headline": "Videos_test", "content": "

Hinzu und weg<\/p>", "label": [ "3" ], "website": [ "1" ], "status": "1", "update": "2023-01-16 11:56:45", "image": { "image": "media\/stream\/streamscategory\/image\/10_T1675676014T.webp", "thumbnail": "media\/stream\/streamscategory\/image\/thumbnail\/10_T1675676014T.webp", "small": "media\/stream\/streamscategory\/image\/small\/10_T1675676014T.webp" } }, { "id": "13", "key": "Winter2613", "tags": "Winter", "headline": "Winter26", "content": "

asdfdfdsfdsf<\/p>", "label": [ "6" ], "website": [ "1" ], "status": "1", "update": "2026-01-20 18:21:43", "image": { "image": "media\/stream\/streamscategory\/image\/13_T1768929701T.webp", "thumbnail": "media\/stream\/streamscategory\/image\/thumbnail\/13_T1768929701T.webp", "small": "media\/stream\/streamscategory\/image\/small\/13_T1768929701T.webp" } } ]

Playground