From f614070ac420078329628773c5c812bc515c1ef9 Mon Sep 17 00:00:00 2001 From: pidoubleyou Date: Sat, 23 Mar 2024 17:39:21 +0100 Subject: [PATCH] optimize orf urls if only one stream is found --- .../orfon/json/OrfOnEpisodeDeserializer.java | 18 +- .../crawler/orfon/OrfOnEpisodeTaskTest.java | 57 +- src/test/resources/orfOn/episode_zib.json | 21457 ++++++++++++++++ 3 files changed, 21510 insertions(+), 22 deletions(-) create mode 100644 src/test/resources/orfOn/episode_zib.json diff --git a/src/main/java/de/mediathekview/mserver/crawler/orfon/json/OrfOnEpisodeDeserializer.java b/src/main/java/de/mediathekview/mserver/crawler/orfon/json/OrfOnEpisodeDeserializer.java index 0dba6615c..3a4622e74 100644 --- a/src/main/java/de/mediathekview/mserver/crawler/orfon/json/OrfOnEpisodeDeserializer.java +++ b/src/main/java/de/mediathekview/mserver/crawler/orfon/json/OrfOnEpisodeDeserializer.java @@ -84,13 +84,27 @@ public OrfOnVideoInfoDTO deserialize( parseWebsite(JsonUtils.getElementValueAsString(jsonElement, TAG_SHARE_BODY)), parseGeoLocations(JsonUtils.getElementValueAsString(jsonElement, TAG_RIGHT)), parseSubtitleSource(JsonUtils.getElementValueAsString(jsonElement, TAG_SUBTITLE)), - parseUrl(jsonElement), + optimizeUrls(parseUrl(jsonElement)), buildOrResolveSubs(jsonElement) ); return aFilm; } - + + private Optional> optimizeUrls(Optional> urls) { + if (urls.isPresent() && urls.get().size() == 1) { + final Map urlMap = urls.get(); + final FilmUrl url = urlMap.get(Resolution.NORMAL); + final String urlToOptimize = url.getUrl().toString(); + try { + urlMap.put(Resolution.SMALL, new FilmUrl(urlToOptimize.replace("QXA", "Q4A"), 0L)); + urlMap.put(Resolution.NORMAL, new FilmUrl(urlToOptimize.replace("QXA", "Q6A"), 0L)); + urlMap.put(Resolution.HD, new FilmUrl(urlToOptimize.replace("QXA", "Q8C"), 0L)); + } catch (MalformedURLException e) {} + } + return urls; + } + private Optional> buildOrResolveSubs(JsonElement jsonElement) { Optional subtitleSource = JsonUtils.getElementValueAsString(jsonElement, TAG_SUBTITLE); Optional embeddedSubtitleSection = JsonUtils.getElement(jsonElement, TAG_SUBTITLE_SECTION); diff --git a/src/test/java/de/mediathekview/mserver/crawler/orfon/OrfOnEpisodeTaskTest.java b/src/test/java/de/mediathekview/mserver/crawler/orfon/OrfOnEpisodeTaskTest.java index d842f987d..1064ccdfe 100644 --- a/src/test/java/de/mediathekview/mserver/crawler/orfon/OrfOnEpisodeTaskTest.java +++ b/src/test/java/de/mediathekview/mserver/crawler/orfon/OrfOnEpisodeTaskTest.java @@ -3,7 +3,12 @@ import static org.junit.Assert.assertTrue; import static org.junit.jupiter.api.Assertions.assertEquals; - +import de.mediathekview.mlib.daten.*; +import de.mediathekview.mlib.messages.listener.MessageListener; +import de.mediathekview.mserver.base.config.MServerConfigManager; +import de.mediathekview.mserver.crawler.orfon.task.OrfOnEpisodeTask; +import de.mediathekview.mserver.progress.listeners.SenderProgressListener; +import de.mediathekview.mserver.testhelper.AssertFilm; import java.net.URL; import java.time.Duration; import java.time.LocalDateTime; @@ -16,21 +21,17 @@ import java.util.Set; import java.util.concurrent.ConcurrentLinkedQueue; import java.util.concurrent.ForkJoinPool; - import org.junit.Test; -import de.mediathekview.mlib.daten.Film; -import de.mediathekview.mlib.daten.FilmUrl; -import de.mediathekview.mlib.daten.GeoLocations; -import de.mediathekview.mlib.daten.Resolution; -import de.mediathekview.mlib.messages.listener.MessageListener; -import de.mediathekview.mserver.base.config.MServerConfigManager; -import de.mediathekview.mserver.crawler.orfon.task.OrfOnEpisodeTask; -import de.mediathekview.mserver.progress.listeners.SenderProgressListener; - - public class OrfOnEpisodeTaskTest extends OrfOnEpisodesTaskTest { + protected static OrfOnCrawler createCrawler() { + final ForkJoinPool forkJoinPool = new ForkJoinPool(); + final Collection nachrichten = new ArrayList<>(); + final Collection fortschritte = new ArrayList<>(); + return new OrfOnCrawler(forkJoinPool, nachrichten, fortschritte, new MServerConfigManager("MServer-JUnit-Config.yaml")); + } + @Test public void testNormal_1() { setupSuccessfulJsonResponse("/episode1", "/orfOn/episode_1.json"); @@ -63,7 +64,7 @@ Resolution.VERY_SMALL, new FilmUrl("https://apasfiis.sf.apa.at/ipad/cms-worldwid assertTrue(false); } } - + @Test public void testNormal_2() { setupSuccessfulJsonResponse("/episode2", "/orfOn/episode_2.json"); @@ -97,6 +98,29 @@ Resolution.VERY_SMALL, new FilmUrl("https://apasfiis.sf.apa.at/ipad/cms-austria/ } } + @Test + public void testZib() { + setupSuccessfulJsonResponse("/zib", "/orfOn/episode_zib.json"); + Set result = executeTask("/zib"); + assertTrue(result.size() == 1); + Film actual = result.toArray(new Film[1])[0]; + + AssertFilm.assertEquals( + actual, + Sender.ORF, + "ZIB 13:00", + "ZIB 13:00 vom 20.03.2024", + LocalDateTime.of(2024, 3, 20, 13, 0, 0), + Duration.ofSeconds(1177), + "Wohnbaupaket passiert Nationalrat | ORF-Analyse: Details zum Wohnbaupaket | Neue Lehrerausbildung kommt ein Jahr später | Agrarprodukte aus Ukraine werden wieder verzollt | ORF-Analyse: Zölle auf Landwirtschaftsgüter aus Ukraine | London: Zweiter Anlauf für \"Ruanda-Plan\" | Vorschau: GB stimmt über \"Ruanda-Plan\" ab | 2023: Über 1.300 Vorfälle von Rassismus in Österreich | Rekordhoch bei Insolvenze\n.....", + "https://tvthek.orf.at/profile/ZIB-1300/71280/ZIB-1300-vom-20-03-2024/14218665", + new GeoLocations[] { GeoLocations.GEO_NONE}, + "https://apasfiis.sf.apa.at/ipad/cms-worldwide_episodes/14218665_0017_Q4A.mp4/playlist.m3u8", + "https://apasfiis.sf.apa.at/ipad/cms-worldwide_episodes/14218665_0017_Q6A.mp4/playlist.m3u8", + "https://apasfiis.sf.apa.at/ipad/cms-worldwide_episodes/14218665_0017_Q8C.mp4/playlist.m3u8", + "https://api-tvthek.orf.at/assets/subtitles/0171/59/69a0deabec546a7fb5fabc7ebb44e55a031987ac.ttml"); + } + @Test public void testAD() { setupSuccessfulJsonResponse("/episodeAD", "/orfOn/episode_ad.json"); @@ -173,13 +197,6 @@ private Set executeTask(String... requestUrl) { return new OrfOnEpisodeTask(OrfOnEpisodeTaskTest.createCrawler(), input).invoke(); } - protected static OrfOnCrawler createCrawler() { - final ForkJoinPool forkJoinPool = new ForkJoinPool(); - final Collection nachrichten = new ArrayList<>(); - final Collection fortschritte = new ArrayList<>(); - return new OrfOnCrawler(forkJoinPool, nachrichten, fortschritte, new MServerConfigManager("MServer-JUnit-Config.yaml")); - } - } diff --git a/src/test/resources/orfOn/episode_zib.json b/src/test/resources/orfOn/episode_zib.json new file mode 100644 index 000000000..bd1dc48bf --- /dev/null +++ b/src/test/resources/orfOn/episode_zib.json @@ -0,0 +1,21457 @@ +{ + "adition_advertising_query_string":"stype:vod,scat:zib-information,scatid:2703825,spro:zib-1300,sproid:71280,episodeid:14218665,duration:1177878,advertisingtags:", + "advertising_mapping":{ + "live":{ + "web":{ + "sb":4423852, + "tbar":4423851, + "pre":4423862, + "post":4423861 + }, + "mob":{ + "par":4423850, + "pre":4423858, + "post":4423857 + }, + "app":{ + "par":4423849, + "pre":4423856, + "post":4423855 + }, + "smart":{ + "pre":4423860, + "post":4423859, + "lane":4423853, + "bar":4423854 + } + }, + "vod":{ + "web":{ + "sb":4423852, + "tbar":4423851, + "pre":4423862, + "post":4423861 + }, + "mob":{ + "par":4423850, + "pre":4423858, + "post":4423857 + }, + "app":{ + "par":4423849, + "pre":4423856, + "post":4423855 + }, + "smart":{ + "pre":4423860, + "post":4423859, + "lane":4423853, + "bar":4423854 + } + } + }, + "advertising_query_string":"stype=vod&scat=zib-information&scatid=2703825&spro=zib-1300&sproid=71280&episodeid=14218665&duration=1177878&advertisingtags=", + "age_classification":"", + "countdown":"29 Tage", + "date":"2024-03-20T13:00:00+01:00", + "delete_date":"2024-04-26T13:00:00+02:00", + "vod_ressort":null, + "description":"Wohnbaupaket passiert Nationalrat | ORF-Analyse: Details zum Wohnbaupaket | Neue Lehrerausbildung kommt ein Jahr sp\u00e4ter | Agrarprodukte aus Ukraine werden wieder verzollt | ORF-Analyse: Z\u00f6lle auf Landwirtschaftsg\u00fcter aus Ukraine | London: Zweiter Anlauf f\u00fcr \"Ruanda-Plan\" | Vorschau: GB stimmt \u00fcber \"Ruanda-Plan\" ab | 2023: \u00dcber 1.300 Vorf\u00e4lle von Rassismus in \u00d6sterreich | Rekordhoch bei Insolvenzen | Kredit f\u00fcr Signa-Immobiliensparte in Aussicht? | Japan beendet Negativzinspolitik | Alkohol und Zigaretten bleiben beliebteste Drogen | Schau \u00fcber Overtourism im Architekturzentrum Wien | Hinweis auf \"Aktuell nach eins\"", + "drm_token":null, + "duration_seconds":1177, + "encrypted_id":"M2RTbGZlazAzbnNMS2RqNEpzZDE0MjE4NjY1", + "exact_duration":1177878, + "field_descriptor":"", + "flimmit_link_text":"", + "flimmit_link":"", + "gapless_sources_austria":{ + "hls":[ + + ], + "dash":[ + + ] + }, + "genre_id":2703825, + "genre_title":"ZIB & Information", + "right":"worldwide", + "growing":false, + "growing_type":"chronology", + "has_active_youth_protection":false, + "focus":false, + "show_countdown":true, + "has_subtitle":true, + "has_thumbnail":true, + "has_youth_protection":false, + "headline":"ZIB 13:00 vom 20.03.2024", + "hide_in_new_section":false, + "hide_in_schedule_section":false, + "hide_latest_episodes":false, + "id":14218665, + "is_archive":false, + "audio_description_service_available":false, + "is_drm_protected":false, + "is_gapless_austria":false, + "is_gapless":true, + "gmf_merged_content":false, + "is_oegs":false, + "two_channel_audio":false, + "uhd":false, + "killdate_extern":"2024-04-19T13:00:00+02:00", + "killdate":"2024-04-19T13:00:00+02:00", + "livedate":"2024-03-20T13:00:00+01:00", + "livedate_extern":"2024-03-20T13:00:00+01:00", + "orf_label":null, + "disable_display_ads_orf_platforms":false, + "disable_instream_ads_orf_platforms":false, + "production_country_is_europe":false, + "production_country":null, + "production_year":null, + "profile_title":"ZIB 13:00", + "website":"", + "recommendation_episode":null, + "related_audiodescription_episode_image_url":null, + "related_audiodescription_episode_title":null, + "related_oegs_episode_image_url":null, + "related_oegs_episode_title":null, + "release_date":"2024-03-20T13:30:02+01:00", + "secondary_genres":[ + + ], + "segments_complete":true, + "episodes_reference":"", + "share_body":"https:\/\/tvthek.orf.at\/profile\/ZIB-1300\/71280\/ZIB-1300-vom-20-03-2024\/14218665", + "share_subject":"ZIB 13:00 vom 20.03.2024 vom 20.03.2024 um 13:00 Uhr", + "show_display_ads":true, + "show_instream_ads":false, + "sources":{ + "hls":[ + { + "is_uhd":false, + "quality_key":"QXA", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide_episodes\/14218665_0017_QXA.mp4\/playlist.m3u8", + "is_adaptive_stream":true, + "is_drm_protected":false + }, + { + "is_uhd":false, + "quality_key":"QXB", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide_episodes\/14218665_0017_QXB.mp4\/playlist.m3u8", + "is_adaptive_stream":true, + "is_drm_protected":false + } + ], + "dash":[ + { + "is_uhd":false, + "quality_key":"QXA", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-worldwide_episodes\/14218665_0017_QXA.mp4\/manifest.mpd", + "is_adaptive_stream":true, + "is_drm_protected":false + }, + { + "is_uhd":false, + "quality_key":"QXB", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-worldwide_episodes\/14218665_0017_QXB.mp4\/manifest.mpd", + "is_adaptive_stream":true, + "is_drm_protected":false + } + ] + }, + "sub_headline":"ZIB 13:00", + "teaser_text":"Wohnbaupaket passiert Nationalrat | ORF-Analyse: Details zum Wohnbaupaket | Neue Lehrerausbildung kommt ein Jahr sp\u00e4ter | Agrarprodukte aus Ukraine werden wieder verzollt | ORF-Analyse: Z\u00f6lle auf Landwirtschaftsg\u00fcter aus Ukraine | London: Zweiter Anlauf f\u00fcr \"Ruanda-Plan\" | Vorschau: GB stimmt \u00fcber \"Ruanda-Plan\" ab | 2023: \u00dcber 1.300 Vorf\u00e4lle von Rassismus in \u00d6sterreich | Rekordhoch bei Insolvenzen | Kredit f\u00fcr Signa-Immobiliensparte in Aussicht? | Japan beendet Negativzinspolitik | Alkohol und Zigaretten bleiben beliebteste Drogen | Schau \u00fcber Overtourism im Architekturzentrum Wien | Hinweis auf \"Aktuell nach eins\"", + "teaser_title":null, + "text":null, + "thumbnail_activated":true, + "thumbnail_distributed":true, + "thumbnail_folder":"cms-preview-clips", + "thumbnail_sources":{ + "hls":[ + { + "quality_key":"Q6A", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/14218665_0017_clip_Q6A.mp4\/playlist.m3u8" + }, + { + "quality_key":"Q8C", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/14218665_0017_clip_Q8C.mp4\/playlist.m3u8" + } + ], + "dash":[ + { + "quality_key":"Q6A", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/14218665_0017_clip_Q6A.mp4\/manifest.mpd" + }, + { + "quality_key":"Q8C", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/14218665_0017_clip_Q8C.mp4\/manifest.mpd" + } + ] + }, + "sprite_sources":[ + + ], + "title":"ZIB 13:00 vom 20.03.2024", + "type":"default", + "updated_at":"2024-03-20T14:22:12+01:00", + "video_type":"episode", + "youth_protection_type":"limited-20-06", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14218665" + }, + "channel":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1181" + }, + "profile":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280" + }, + "segments":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14218665\/segments" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14218665\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14218665\/advertising\/tags" + }, + "links":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14218665\/links" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17055555" + }, + "image16x9_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17055555" + }, + "image2x3_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "image2x3":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "subtitle":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/subtitle\/916751" + }, + "related_episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14218665\/related" + }, + "dds_item":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/dds\/ddsitem\/391051" + } + }, + "_embedded":{ + "channel":{ + "bitmovin_stream_id":"839fb502-606d-4666-a36c-19f3f2dd8e83", + "channel_restart_url_hbbtv":"https:\/\/playerapi-restarttv.ors.at\/livestreams\/839fb502-606d-4666-a36c-19f3f2dd8e83\/sections\/?state=active&X-Api-Key=66ae5065a94f40f9b00f7de4a9f96ead", + "id":1181, + "is_drm_protected":true, + "is_main_channel":true, + "name":"ORF 2", + "reel":"orf2", + "updated_at":"2024-03-04T12:24:18+01:00", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1181" + }, + "children":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1181\/children" + }, + "color_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/13" + }, + "black_and_white_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/14" + }, + "audio_description_channel":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/8089684" + }, + "oegs_channel":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/channel\/1897433" + } + }, + "_embedded":{ + "parent":null, + "color_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "tiny":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/channels\/0001\/01\/thumb_13_channels_tiny.png" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/channels\/0001\/01\/thumb_13_channels_list.png" + }, + "schedule":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/channels\/0001\/01\/thumb_13_channels_schedule.png" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/channels\/0001\/01\/56f8ed59c8ef61c7e9cc65b2436f3617831b9f6b.png" + } + } + }, + "black_and_white_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "tiny":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/channels\/0001\/01\/thumb_14_channels_tiny.png" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/channels\/0001\/01\/thumb_14_channels_list.png" + }, + "schedule":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/channels\/0001\/01\/thumb_14_channels_schedule.png" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/channels\/0001\/01\/4b36e87c78e2e5108058d55ea67622d807cf4edd.png" + } + } + } + } + }, + "profile":{ + "audio_description":false, + "break_text":null, + "break_title":null, + "dataset_name":"", + "dds_identifier":"", + "description":"Der Nachrichten\u00fcberblick um 13.00 Uhr", + "has_active_youth_protection":false, + "has_youth_protection":false, + "headline":"ZIB 13:00", + "hide_in_letter_group":false, + "id":71280, + "letter_group":"Z", + "livestream_sub_headline":null, + "oegs":false, + "oewa_base_path":"Redcont\/Nachrichten\/Nachrichtenueberblick", + "profile_website":null, + "secondary_genres":[ + + ], + "sub_headline":null, + "title":"ZIB 13:00", + "type":"temporary", + "updated_at":"2024-03-08T11:14:56+01:00", + "youth_protection_type":"limited-20-06", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16094554" + }, + "image16x9_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16094554" + }, + "image2x3_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "image2x3":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "theme":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/theme\/9109687" + }, + "genre":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "links":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/links" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/episodes" + }, + "related_profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/related" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/advertising\/tags" + }, + "oegs_profile":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/c5f6f9dab90eec5160d9b26d90892dd37351db72.jpeg" + } + } + }, + "image16x9_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/c5f6f9dab90eec5160d9b26d90892dd37351db72.jpeg" + } + } + }, + "image2x3_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "image2x3":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "theme":{ + "color":"#1C324C", + "id":9109687, + "name":"ZIB 13:00", + "updated_at":"2016-10-11T00:05:51+02:00", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/theme\/9109687" + }, + "header_image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/838" + }, + "header_background_image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/837" + }, + "background_image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/836" + } + }, + "_embedded":{ + "header_image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "header_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_838_themes_header_image.png" + }, + "header_background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_838_themes_header_background_image.png" + }, + "background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_838_themes_background_image.png" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/375febcc02b958b11e4ad18fc780635bc78ff6f8.png" + } + } + }, + "header_background_image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "header_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_837_themes_header_image.png" + }, + "header_background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_837_themes_header_background_image.png" + }, + "background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_837_themes_background_image.png" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/ff9dc981ae14db44df2bb0084bd7eb15f5debda0.png" + } + } + }, + "background_image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "header_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_836_themes_header_image.png" + }, + "header_background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_836_themes_header_background_image.png" + }, + "background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_836_themes_background_image.png" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/1e3aed2ccb61f2384a4c0144d052d8dd286d7797.png" + } + } + } + } + }, + "genre":{ + "id":2703825, + "advertising_mapping":{ + "live":{ + "web":{ + "sb":4420075, + "tbar":4420076, + "pre":4420077, + "post":4420078 + }, + "mob":{ + "par":4420079, + "pre":4420222, + "post":4420081 + }, + "app":{ + "par":4420082, + "pre":4420083, + "post":4420084 + }, + "smart":{ + "pre":4420085, + "post":4420086 + } + }, + "vod":{ + "web":{ + "sb":4420450, + "tbar":4420451, + "pre":4420452, + "post":4420453 + }, + "mob":{ + "par":4420454, + "pre":4420455, + "post":4420456 + }, + "app":{ + "par":4420457, + "pre":4420458, + "post":4420459 + }, + "smart":{ + "pre":4420460, + "post":4420461 + } + } + }, + "sorting":8, + "title":"ZIB & Information", + "updated_at":"2023-12-31T16:59:37+01:00", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596302" + }, + "profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/profiles" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episodes" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/advertising\/tags" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/a6885e2f8ea6f778dcac9af57dfea24006218d76.jpeg" + } + } + }, + "tags":[ + + ], + "advertising_tags":[ + + ] + } + }, + "links":[ + { + "id":13913304, + "title":"Streaming-Highlights: Newsletter abonnieren", + "updated_at":"2024-01-03T12:42:39+01:00", + "url":"https:\/\/tvthek-newsletter.orf.at\/", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/link\/13913304" + } + } + }, + { + "id":6552, + "title":"Mehr zur ZIB in tv.ORF.at", + "updated_at":"2015-01-19T10:26:37+01:00", + "url":"http:\/\/tv.orf.at\/zeitimbild\/", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/link\/6552" + } + } + } + ], + "tags":[ + { + "id":15, + "name":"Zeit im Bild", + "updated_at":"2017-02-06T09:22:02+01:00" + } + ], + "advertising_tags":[ + + ], + "audio_description_profile":null, + "oegs_profile":{ + "audio_description":false, + "break_text":null, + "break_title":null, + "dataset_name":null, + "dds_identifier":"", + "description":"Der Nachrichten\u00fcberblick um 13.00 Uhr", + "has_active_youth_protection":false, + "has_youth_protection":false, + "headline":"ZIB 13:00 (\u00d6GS)", + "hide_in_letter_group":false, + "id":13891370, + "letter_group":"Z", + "livestream_sub_headline":null, + "oegs":true, + "oewa_base_path":"Redcont\/Nachrichten\/Nachrichtenueberblick", + "profile_website":null, + "secondary_genres":[ + + ], + "sub_headline":null, + "title":"ZIB 13:00 (\u00d6GS)", + "type":"temporary", + "updated_at":"2024-03-08T11:15:04+01:00", + "youth_protection_type":"limited-20-06", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/14968339" + }, + "image16x9_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/14968339" + }, + "image2x3_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "image2x3":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "genre":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "links":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/links" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/episodes" + }, + "related_profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/related" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/advertising\/tags" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/1975e664b7234ae20b75d2dc304728b09ee8637e.jpeg" + } + } + }, + "image16x9_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/1975e664b7234ae20b75d2dc304728b09ee8637e.jpeg" + } + } + }, + "image2x3_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "image2x3":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "theme":null, + "genre":{ + "id":2703825, + "advertising_mapping":{ + "live":{ + "web":{ + "sb":4420075, + "tbar":4420076, + "pre":4420077, + "post":4420078 + }, + "mob":{ + "par":4420079, + "pre":4420222, + "post":4420081 + }, + "app":{ + "par":4420082, + "pre":4420083, + "post":4420084 + }, + "smart":{ + "pre":4420085, + "post":4420086 + } + }, + "vod":{ + "web":{ + "sb":4420450, + "tbar":4420451, + "pre":4420452, + "post":4420453 + }, + "mob":{ + "par":4420454, + "pre":4420455, + "post":4420456 + }, + "app":{ + "par":4420457, + "pre":4420458, + "post":4420459 + }, + "smart":{ + "pre":4420460, + "post":4420461 + } + } + }, + "sorting":8, + "title":"ZIB & Information", + "updated_at":"2023-12-31T16:59:37+01:00", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596302" + }, + "profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/profiles" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episodes" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/advertising\/tags" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/a6885e2f8ea6f778dcac9af57dfea24006218d76.jpeg" + } + } + }, + "tags":[ + + ], + "advertising_tags":[ + + ] + } + }, + "links":[ + { + "id":13913304, + "title":"Streaming-Highlights: Newsletter abonnieren", + "updated_at":"2024-01-03T12:42:39+01:00", + "url":"https:\/\/tvthek-newsletter.orf.at\/", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/link\/13913304" + } + } + } + ], + "tags":[ + + ], + "advertising_tags":[ + + ], + "audio_description_profile":null, + "oegs_profile":null + } + } + } + }, + "segments":[ + { + "adition_advertising_query_string":"stype:vod,scat:zib-information,scatid:2703825,spro:zib-1300,sproid:71280,episodeid:14218665,duration:36918,advertisingtags:", + "advertising_mapping":{ + "live":{ + "web":{ + "sb":4423852, + "tbar":4423851, + "pre":4423862, + "post":4423861 + }, + "mob":{ + "par":4423850, + "pre":4423858, + "post":4423857 + }, + "app":{ + "par":4423849, + "pre":4423856, + "post":4423855 + }, + "smart":{ + "pre":4423860, + "post":4423859, + "lane":4423853, + "bar":4423854 + } + }, + "vod":{ + "web":{ + "sb":4423852, + "tbar":4423851, + "pre":4423862, + "post":4423861 + }, + "mob":{ + "par":4423850, + "pre":4423858, + "post":4423857 + }, + "app":{ + "par":4423849, + "pre":4423856, + "post":4423855 + }, + "smart":{ + "pre":4423860, + "post":4423859, + "lane":4423853, + "bar":4423854 + } + } + }, + "advertising_query_string":"stype=vod&scat=zib-information&scatid=2703825&spro=zib-1300&sproid=71280&episodeid=14218665&duration=36918&advertisingtags=", + "blackfades":[ + + ], + "episode_date":"2024-03-20T13:00:00+01:00", + "date_as_string":"Mi, 20.3.2024", + "vod_ressort":null, + "description":"Wohnbaupaket passiert Nationalrat | ORF-Analyse: Details zum Wohnbaupaket | Neue Lehrerausbildung kommt ein Jahr sp\u00e4ter | Agrarprodukte aus Ukraine werden wieder verzollt | ORF-Analyse: Z\u00f6lle auf Landwirtschaftsg\u00fcter aus Ukraine | London: Zweiter Anlauf f\u00fcr \"Ruanda-Plan\" | Vorschau: GB stimmt \u00fcber \"Ruanda-Plan\" ab | 2023: \u00dcber 1.300 Vorf\u00e4lle von Rassismus in \u00d6sterreich | Rekordhoch bei Insolvenzen | Kredit f\u00fcr Signa-Immobiliensparte in Aussicht? | Japan beendet Negativzinspolitik | Alkohol und Zigaretten bleiben beliebteste Drogen | Schau \u00fcber Overtourism im Architekturzentrum Wien | Hinweis auf \"Aktuell nach eins\"", + "drm_token":null, + "duration_as_string":"00:36 Sek.", + "duration_seconds":36, + "enabled":true, + "encrypted_id":"ODc4M2hqZDcyOTNrbWQxNTYwMjY0Ng==", + "episode_id":14218665, + "exact_duration":36918, + "genre_id":2703825, + "genre_title":"ZIB & Information", + "right":"worldwide", + "focus":false, + "show_countdown":true, + "has_thumbnail":true, + "headline":"Signation | Themen", + "id":15602646, + "is_archive":false, + "is_drm_protected":false, + "jump_mark":false, + "jump_marks":[ + + ], + "killdate_extern":"2024-04-19T13:00:00+02:00", + "killdate":"2024-04-19T13:00:00+02:00", + "livedate":"2024-03-20T13:00:00+01:00", + "livedate_extern":"2024-03-20T13:00:00+01:00", + "SSA":{ + "cliptype":"Sendung", + "videoid":15602646, + "videopartid":"1_16", + "videocategory":"ZIB-Information", + "videotitle":"ZIB-1300-vom-20-03-2024_Signation-Themen", + "videoduration":36, + "episodeduration":1177, + "episodeid":14218665, + "airdate":"2024-03-20T13:00:00+01:00", + "clipreleasetime":"2024-03-20T13:30:02+01:00", + "programname":"ZIB-1300", + "channel":"orf2" + }, + "disable_display_ads_orf_platforms":false, + "disable_instream_ads_orf_platforms":false, + "position":0, + "episodes_reference":"", + "share_body":"https:\/\/tvthek.orf.at\/profile\/ZIB-1300\/71280\/ZIB-1300-vom-20-03-2024\/14218665\/Signation-Themen\/15602646", + "share_subject":"Signation | Themen - ZIB 13:00 vom 20.03.2024 vom 20.03.2024 um 13:00 Uhr", + "show_display_ads":true, + "show_instream_ads":false, + "sources":{ + "hls":[ + { + "is_uhd":false, + "quality_key":"QXA", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Signation---The__14218665__o__2177611826__s15602646_6__ORF2HD_13000121P_13003819P_QXA.mp4\/playlist.m3u8", + "is_adaptive_stream":true, + "is_drm_protected":false + }, + { + "is_uhd":false, + "quality_key":"QXB", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Signation---The__14218665__o__2177611826__s15602646_6__ORF2HD_13000121P_13003819P_QXB.mp4\/playlist.m3u8", + "is_adaptive_stream":true, + "is_drm_protected":false + } + ], + "dash":[ + { + "is_uhd":false, + "quality_key":"QXA", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Signation---The__14218665__o__2177611826__s15602646_6__ORF2HD_13000121P_13003819P_QXA.mp4\/manifest.mpd", + "is_adaptive_stream":true, + "is_drm_protected":false + }, + { + "is_uhd":false, + "quality_key":"QXB", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Signation---The__14218665__o__2177611826__s15602646_6__ORF2HD_13000121P_13003819P_QXB.mp4\/manifest.mpd", + "is_adaptive_stream":true, + "is_drm_protected":false + } + ] + }, + "state":"distributed", + "sub_headline":"ZIB 13:00", + "teaser_text":null, + "teaser_title":null, + "thumbnail_activated":true, + "thumbnail_distributed":true, + "thumbnail_folder":"cms-preview-clips", + "thumbnail_sources":{ + "hls":[ + { + "quality_key":"Q6A", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Signation---The__14218665__o__2177611826__s15602646_6__ORF2HD_13000121P_13003819P_clip_Q6A.mp4\/playlist.m3u8" + }, + { + "quality_key":"Q8C", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Signation---The__14218665__o__2177611826__s15602646_6__ORF2HD_13000121P_13003819P_clip_Q8C.mp4\/playlist.m3u8" + } + ], + "dash":[ + { + "quality_key":"Q6A", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Signation---The__14218665__o__2177611826__s15602646_6__ORF2HD_13000121P_13003819P_clip_Q6A.mp4\/manifest.mpd" + }, + { + "quality_key":"Q8C", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Signation---The__14218665__o__2177611826__s15602646_6__ORF2HD_13000121P_13003819P_clip_Q8C.mp4\/manifest.mpd" + } + ] + }, + "sprite_sources":[ + + ], + "title":"Signation | Themen", + "updated_at":"2024-03-20T14:22:12+01:00", + "videobumper":{ + "prevideobumper":{ + "active":false, + "sources":{ + "hls":[ + + ], + "progressive_download":[ + + ] + } + }, + "postvideobumper":{ + "active":false, + "sources":{ + "hls":[ + + ], + "progressive_download":[ + + ] + } + } + }, + "video_file_name":"2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Signation---The__14218665__o__2177611826__s15602646_6__ORF2HD_13000121P_13003819P", + "video_stream_url":null, + "video_type":"segment", + "voez":false, + "voez_ads_allowed":false, + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15602646" + }, + "episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14218665" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17055555" + }, + "image16x9_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17055555" + }, + "image2x3_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "image2x3":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "links":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15602646\/links" + }, + "subtitle":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/subtitle\/916752" + }, + "playlist":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15602646\/playlist" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15602646\/tags" + }, + "profile":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055555_segments_highlight_teaser.jpg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055555_segments_player.jpg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055555_segments_list.jpg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055555_segments_small.jpg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/fa2ad043ebf5be521c717d53238e959706386e1b.jpg" + } + } + }, + "image16x9_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055555_segments_highlight_teaser.jpg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055555_segments_player.jpg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055555_segments_list.jpg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055555_segments_small.jpg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/fa2ad043ebf5be521c717d53238e959706386e1b.jpg" + } + } + }, + "image2x3_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "image2x3":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "links":[ + + ], + "subtitle":{ + "id":916752, + "parsed_at":null, + "sami_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/5a10c995faba778a2b9af801ee8ad36c86822074.smi", + "srt_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/e0120fe9a7beb23cb4f953fb4ea969c68ccec339.srt", + "stl_url":null, + "ttml_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/12a79273b46bffd4b4ab663757001eab2a046a18.ttml", + "updated_at":"2024-03-20T14:24:31+01:00", + "vtt_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/04ca38c0e209d132ac522fc9c9d14a69dfa87b48.vtt", + "xml_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/cf6d40351e59e0e231695d52ac96ca483c9a3cad.xml", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/subtitle\/916752" + }, + "xml_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058533" + }, + "srt_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058534" + }, + "vtt_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058535" + }, + "sami_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058537" + }, + "ttml_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058536" + } + }, + "_embedded":{ + "xml_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/cf6d40351e59e0e231695d52ac96ca483c9a3cad.xml" + } + } + }, + "stl_file":null, + "srt_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/e0120fe9a7beb23cb4f953fb4ea969c68ccec339.srt" + } + } + }, + "vtt_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/04ca38c0e209d132ac522fc9c9d14a69dfa87b48.vtt" + } + } + }, + "sami_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/5a10c995faba778a2b9af801ee8ad36c86822074.smi" + } + } + }, + "ttml_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/12a79273b46bffd4b4ab663757001eab2a046a18.ttml" + } + } + } + } + }, + "playlist":{ + "id":15602646, + "episode_id":14218665, + "title_prefix":"", + "title_separator":"|", + "title":"Signation | Themen", + "description":null, + "duration":36918, + "preview_image_url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055555_segments_player.jpg", + "sources":[ + { + "quality":"Q1A", + "quality_string":"Niedrig", + "src":"rtmp:\/\/apasfw.apa.at\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Signation---The__14218665__o__2177611826__s15602646_6__ORF2HD_13000121P_13003819P_Q1A.3gp", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtmp" + }, + { + "quality":"Q4A", + "quality_string":"Mittel", + "src":"rtmp:\/\/apasfw.apa.at\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Signation---The__14218665__o__2177611826__s15602646_6__ORF2HD_13000121P_13003819P_Q4A.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtmp" + }, + { + "quality":"Q6A", + "quality_string":"Hoch", + "src":"rtmp:\/\/apasfw.apa.at\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Signation---The__14218665__o__2177611826__s15602646_6__ORF2HD_13000121P_13003819P_Q6A.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtmp" + }, + { + "quality":"Q8C", + "quality_string":"Sehr hoch", + "src":"rtmp:\/\/apasfw.apa.at\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Signation---The__14218665__o__2177611826__s15602646_6__ORF2HD_13000121P_13003819P_Q8C.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtmp" + }, + { + "quality":"Q1A", + "quality_string":"Niedrig", + "src":"rtsp:\/\/apasfw.apa.at:1935\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Signation---The__14218665__o__2177611826__s15602646_6__ORF2HD_13000121P_13003819P_Q1A.3gp", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtsp" + }, + { + "quality":"SMIL", + "quality_string":"Hoch", + "src":"rtsp:\/\/apasfw.apa.at:1935\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Signation---The__14218665__o__2177611826__s15602646_6__ORF2HD_13000121P_13003819P_Q6A.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtsp" + }, + { + "quality":"Q4A", + "quality_string":"Mittel", + "src":"rtsp:\/\/apasfw.apa.at:1935\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Signation---The__14218665__o__2177611826__s15602646_6__ORF2HD_13000121P_13003819P_Q4A.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtsp" + }, + { + "quality":"Q8C", + "quality_string":"Sehr hoch", + "src":"rtsp:\/\/apasfw.apa.at:1935\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Signation---The__14218665__o__2177611826__s15602646_6__ORF2HD_13000121P_13003819P_Q8C.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtsp" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Signation---The__14218665__o__2177611826__s15602646_6__ORF2HD_13000121P_13003819P_Q0A.3gp\/playlist.m3u8", + "is_uhd":false, + "quality":"Q0A", + "quality_string":"Sehr niedrig", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Signation---The__14218665__o__2177611826__s15602646_6__ORF2HD_13000121P_13003819P_Q1A.3gp\/playlist.m3u8", + "is_uhd":false, + "quality":"Q1A", + "quality_string":"Niedrig", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Signation---The__14218665__o__2177611826__s15602646_6__ORF2HD_13000121P_13003819P_Q4A.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"Q4A", + "quality_string":"Mittel", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Signation---The__14218665__o__2177611826__s15602646_6__ORF2HD_13000121P_13003819P_Q6A.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"Q6A", + "quality_string":"Hoch", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Signation---The__14218665__o__2177611826__s15602646_6__ORF2HD_13000121P_13003819P_Q8C.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"Q8C", + "quality_string":"Sehr hoch", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Signation---The__14218665__o__2177611826__s15602646_6__ORF2HD_13000121P_13003819P_QXA.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"QXA", + "quality_string":"Adaptiv", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Signation---The__14218665__o__2177611826__s15602646_6__ORF2HD_13000121P_13003819P_QXB.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"QXB", + "quality_string":"Adaptiv", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "quality":"Q1A", + "quality_string":"Niedrig", + "src":"https:\/\/apasfpd.sf.apa.at\/cms-worldwide\/online\/ac660c3eacee532e43b4877b9dfa5c21\/1711321200\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Signation---The__14218665__o__2177611826__s15602646_6__ORF2HD_13000121P_13003819P_Q1A.3gp", + "type":"video\/mp4", + "delivery":"progressive", + "protocol":"http" + }, + { + "quality":"Q4A", + "quality_string":"Mittel", + "src":"https:\/\/apasfpd.sf.apa.at\/cms-worldwide\/online\/4c991a009f1f4b0edb14757f9a9224ed\/1711321200\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Signation---The__14218665__o__2177611826__s15602646_6__ORF2HD_13000121P_13003819P_Q4A.mp4", + "type":"video\/mp4", + "delivery":"progressive", + "protocol":"http" + }, + { + "quality":"Q6A", + "quality_string":"Hoch", + "src":"https:\/\/apasfpd.sf.apa.at\/cms-worldwide\/online\/585a07876cc9d915dd7e6b1ef2fc8ded\/1711321200\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Signation---The__14218665__o__2177611826__s15602646_6__ORF2HD_13000121P_13003819P_Q6A.mp4", + "type":"video\/mp4", + "delivery":"progressive", + "protocol":"http" + }, + { + "quality":"Q8C", + "quality_string":"Sehr hoch", + "src":"https:\/\/apasfpd.sf.apa.at\/cms-worldwide\/online\/bc22ffa3b54d5844070dbf61bd10835d\/1711321200\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Signation---The__14218665__o__2177611826__s15602646_6__ORF2HD_13000121P_13003819P_Q8C.mp4", + "type":"video\/mp4", + "delivery":"progressive", + "protocol":"http" + } + ], + "position":0, + "last_segment":false, + "subtitles":[ + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/cf6d40351e59e0e231695d52ac96ca483c9a3cad.xml", + "type":"xml", + "lang":"de-AT" + }, + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/e0120fe9a7beb23cb4f953fb4ea969c68ccec339.srt", + "type":"srt", + "lang":"de-AT" + }, + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/04ca38c0e209d132ac522fc9c9d14a69dfa87b48.vtt", + "type":"vtt", + "lang":"de-AT" + }, + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/5a10c995faba778a2b9af801ee8ad36c86822074.smi", + "type":"sami", + "lang":"de-AT" + }, + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/12a79273b46bffd4b4ab663757001eab2a046a18.ttml", + "type":"ttml", + "lang":"de-AT" + } + ], + "right":"worldwide", + "is_enabled":true, + "has_active_youthprotection":false, + "pre_bumper":{ + "active":false, + "sources":[ + + ] + }, + "post_bumper":{ + "active":false, + "sources":[ + + ] + }, + "hash":"d2acd08415c25d2148d2a486ad7cf127" + }, + "tags":[ + + ], + "profile":{ + "audio_description":false, + "break_text":null, + "break_title":null, + "dataset_name":"", + "dds_identifier":"", + "description":"Der Nachrichten\u00fcberblick um 13.00 Uhr", + "has_active_youth_protection":false, + "has_youth_protection":false, + "headline":"ZIB 13:00", + "hide_in_letter_group":false, + "id":71280, + "letter_group":"Z", + "livestream_sub_headline":null, + "oegs":false, + "oewa_base_path":"Redcont\/Nachrichten\/Nachrichtenueberblick", + "profile_website":null, + "secondary_genres":[ + + ], + "sub_headline":null, + "title":"ZIB 13:00", + "type":"temporary", + "updated_at":"2024-03-08T11:14:56+01:00", + "youth_protection_type":"limited-20-06", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16094554" + }, + "image16x9_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16094554" + }, + "image2x3_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "image2x3":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "theme":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/theme\/9109687" + }, + "genre":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "links":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/links" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/episodes" + }, + "related_profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/related" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/advertising\/tags" + }, + "oegs_profile":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/c5f6f9dab90eec5160d9b26d90892dd37351db72.jpeg" + } + } + }, + "image16x9_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/c5f6f9dab90eec5160d9b26d90892dd37351db72.jpeg" + } + } + }, + "image2x3_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "image2x3":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "theme":{ + "color":"#1C324C", + "id":9109687, + "name":"ZIB 13:00", + "updated_at":"2016-10-11T00:05:51+02:00", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/theme\/9109687" + }, + "header_image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/838" + }, + "header_background_image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/837" + }, + "background_image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/836" + } + }, + "_embedded":{ + "header_image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "header_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_838_themes_header_image.png" + }, + "header_background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_838_themes_header_background_image.png" + }, + "background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_838_themes_background_image.png" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/375febcc02b958b11e4ad18fc780635bc78ff6f8.png" + } + } + }, + "header_background_image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "header_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_837_themes_header_image.png" + }, + "header_background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_837_themes_header_background_image.png" + }, + "background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_837_themes_background_image.png" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/ff9dc981ae14db44df2bb0084bd7eb15f5debda0.png" + } + } + }, + "background_image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "header_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_836_themes_header_image.png" + }, + "header_background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_836_themes_header_background_image.png" + }, + "background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_836_themes_background_image.png" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/1e3aed2ccb61f2384a4c0144d052d8dd286d7797.png" + } + } + } + } + }, + "genre":{ + "id":2703825, + "advertising_mapping":{ + "live":{ + "web":{ + "sb":4420075, + "tbar":4420076, + "pre":4420077, + "post":4420078 + }, + "mob":{ + "par":4420079, + "pre":4420222, + "post":4420081 + }, + "app":{ + "par":4420082, + "pre":4420083, + "post":4420084 + }, + "smart":{ + "pre":4420085, + "post":4420086 + } + }, + "vod":{ + "web":{ + "sb":4420450, + "tbar":4420451, + "pre":4420452, + "post":4420453 + }, + "mob":{ + "par":4420454, + "pre":4420455, + "post":4420456 + }, + "app":{ + "par":4420457, + "pre":4420458, + "post":4420459 + }, + "smart":{ + "pre":4420460, + "post":4420461 + } + } + }, + "sorting":8, + "title":"ZIB & Information", + "updated_at":"2023-12-31T16:59:37+01:00", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596302" + }, + "profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/profiles" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episodes" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/advertising\/tags" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/a6885e2f8ea6f778dcac9af57dfea24006218d76.jpeg" + } + } + }, + "tags":[ + + ], + "advertising_tags":[ + + ] + } + }, + "links":[ + { + "id":13913304, + "title":"Streaming-Highlights: Newsletter abonnieren", + "updated_at":"2024-01-03T12:42:39+01:00", + "url":"https:\/\/tvthek-newsletter.orf.at\/", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/link\/13913304" + } + } + }, + { + "id":6552, + "title":"Mehr zur ZIB in tv.ORF.at", + "updated_at":"2015-01-19T10:26:37+01:00", + "url":"http:\/\/tv.orf.at\/zeitimbild\/", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/link\/6552" + } + } + } + ], + "tags":[ + { + "id":15, + "name":"Zeit im Bild", + "updated_at":"2017-02-06T09:22:02+01:00" + } + ], + "advertising_tags":[ + + ], + "audio_description_profile":null, + "oegs_profile":{ + "audio_description":false, + "break_text":null, + "break_title":null, + "dataset_name":null, + "dds_identifier":"", + "description":"Der Nachrichten\u00fcberblick um 13.00 Uhr", + "has_active_youth_protection":false, + "has_youth_protection":false, + "headline":"ZIB 13:00 (\u00d6GS)", + "hide_in_letter_group":false, + "id":13891370, + "letter_group":"Z", + "livestream_sub_headline":null, + "oegs":true, + "oewa_base_path":"Redcont\/Nachrichten\/Nachrichtenueberblick", + "profile_website":null, + "secondary_genres":[ + + ], + "sub_headline":null, + "title":"ZIB 13:00 (\u00d6GS)", + "type":"temporary", + "updated_at":"2024-03-08T11:15:04+01:00", + "youth_protection_type":"limited-20-06", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/14968339" + }, + "image16x9_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/14968339" + }, + "image2x3_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "image2x3":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "genre":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "links":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/links" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/episodes" + }, + "related_profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/related" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/advertising\/tags" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/1975e664b7234ae20b75d2dc304728b09ee8637e.jpeg" + } + } + }, + "image16x9_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/1975e664b7234ae20b75d2dc304728b09ee8637e.jpeg" + } + } + }, + "image2x3_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "image2x3":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "theme":null, + "genre":{ + "id":2703825, + "advertising_mapping":{ + "live":{ + "web":{ + "sb":4420075, + "tbar":4420076, + "pre":4420077, + "post":4420078 + }, + "mob":{ + "par":4420079, + "pre":4420222, + "post":4420081 + }, + "app":{ + "par":4420082, + "pre":4420083, + "post":4420084 + }, + "smart":{ + "pre":4420085, + "post":4420086 + } + }, + "vod":{ + "web":{ + "sb":4420450, + "tbar":4420451, + "pre":4420452, + "post":4420453 + }, + "mob":{ + "par":4420454, + "pre":4420455, + "post":4420456 + }, + "app":{ + "par":4420457, + "pre":4420458, + "post":4420459 + }, + "smart":{ + "pre":4420460, + "post":4420461 + } + } + }, + "sorting":8, + "title":"ZIB & Information", + "updated_at":"2023-12-31T16:59:37+01:00", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596302" + }, + "profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/profiles" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episodes" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/advertising\/tags" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/a6885e2f8ea6f778dcac9af57dfea24006218d76.jpeg" + } + } + }, + "tags":[ + + ], + "advertising_tags":[ + + ] + } + }, + "links":[ + { + "id":13913304, + "title":"Streaming-Highlights: Newsletter abonnieren", + "updated_at":"2024-01-03T12:42:39+01:00", + "url":"https:\/\/tvthek-newsletter.orf.at\/", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/link\/13913304" + } + } + } + ], + "tags":[ + + ], + "advertising_tags":[ + + ], + "audio_description_profile":null, + "oegs_profile":null + } + } + } + } + } + }, + { + "adition_advertising_query_string":"stype:vod,scat:zib-information,scatid:2703825,spro:zib-1300,sproid:71280,episodeid:14218665,duration:122480,advertisingtags:", + "advertising_mapping":{ + "live":{ + "web":{ + "sb":4423852, + "tbar":4423851, + "pre":4423862, + "post":4423861 + }, + "mob":{ + "par":4423850, + "pre":4423858, + "post":4423857 + }, + "app":{ + "par":4423849, + "pre":4423856, + "post":4423855 + }, + "smart":{ + "pre":4423860, + "post":4423859, + "lane":4423853, + "bar":4423854 + } + }, + "vod":{ + "web":{ + "sb":4423852, + "tbar":4423851, + "pre":4423862, + "post":4423861 + }, + "mob":{ + "par":4423850, + "pre":4423858, + "post":4423857 + }, + "app":{ + "par":4423849, + "pre":4423856, + "post":4423855 + }, + "smart":{ + "pre":4423860, + "post":4423859, + "lane":4423853, + "bar":4423854 + } + } + }, + "advertising_query_string":"stype=vod&scat=zib-information&scatid=2703825&spro=zib-1300&sproid=71280&episodeid=14218665&duration=122480&advertisingtags=", + "blackfades":[ + + ], + "episode_date":"2024-03-20T13:00:00+01:00", + "date_as_string":"Mi, 20.3.2024", + "vod_ressort":null, + "description":"Im Nationalrat wird am Mittwoch \u00fcber das Wohnbaupaket der Regierung debattiert. Ein zentraler Punkt sind Wohnbauf\u00f6rderungsdarlehen der L\u00e4nder und die Streichung von Geb\u00fchren beim Erwerb von Eigenheimen.", + "drm_token":null, + "duration_as_string":"02:02 Min.", + "duration_seconds":122, + "enabled":true, + "encrypted_id":"ODc4M2hqZDcyOTNrbWQxNTYwMjY0Nw==", + "episode_id":14218665, + "exact_duration":122480, + "genre_id":2703825, + "genre_title":"ZIB & Information", + "right":"worldwide", + "focus":false, + "show_countdown":true, + "has_thumbnail":true, + "headline":"Wohnbaupaket passiert Nationalrat", + "id":15602647, + "is_archive":false, + "is_drm_protected":false, + "jump_mark":false, + "jump_marks":[ + { + "start_time":"00:00:25.731", + "end_time":"00:02:02.480" + } + ], + "killdate_extern":"2024-04-19T13:00:00+02:00", + "killdate":"2024-04-19T13:00:00+02:00", + "livedate":"2024-03-20T13:00:00+01:00", + "livedate_extern":"2024-03-20T13:00:00+01:00", + "SSA":{ + "cliptype":"Sendung", + "videoid":15602647, + "videopartid":"2_16", + "videocategory":"ZIB-Information", + "videotitle":"ZIB-1300-vom-20-03-2024_Wohnbaupaket-passiert-Nationalrat", + "videoduration":122, + "episodeduration":1177, + "episodeid":14218665, + "airdate":"2024-03-20T13:00:00+01:00", + "clipreleasetime":"2024-03-20T13:30:02+01:00", + "programname":"ZIB-1300", + "channel":"orf2" + }, + "disable_display_ads_orf_platforms":false, + "disable_instream_ads_orf_platforms":false, + "position":1, + "episodes_reference":"", + "share_body":"https:\/\/tvthek.orf.at\/profile\/ZIB-1300\/71280\/ZIB-1300-vom-20-03-2024\/14218665\/Wohnbaupaket-passiert-Nationalrat\/15602647", + "share_subject":"Wohnbaupaket passiert Nationalrat - ZIB 13:00 vom 20.03.2024 vom 20.03.2024 um 13:00 Uhr", + "show_display_ads":true, + "show_instream_ads":false, + "sources":{ + "hls":[ + { + "is_uhd":false, + "quality_key":"QXA", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Wohnbaupaket-pa__14218665__o__9042095706__s15602647_7__ORF2HD_13003819P_13024106P_QXA.mp4\/playlist.m3u8", + "is_adaptive_stream":true, + "is_drm_protected":false + }, + { + "is_uhd":false, + "quality_key":"QXB", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Wohnbaupaket-pa__14218665__o__9042095706__s15602647_7__ORF2HD_13003819P_13024106P_QXB.mp4\/playlist.m3u8", + "is_adaptive_stream":true, + "is_drm_protected":false + } + ], + "dash":[ + { + "is_uhd":false, + "quality_key":"QXA", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Wohnbaupaket-pa__14218665__o__9042095706__s15602647_7__ORF2HD_13003819P_13024106P_QXA.mp4\/manifest.mpd", + "is_adaptive_stream":true, + "is_drm_protected":false + }, + { + "is_uhd":false, + "quality_key":"QXB", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Wohnbaupaket-pa__14218665__o__9042095706__s15602647_7__ORF2HD_13003819P_13024106P_QXB.mp4\/manifest.mpd", + "is_adaptive_stream":true, + "is_drm_protected":false + } + ] + }, + "state":"distributed", + "sub_headline":"ZIB 13:00", + "teaser_text":null, + "teaser_title":null, + "thumbnail_activated":true, + "thumbnail_distributed":true, + "thumbnail_folder":"cms-preview-clips", + "thumbnail_sources":{ + "hls":[ + { + "quality_key":"Q6A", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Wohnbaupaket-pa__14218665__o__9042095706__s15602647_7__ORF2HD_13003819P_13024106P_clip_Q6A.mp4\/playlist.m3u8" + }, + { + "quality_key":"Q8C", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Wohnbaupaket-pa__14218665__o__9042095706__s15602647_7__ORF2HD_13003819P_13024106P_clip_Q8C.mp4\/playlist.m3u8" + } + ], + "dash":[ + { + "quality_key":"Q6A", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Wohnbaupaket-pa__14218665__o__9042095706__s15602647_7__ORF2HD_13003819P_13024106P_clip_Q6A.mp4\/manifest.mpd" + }, + { + "quality_key":"Q8C", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Wohnbaupaket-pa__14218665__o__9042095706__s15602647_7__ORF2HD_13003819P_13024106P_clip_Q8C.mp4\/manifest.mpd" + } + ] + }, + "sprite_sources":[ + + ], + "title":"Wohnbaupaket passiert Nationalrat", + "updated_at":"2024-03-20T14:22:12+01:00", + "videobumper":{ + "prevideobumper":{ + "active":false, + "sources":{ + "hls":[ + + ], + "progressive_download":[ + + ] + } + }, + "postvideobumper":{ + "active":false, + "sources":{ + "hls":[ + + ], + "progressive_download":[ + + ] + } + } + }, + "video_file_name":"2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Wohnbaupaket-pa__14218665__o__9042095706__s15602647_7__ORF2HD_13003819P_13024106P", + "video_stream_url":null, + "video_type":"segment", + "voez":true, + "voez_ads_allowed":true, + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15602647" + }, + "episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14218665" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17055556" + }, + "image16x9_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17055556" + }, + "image2x3_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "image2x3":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "links":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15602647\/links" + }, + "subtitle":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/subtitle\/916753" + }, + "playlist":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15602647\/playlist" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15602647\/tags" + }, + "profile":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055556_segments_highlight_teaser.jpg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055556_segments_player.jpg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055556_segments_list.jpg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055556_segments_small.jpg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/de78449bb8017d51d333af84c8f7c8b3651e02c6.jpg" + } + } + }, + "image16x9_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055556_segments_highlight_teaser.jpg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055556_segments_player.jpg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055556_segments_list.jpg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055556_segments_small.jpg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/de78449bb8017d51d333af84c8f7c8b3651e02c6.jpg" + } + } + }, + "image2x3_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "image2x3":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "links":[ + + ], + "subtitle":{ + "id":916753, + "parsed_at":null, + "sami_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/ab94897ea109e014a62bb928466b4cf291e3126c.smi", + "srt_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/ed394193c8dc23b32784c35780328b0ed562b9f2.srt", + "stl_url":null, + "ttml_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/2914718fdae875cd8c0e52f7a3e3a5c9e49c9161.ttml", + "updated_at":"2024-03-20T14:24:31+01:00", + "vtt_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/55b95e1f85d77297d88866605cd04f0f0aff82e1.vtt", + "xml_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/7732ee87036a4205ef1bed1529bd6e44232417d7.xml", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/subtitle\/916753" + }, + "xml_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058538" + }, + "srt_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058539" + }, + "vtt_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058540" + }, + "sami_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058542" + }, + "ttml_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058541" + } + }, + "_embedded":{ + "xml_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/7732ee87036a4205ef1bed1529bd6e44232417d7.xml" + } + } + }, + "stl_file":null, + "srt_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/ed394193c8dc23b32784c35780328b0ed562b9f2.srt" + } + } + }, + "vtt_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/55b95e1f85d77297d88866605cd04f0f0aff82e1.vtt" + } + } + }, + "sami_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/ab94897ea109e014a62bb928466b4cf291e3126c.smi" + } + } + }, + "ttml_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/2914718fdae875cd8c0e52f7a3e3a5c9e49c9161.ttml" + } + } + } + } + }, + "playlist":{ + "id":15602647, + "episode_id":14218665, + "title_prefix":"", + "title_separator":"|", + "title":"Wohnbaupaket passiert Nationalrat", + "description":"Im Nationalrat wird am Mittwoch \u00fcber das Wohnbaupaket der Regierung debattiert. Ein zentraler Punkt sind Wohnbauf\u00f6rderungsdarlehen der L\u00e4nder und die Streichung von Geb\u00fchren beim Erwerb von Eigenheimen.", + "duration":122480, + "preview_image_url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055556_segments_player.jpg", + "sources":[ + { + "quality":"Q1A", + "quality_string":"Niedrig", + "src":"rtmp:\/\/apasfw.apa.at\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Wohnbaupaket-pa__14218665__o__9042095706__s15602647_7__ORF2HD_13003819P_13024106P_Q1A.3gp", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtmp" + }, + { + "quality":"Q4A", + "quality_string":"Mittel", + "src":"rtmp:\/\/apasfw.apa.at\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Wohnbaupaket-pa__14218665__o__9042095706__s15602647_7__ORF2HD_13003819P_13024106P_Q4A.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtmp" + }, + { + "quality":"Q6A", + "quality_string":"Hoch", + "src":"rtmp:\/\/apasfw.apa.at\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Wohnbaupaket-pa__14218665__o__9042095706__s15602647_7__ORF2HD_13003819P_13024106P_Q6A.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtmp" + }, + { + "quality":"Q8C", + "quality_string":"Sehr hoch", + "src":"rtmp:\/\/apasfw.apa.at\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Wohnbaupaket-pa__14218665__o__9042095706__s15602647_7__ORF2HD_13003819P_13024106P_Q8C.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtmp" + }, + { + "quality":"Q1A", + "quality_string":"Niedrig", + "src":"rtsp:\/\/apasfw.apa.at:1935\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Wohnbaupaket-pa__14218665__o__9042095706__s15602647_7__ORF2HD_13003819P_13024106P_Q1A.3gp", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtsp" + }, + { + "quality":"SMIL", + "quality_string":"Hoch", + "src":"rtsp:\/\/apasfw.apa.at:1935\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Wohnbaupaket-pa__14218665__o__9042095706__s15602647_7__ORF2HD_13003819P_13024106P_Q6A.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtsp" + }, + { + "quality":"Q4A", + "quality_string":"Mittel", + "src":"rtsp:\/\/apasfw.apa.at:1935\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Wohnbaupaket-pa__14218665__o__9042095706__s15602647_7__ORF2HD_13003819P_13024106P_Q4A.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtsp" + }, + { + "quality":"Q8C", + "quality_string":"Sehr hoch", + "src":"rtsp:\/\/apasfw.apa.at:1935\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Wohnbaupaket-pa__14218665__o__9042095706__s15602647_7__ORF2HD_13003819P_13024106P_Q8C.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtsp" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Wohnbaupaket-pa__14218665__o__9042095706__s15602647_7__ORF2HD_13003819P_13024106P_Q0A.3gp\/playlist.m3u8", + "is_uhd":false, + "quality":"Q0A", + "quality_string":"Sehr niedrig", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Wohnbaupaket-pa__14218665__o__9042095706__s15602647_7__ORF2HD_13003819P_13024106P_Q1A.3gp\/playlist.m3u8", + "is_uhd":false, + "quality":"Q1A", + "quality_string":"Niedrig", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Wohnbaupaket-pa__14218665__o__9042095706__s15602647_7__ORF2HD_13003819P_13024106P_Q4A.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"Q4A", + "quality_string":"Mittel", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Wohnbaupaket-pa__14218665__o__9042095706__s15602647_7__ORF2HD_13003819P_13024106P_Q6A.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"Q6A", + "quality_string":"Hoch", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Wohnbaupaket-pa__14218665__o__9042095706__s15602647_7__ORF2HD_13003819P_13024106P_Q8C.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"Q8C", + "quality_string":"Sehr hoch", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Wohnbaupaket-pa__14218665__o__9042095706__s15602647_7__ORF2HD_13003819P_13024106P_QXA.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"QXA", + "quality_string":"Adaptiv", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Wohnbaupaket-pa__14218665__o__9042095706__s15602647_7__ORF2HD_13003819P_13024106P_QXB.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"QXB", + "quality_string":"Adaptiv", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "quality":"Q1A", + "quality_string":"Niedrig", + "src":"https:\/\/apasfpd.sf.apa.at\/cms-worldwide\/online\/446d5354e7007ffca629561ca22b91c5\/1711321200\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Wohnbaupaket-pa__14218665__o__9042095706__s15602647_7__ORF2HD_13003819P_13024106P_Q1A.3gp", + "type":"video\/mp4", + "delivery":"progressive", + "protocol":"http" + }, + { + "quality":"Q4A", + "quality_string":"Mittel", + "src":"https:\/\/apasfpd.sf.apa.at\/cms-worldwide\/online\/e34370084cd40ae3a0320511196b07e8\/1711321200\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Wohnbaupaket-pa__14218665__o__9042095706__s15602647_7__ORF2HD_13003819P_13024106P_Q4A.mp4", + "type":"video\/mp4", + "delivery":"progressive", + "protocol":"http" + }, + { + "quality":"Q6A", + "quality_string":"Hoch", + "src":"https:\/\/apasfpd.sf.apa.at\/cms-worldwide\/online\/a1da24808ad2a9afc8706fbe5160afe1\/1711321200\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Wohnbaupaket-pa__14218665__o__9042095706__s15602647_7__ORF2HD_13003819P_13024106P_Q6A.mp4", + "type":"video\/mp4", + "delivery":"progressive", + "protocol":"http" + }, + { + "quality":"Q8C", + "quality_string":"Sehr hoch", + "src":"https:\/\/apasfpd.sf.apa.at\/cms-worldwide\/online\/a3c23a51e6cbc2c364b07c3520b541f9\/1711321200\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Wohnbaupaket-pa__14218665__o__9042095706__s15602647_7__ORF2HD_13003819P_13024106P_Q8C.mp4", + "type":"video\/mp4", + "delivery":"progressive", + "protocol":"http" + } + ], + "position":1, + "last_segment":false, + "subtitles":[ + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/7732ee87036a4205ef1bed1529bd6e44232417d7.xml", + "type":"xml", + "lang":"de-AT" + }, + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/ed394193c8dc23b32784c35780328b0ed562b9f2.srt", + "type":"srt", + "lang":"de-AT" + }, + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/55b95e1f85d77297d88866605cd04f0f0aff82e1.vtt", + "type":"vtt", + "lang":"de-AT" + }, + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/ab94897ea109e014a62bb928466b4cf291e3126c.smi", + "type":"sami", + "lang":"de-AT" + }, + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/2914718fdae875cd8c0e52f7a3e3a5c9e49c9161.ttml", + "type":"ttml", + "lang":"de-AT" + } + ], + "right":"worldwide", + "is_enabled":true, + "has_active_youthprotection":false, + "pre_bumper":{ + "active":false, + "sources":[ + + ] + }, + "post_bumper":{ + "active":false, + "sources":[ + + ] + }, + "hash":"8330262706b45da57d04f0edd3382ac3" + }, + "tags":[ + + ], + "profile":{ + "audio_description":false, + "break_text":null, + "break_title":null, + "dataset_name":"", + "dds_identifier":"", + "description":"Der Nachrichten\u00fcberblick um 13.00 Uhr", + "has_active_youth_protection":false, + "has_youth_protection":false, + "headline":"ZIB 13:00", + "hide_in_letter_group":false, + "id":71280, + "letter_group":"Z", + "livestream_sub_headline":null, + "oegs":false, + "oewa_base_path":"Redcont\/Nachrichten\/Nachrichtenueberblick", + "profile_website":null, + "secondary_genres":[ + + ], + "sub_headline":null, + "title":"ZIB 13:00", + "type":"temporary", + "updated_at":"2024-03-08T11:14:56+01:00", + "youth_protection_type":"limited-20-06", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16094554" + }, + "image16x9_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16094554" + }, + "image2x3_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "image2x3":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "theme":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/theme\/9109687" + }, + "genre":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "links":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/links" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/episodes" + }, + "related_profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/related" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/advertising\/tags" + }, + "oegs_profile":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/c5f6f9dab90eec5160d9b26d90892dd37351db72.jpeg" + } + } + }, + "image16x9_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/c5f6f9dab90eec5160d9b26d90892dd37351db72.jpeg" + } + } + }, + "image2x3_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "image2x3":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "theme":{ + "color":"#1C324C", + "id":9109687, + "name":"ZIB 13:00", + "updated_at":"2016-10-11T00:05:51+02:00", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/theme\/9109687" + }, + "header_image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/838" + }, + "header_background_image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/837" + }, + "background_image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/836" + } + }, + "_embedded":{ + "header_image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "header_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_838_themes_header_image.png" + }, + "header_background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_838_themes_header_background_image.png" + }, + "background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_838_themes_background_image.png" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/375febcc02b958b11e4ad18fc780635bc78ff6f8.png" + } + } + }, + "header_background_image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "header_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_837_themes_header_image.png" + }, + "header_background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_837_themes_header_background_image.png" + }, + "background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_837_themes_background_image.png" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/ff9dc981ae14db44df2bb0084bd7eb15f5debda0.png" + } + } + }, + "background_image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "header_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_836_themes_header_image.png" + }, + "header_background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_836_themes_header_background_image.png" + }, + "background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_836_themes_background_image.png" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/1e3aed2ccb61f2384a4c0144d052d8dd286d7797.png" + } + } + } + } + }, + "genre":{ + "id":2703825, + "advertising_mapping":{ + "live":{ + "web":{ + "sb":4420075, + "tbar":4420076, + "pre":4420077, + "post":4420078 + }, + "mob":{ + "par":4420079, + "pre":4420222, + "post":4420081 + }, + "app":{ + "par":4420082, + "pre":4420083, + "post":4420084 + }, + "smart":{ + "pre":4420085, + "post":4420086 + } + }, + "vod":{ + "web":{ + "sb":4420450, + "tbar":4420451, + "pre":4420452, + "post":4420453 + }, + "mob":{ + "par":4420454, + "pre":4420455, + "post":4420456 + }, + "app":{ + "par":4420457, + "pre":4420458, + "post":4420459 + }, + "smart":{ + "pre":4420460, + "post":4420461 + } + } + }, + "sorting":8, + "title":"ZIB & Information", + "updated_at":"2023-12-31T16:59:37+01:00", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596302" + }, + "profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/profiles" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episodes" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/advertising\/tags" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/a6885e2f8ea6f778dcac9af57dfea24006218d76.jpeg" + } + } + }, + "tags":[ + + ], + "advertising_tags":[ + + ] + } + }, + "links":[ + { + "id":13913304, + "title":"Streaming-Highlights: Newsletter abonnieren", + "updated_at":"2024-01-03T12:42:39+01:00", + "url":"https:\/\/tvthek-newsletter.orf.at\/", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/link\/13913304" + } + } + }, + { + "id":6552, + "title":"Mehr zur ZIB in tv.ORF.at", + "updated_at":"2015-01-19T10:26:37+01:00", + "url":"http:\/\/tv.orf.at\/zeitimbild\/", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/link\/6552" + } + } + } + ], + "tags":[ + { + "id":15, + "name":"Zeit im Bild", + "updated_at":"2017-02-06T09:22:02+01:00" + } + ], + "advertising_tags":[ + + ], + "audio_description_profile":null, + "oegs_profile":{ + "audio_description":false, + "break_text":null, + "break_title":null, + "dataset_name":null, + "dds_identifier":"", + "description":"Der Nachrichten\u00fcberblick um 13.00 Uhr", + "has_active_youth_protection":false, + "has_youth_protection":false, + "headline":"ZIB 13:00 (\u00d6GS)", + "hide_in_letter_group":false, + "id":13891370, + "letter_group":"Z", + "livestream_sub_headline":null, + "oegs":true, + "oewa_base_path":"Redcont\/Nachrichten\/Nachrichtenueberblick", + "profile_website":null, + "secondary_genres":[ + + ], + "sub_headline":null, + "title":"ZIB 13:00 (\u00d6GS)", + "type":"temporary", + "updated_at":"2024-03-08T11:15:04+01:00", + "youth_protection_type":"limited-20-06", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/14968339" + }, + "image16x9_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/14968339" + }, + "image2x3_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "image2x3":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "genre":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "links":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/links" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/episodes" + }, + "related_profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/related" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/advertising\/tags" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/1975e664b7234ae20b75d2dc304728b09ee8637e.jpeg" + } + } + }, + "image16x9_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/1975e664b7234ae20b75d2dc304728b09ee8637e.jpeg" + } + } + }, + "image2x3_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "image2x3":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "theme":null, + "genre":{ + "id":2703825, + "advertising_mapping":{ + "live":{ + "web":{ + "sb":4420075, + "tbar":4420076, + "pre":4420077, + "post":4420078 + }, + "mob":{ + "par":4420079, + "pre":4420222, + "post":4420081 + }, + "app":{ + "par":4420082, + "pre":4420083, + "post":4420084 + }, + "smart":{ + "pre":4420085, + "post":4420086 + } + }, + "vod":{ + "web":{ + "sb":4420450, + "tbar":4420451, + "pre":4420452, + "post":4420453 + }, + "mob":{ + "par":4420454, + "pre":4420455, + "post":4420456 + }, + "app":{ + "par":4420457, + "pre":4420458, + "post":4420459 + }, + "smart":{ + "pre":4420460, + "post":4420461 + } + } + }, + "sorting":8, + "title":"ZIB & Information", + "updated_at":"2023-12-31T16:59:37+01:00", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596302" + }, + "profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/profiles" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episodes" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/advertising\/tags" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/a6885e2f8ea6f778dcac9af57dfea24006218d76.jpeg" + } + } + }, + "tags":[ + + ], + "advertising_tags":[ + + ] + } + }, + "links":[ + { + "id":13913304, + "title":"Streaming-Highlights: Newsletter abonnieren", + "updated_at":"2024-01-03T12:42:39+01:00", + "url":"https:\/\/tvthek-newsletter.orf.at\/", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/link\/13913304" + } + } + } + ], + "tags":[ + + ], + "advertising_tags":[ + + ], + "audio_description_profile":null, + "oegs_profile":null + } + } + } + } + } + }, + { + "adition_advertising_query_string":"stype:vod,scat:zib-information,scatid:2703825,spro:zib-1300,sproid:71280,episodeid:14218665,duration:133738,advertisingtags:", + "advertising_mapping":{ + "live":{ + "web":{ + "sb":4423852, + "tbar":4423851, + "pre":4423862, + "post":4423861 + }, + "mob":{ + "par":4423850, + "pre":4423858, + "post":4423857 + }, + "app":{ + "par":4423849, + "pre":4423856, + "post":4423855 + }, + "smart":{ + "pre":4423860, + "post":4423859, + "lane":4423853, + "bar":4423854 + } + }, + "vod":{ + "web":{ + "sb":4423852, + "tbar":4423851, + "pre":4423862, + "post":4423861 + }, + "mob":{ + "par":4423850, + "pre":4423858, + "post":4423857 + }, + "app":{ + "par":4423849, + "pre":4423856, + "post":4423855 + }, + "smart":{ + "pre":4423860, + "post":4423859, + "lane":4423853, + "bar":4423854 + } + } + }, + "advertising_query_string":"stype=vod&scat=zib-information&scatid=2703825&spro=zib-1300&sproid=71280&episodeid=14218665&duration=133738&advertisingtags=", + "blackfades":[ + + ], + "episode_date":"2024-03-20T13:00:00+01:00", + "date_as_string":"Mi, 20.3.2024", + "vod_ressort":null, + "description":"Peter Unger aus der ORF-Innenpolitikredaktion analysiert das neue Wohnbaupaket. Er schildert, wer am meisten von den Ma\u00dfnahmen der Regierung profitiert.", + "drm_token":null, + "duration_as_string":"02:13 Min.", + "duration_seconds":133, + "enabled":true, + "encrypted_id":"ODc4M2hqZDcyOTNrbWQxNTYwMjY2OA==", + "episode_id":14218665, + "exact_duration":133738, + "genre_id":2703825, + "genre_title":"ZIB & Information", + "right":"worldwide", + "focus":false, + "show_countdown":true, + "has_thumbnail":true, + "headline":"ORF-Analyse: Details zum Wohnbaupaket", + "id":15602668, + "is_archive":false, + "is_drm_protected":false, + "jump_mark":false, + "jump_marks":[ + + ], + "killdate_extern":"2024-04-19T13:00:00+02:00", + "killdate":"2024-04-19T13:00:00+02:00", + "livedate":"2024-03-20T13:00:00+01:00", + "livedate_extern":"2024-03-20T13:00:00+01:00", + "SSA":{ + "cliptype":"Sendung", + "videoid":15602668, + "videopartid":"3_16", + "videocategory":"ZIB-Information", + "videotitle":"ZIB-1300-vom-20-03-2024_ORF-Analyse-Details-zum-Wohnbaupaket", + "videoduration":133, + "episodeduration":1177, + "episodeid":14218665, + "airdate":"2024-03-20T13:00:00+01:00", + "clipreleasetime":"2024-03-20T13:30:02+01:00", + "programname":"ZIB-1300", + "channel":"orf2" + }, + "disable_display_ads_orf_platforms":false, + "disable_instream_ads_orf_platforms":false, + "position":2, + "episodes_reference":"", + "share_body":"https:\/\/tvthek.orf.at\/profile\/ZIB-1300\/71280\/ZIB-1300-vom-20-03-2024\/14218665\/ORF-Analyse-Details-zum-Wohnbaupaket\/15602668", + "share_subject":"ORF-Analyse: Details zum Wohnbaupaket - ZIB 13:00 vom 20.03.2024 vom 20.03.2024 um 13:00 Uhr", + "show_display_ads":true, + "show_instream_ads":false, + "sources":{ + "hls":[ + { + "is_uhd":false, + "quality_key":"QXA", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_ORF-Analyse--De__14218665__o__6140733916__s15602668_8__ORF2HD_13024106P_13045424P_QXA.mp4\/playlist.m3u8", + "is_adaptive_stream":true, + "is_drm_protected":false + }, + { + "is_uhd":false, + "quality_key":"QXB", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_ORF-Analyse--De__14218665__o__6140733916__s15602668_8__ORF2HD_13024106P_13045424P_QXB.mp4\/playlist.m3u8", + "is_adaptive_stream":true, + "is_drm_protected":false + } + ], + "dash":[ + { + "is_uhd":false, + "quality_key":"QXA", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_ORF-Analyse--De__14218665__o__6140733916__s15602668_8__ORF2HD_13024106P_13045424P_QXA.mp4\/manifest.mpd", + "is_adaptive_stream":true, + "is_drm_protected":false + }, + { + "is_uhd":false, + "quality_key":"QXB", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_ORF-Analyse--De__14218665__o__6140733916__s15602668_8__ORF2HD_13024106P_13045424P_QXB.mp4\/manifest.mpd", + "is_adaptive_stream":true, + "is_drm_protected":false + } + ] + }, + "state":"distributed", + "sub_headline":"ZIB 13:00", + "teaser_text":null, + "teaser_title":null, + "thumbnail_activated":true, + "thumbnail_distributed":true, + "thumbnail_folder":"cms-preview-clips", + "thumbnail_sources":{ + "hls":[ + { + "quality_key":"Q6A", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_ORF-Analyse--De__14218665__o__6140733916__s15602668_8__ORF2HD_13024106P_13045424P_clip_Q6A.mp4\/playlist.m3u8" + }, + { + "quality_key":"Q8C", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_ORF-Analyse--De__14218665__o__6140733916__s15602668_8__ORF2HD_13024106P_13045424P_clip_Q8C.mp4\/playlist.m3u8" + } + ], + "dash":[ + { + "quality_key":"Q6A", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_ORF-Analyse--De__14218665__o__6140733916__s15602668_8__ORF2HD_13024106P_13045424P_clip_Q6A.mp4\/manifest.mpd" + }, + { + "quality_key":"Q8C", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_ORF-Analyse--De__14218665__o__6140733916__s15602668_8__ORF2HD_13024106P_13045424P_clip_Q8C.mp4\/manifest.mpd" + } + ] + }, + "sprite_sources":[ + + ], + "title":"ORF-Analyse: Details zum Wohnbaupaket", + "updated_at":"2024-03-20T14:22:12+01:00", + "videobumper":{ + "prevideobumper":{ + "active":false, + "sources":{ + "hls":[ + + ], + "progressive_download":[ + + ] + } + }, + "postvideobumper":{ + "active":false, + "sources":{ + "hls":[ + + ], + "progressive_download":[ + + ] + } + } + }, + "video_file_name":"2024-03-20_1300_tl_02_ZIB-13-00-vom-2_ORF-Analyse--De__14218665__o__6140733916__s15602668_8__ORF2HD_13024106P_13045424P", + "video_stream_url":null, + "video_type":"segment", + "voez":true, + "voez_ads_allowed":true, + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15602668" + }, + "episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14218665" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17055557" + }, + "image16x9_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17055557" + }, + "image2x3_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "image2x3":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "links":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15602668\/links" + }, + "subtitle":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/subtitle\/916754" + }, + "playlist":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15602668\/playlist" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15602668\/tags" + }, + "profile":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055557_segments_highlight_teaser.jpg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055557_segments_player.jpg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055557_segments_list.jpg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055557_segments_small.jpg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/cc7c3ec9631921ea72bde69d1bb77520d8b22ecc.jpg" + } + } + }, + "image16x9_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055557_segments_highlight_teaser.jpg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055557_segments_player.jpg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055557_segments_list.jpg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055557_segments_small.jpg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/cc7c3ec9631921ea72bde69d1bb77520d8b22ecc.jpg" + } + } + }, + "image2x3_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "image2x3":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "links":[ + + ], + "subtitle":{ + "id":916754, + "parsed_at":null, + "sami_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/51ff5bb9cbc5d3f51b461fd759c21f12872cc980.smi", + "srt_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/e14d0d68b000ece2d490adb03bb05abba484a38d.srt", + "stl_url":null, + "ttml_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/54a20fd9ac429ae26088b0cf9aaee7ffeee99804.ttml", + "updated_at":"2024-03-20T14:24:31+01:00", + "vtt_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/273e6a380c52de738d5b283506d26b3192a21ada.vtt", + "xml_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/45c1044edd4aa2893f200679e0a62c2c185440ff.xml", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/subtitle\/916754" + }, + "xml_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058543" + }, + "srt_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058544" + }, + "vtt_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058545" + }, + "sami_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058547" + }, + "ttml_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058546" + } + }, + "_embedded":{ + "xml_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/45c1044edd4aa2893f200679e0a62c2c185440ff.xml" + } + } + }, + "stl_file":null, + "srt_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/e14d0d68b000ece2d490adb03bb05abba484a38d.srt" + } + } + }, + "vtt_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/273e6a380c52de738d5b283506d26b3192a21ada.vtt" + } + } + }, + "sami_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/51ff5bb9cbc5d3f51b461fd759c21f12872cc980.smi" + } + } + }, + "ttml_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/54a20fd9ac429ae26088b0cf9aaee7ffeee99804.ttml" + } + } + } + } + }, + "playlist":{ + "id":15602668, + "episode_id":14218665, + "title_prefix":"", + "title_separator":"|", + "title":"ORF-Analyse: Details zum Wohnbaupaket", + "description":"Peter Unger aus der ORF-Innenpolitikredaktion analysiert das neue Wohnbaupaket. Er schildert, wer am meisten von den Ma\u00dfnahmen der Regierung profitiert.", + "duration":133738, + "preview_image_url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055557_segments_player.jpg", + "sources":[ + { + "quality":"Q1A", + "quality_string":"Niedrig", + "src":"rtmp:\/\/apasfw.apa.at\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_ORF-Analyse--De__14218665__o__6140733916__s15602668_8__ORF2HD_13024106P_13045424P_Q1A.3gp", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtmp" + }, + { + "quality":"Q4A", + "quality_string":"Mittel", + "src":"rtmp:\/\/apasfw.apa.at\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_ORF-Analyse--De__14218665__o__6140733916__s15602668_8__ORF2HD_13024106P_13045424P_Q4A.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtmp" + }, + { + "quality":"Q6A", + "quality_string":"Hoch", + "src":"rtmp:\/\/apasfw.apa.at\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_ORF-Analyse--De__14218665__o__6140733916__s15602668_8__ORF2HD_13024106P_13045424P_Q6A.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtmp" + }, + { + "quality":"Q8C", + "quality_string":"Sehr hoch", + "src":"rtmp:\/\/apasfw.apa.at\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_ORF-Analyse--De__14218665__o__6140733916__s15602668_8__ORF2HD_13024106P_13045424P_Q8C.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtmp" + }, + { + "quality":"Q1A", + "quality_string":"Niedrig", + "src":"rtsp:\/\/apasfw.apa.at:1935\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_ORF-Analyse--De__14218665__o__6140733916__s15602668_8__ORF2HD_13024106P_13045424P_Q1A.3gp", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtsp" + }, + { + "quality":"SMIL", + "quality_string":"Hoch", + "src":"rtsp:\/\/apasfw.apa.at:1935\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_ORF-Analyse--De__14218665__o__6140733916__s15602668_8__ORF2HD_13024106P_13045424P_Q6A.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtsp" + }, + { + "quality":"Q4A", + "quality_string":"Mittel", + "src":"rtsp:\/\/apasfw.apa.at:1935\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_ORF-Analyse--De__14218665__o__6140733916__s15602668_8__ORF2HD_13024106P_13045424P_Q4A.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtsp" + }, + { + "quality":"Q8C", + "quality_string":"Sehr hoch", + "src":"rtsp:\/\/apasfw.apa.at:1935\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_ORF-Analyse--De__14218665__o__6140733916__s15602668_8__ORF2HD_13024106P_13045424P_Q8C.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtsp" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_ORF-Analyse--De__14218665__o__6140733916__s15602668_8__ORF2HD_13024106P_13045424P_Q0A.3gp\/playlist.m3u8", + "is_uhd":false, + "quality":"Q0A", + "quality_string":"Sehr niedrig", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_ORF-Analyse--De__14218665__o__6140733916__s15602668_8__ORF2HD_13024106P_13045424P_Q1A.3gp\/playlist.m3u8", + "is_uhd":false, + "quality":"Q1A", + "quality_string":"Niedrig", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_ORF-Analyse--De__14218665__o__6140733916__s15602668_8__ORF2HD_13024106P_13045424P_Q4A.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"Q4A", + "quality_string":"Mittel", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_ORF-Analyse--De__14218665__o__6140733916__s15602668_8__ORF2HD_13024106P_13045424P_Q6A.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"Q6A", + "quality_string":"Hoch", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_ORF-Analyse--De__14218665__o__6140733916__s15602668_8__ORF2HD_13024106P_13045424P_Q8C.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"Q8C", + "quality_string":"Sehr hoch", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_ORF-Analyse--De__14218665__o__6140733916__s15602668_8__ORF2HD_13024106P_13045424P_QXA.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"QXA", + "quality_string":"Adaptiv", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_ORF-Analyse--De__14218665__o__6140733916__s15602668_8__ORF2HD_13024106P_13045424P_QXB.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"QXB", + "quality_string":"Adaptiv", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "quality":"Q1A", + "quality_string":"Niedrig", + "src":"https:\/\/apasfpd.sf.apa.at\/cms-worldwide\/online\/e3985865ec8a4612520e394c108a4547\/1711321200\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_ORF-Analyse--De__14218665__o__6140733916__s15602668_8__ORF2HD_13024106P_13045424P_Q1A.3gp", + "type":"video\/mp4", + "delivery":"progressive", + "protocol":"http" + }, + { + "quality":"Q4A", + "quality_string":"Mittel", + "src":"https:\/\/apasfpd.sf.apa.at\/cms-worldwide\/online\/3df6da5c220246cecba44a7db7b8070a\/1711321200\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_ORF-Analyse--De__14218665__o__6140733916__s15602668_8__ORF2HD_13024106P_13045424P_Q4A.mp4", + "type":"video\/mp4", + "delivery":"progressive", + "protocol":"http" + }, + { + "quality":"Q6A", + "quality_string":"Hoch", + "src":"https:\/\/apasfpd.sf.apa.at\/cms-worldwide\/online\/02c397ce382bd8b0fe6e9e4cf033a9fc\/1711321200\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_ORF-Analyse--De__14218665__o__6140733916__s15602668_8__ORF2HD_13024106P_13045424P_Q6A.mp4", + "type":"video\/mp4", + "delivery":"progressive", + "protocol":"http" + }, + { + "quality":"Q8C", + "quality_string":"Sehr hoch", + "src":"https:\/\/apasfpd.sf.apa.at\/cms-worldwide\/online\/af6f6747ba2f5ec78c51557f5b85da0b\/1711321200\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_ORF-Analyse--De__14218665__o__6140733916__s15602668_8__ORF2HD_13024106P_13045424P_Q8C.mp4", + "type":"video\/mp4", + "delivery":"progressive", + "protocol":"http" + } + ], + "position":2, + "last_segment":false, + "subtitles":[ + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/45c1044edd4aa2893f200679e0a62c2c185440ff.xml", + "type":"xml", + "lang":"de-AT" + }, + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/e14d0d68b000ece2d490adb03bb05abba484a38d.srt", + "type":"srt", + "lang":"de-AT" + }, + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/273e6a380c52de738d5b283506d26b3192a21ada.vtt", + "type":"vtt", + "lang":"de-AT" + }, + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/51ff5bb9cbc5d3f51b461fd759c21f12872cc980.smi", + "type":"sami", + "lang":"de-AT" + }, + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/54a20fd9ac429ae26088b0cf9aaee7ffeee99804.ttml", + "type":"ttml", + "lang":"de-AT" + } + ], + "right":"worldwide", + "is_enabled":true, + "has_active_youthprotection":false, + "pre_bumper":{ + "active":false, + "sources":[ + + ] + }, + "post_bumper":{ + "active":false, + "sources":[ + + ] + }, + "hash":"53310ba34f7962c75e637f9066254fb1" + }, + "tags":[ + + ], + "profile":{ + "audio_description":false, + "break_text":null, + "break_title":null, + "dataset_name":"", + "dds_identifier":"", + "description":"Der Nachrichten\u00fcberblick um 13.00 Uhr", + "has_active_youth_protection":false, + "has_youth_protection":false, + "headline":"ZIB 13:00", + "hide_in_letter_group":false, + "id":71280, + "letter_group":"Z", + "livestream_sub_headline":null, + "oegs":false, + "oewa_base_path":"Redcont\/Nachrichten\/Nachrichtenueberblick", + "profile_website":null, + "secondary_genres":[ + + ], + "sub_headline":null, + "title":"ZIB 13:00", + "type":"temporary", + "updated_at":"2024-03-08T11:14:56+01:00", + "youth_protection_type":"limited-20-06", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16094554" + }, + "image16x9_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16094554" + }, + "image2x3_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "image2x3":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "theme":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/theme\/9109687" + }, + "genre":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "links":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/links" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/episodes" + }, + "related_profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/related" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/advertising\/tags" + }, + "oegs_profile":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/c5f6f9dab90eec5160d9b26d90892dd37351db72.jpeg" + } + } + }, + "image16x9_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/c5f6f9dab90eec5160d9b26d90892dd37351db72.jpeg" + } + } + }, + "image2x3_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "image2x3":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "theme":{ + "color":"#1C324C", + "id":9109687, + "name":"ZIB 13:00", + "updated_at":"2016-10-11T00:05:51+02:00", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/theme\/9109687" + }, + "header_image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/838" + }, + "header_background_image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/837" + }, + "background_image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/836" + } + }, + "_embedded":{ + "header_image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "header_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_838_themes_header_image.png" + }, + "header_background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_838_themes_header_background_image.png" + }, + "background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_838_themes_background_image.png" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/375febcc02b958b11e4ad18fc780635bc78ff6f8.png" + } + } + }, + "header_background_image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "header_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_837_themes_header_image.png" + }, + "header_background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_837_themes_header_background_image.png" + }, + "background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_837_themes_background_image.png" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/ff9dc981ae14db44df2bb0084bd7eb15f5debda0.png" + } + } + }, + "background_image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "header_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_836_themes_header_image.png" + }, + "header_background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_836_themes_header_background_image.png" + }, + "background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_836_themes_background_image.png" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/1e3aed2ccb61f2384a4c0144d052d8dd286d7797.png" + } + } + } + } + }, + "genre":{ + "id":2703825, + "advertising_mapping":{ + "live":{ + "web":{ + "sb":4420075, + "tbar":4420076, + "pre":4420077, + "post":4420078 + }, + "mob":{ + "par":4420079, + "pre":4420222, + "post":4420081 + }, + "app":{ + "par":4420082, + "pre":4420083, + "post":4420084 + }, + "smart":{ + "pre":4420085, + "post":4420086 + } + }, + "vod":{ + "web":{ + "sb":4420450, + "tbar":4420451, + "pre":4420452, + "post":4420453 + }, + "mob":{ + "par":4420454, + "pre":4420455, + "post":4420456 + }, + "app":{ + "par":4420457, + "pre":4420458, + "post":4420459 + }, + "smart":{ + "pre":4420460, + "post":4420461 + } + } + }, + "sorting":8, + "title":"ZIB & Information", + "updated_at":"2023-12-31T16:59:37+01:00", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596302" + }, + "profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/profiles" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episodes" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/advertising\/tags" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/a6885e2f8ea6f778dcac9af57dfea24006218d76.jpeg" + } + } + }, + "tags":[ + + ], + "advertising_tags":[ + + ] + } + }, + "links":[ + { + "id":13913304, + "title":"Streaming-Highlights: Newsletter abonnieren", + "updated_at":"2024-01-03T12:42:39+01:00", + "url":"https:\/\/tvthek-newsletter.orf.at\/", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/link\/13913304" + } + } + }, + { + "id":6552, + "title":"Mehr zur ZIB in tv.ORF.at", + "updated_at":"2015-01-19T10:26:37+01:00", + "url":"http:\/\/tv.orf.at\/zeitimbild\/", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/link\/6552" + } + } + } + ], + "tags":[ + { + "id":15, + "name":"Zeit im Bild", + "updated_at":"2017-02-06T09:22:02+01:00" + } + ], + "advertising_tags":[ + + ], + "audio_description_profile":null, + "oegs_profile":{ + "audio_description":false, + "break_text":null, + "break_title":null, + "dataset_name":null, + "dds_identifier":"", + "description":"Der Nachrichten\u00fcberblick um 13.00 Uhr", + "has_active_youth_protection":false, + "has_youth_protection":false, + "headline":"ZIB 13:00 (\u00d6GS)", + "hide_in_letter_group":false, + "id":13891370, + "letter_group":"Z", + "livestream_sub_headline":null, + "oegs":true, + "oewa_base_path":"Redcont\/Nachrichten\/Nachrichtenueberblick", + "profile_website":null, + "secondary_genres":[ + + ], + "sub_headline":null, + "title":"ZIB 13:00 (\u00d6GS)", + "type":"temporary", + "updated_at":"2024-03-08T11:15:04+01:00", + "youth_protection_type":"limited-20-06", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/14968339" + }, + "image16x9_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/14968339" + }, + "image2x3_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "image2x3":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "genre":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "links":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/links" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/episodes" + }, + "related_profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/related" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/advertising\/tags" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/1975e664b7234ae20b75d2dc304728b09ee8637e.jpeg" + } + } + }, + "image16x9_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/1975e664b7234ae20b75d2dc304728b09ee8637e.jpeg" + } + } + }, + "image2x3_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "image2x3":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "theme":null, + "genre":{ + "id":2703825, + "advertising_mapping":{ + "live":{ + "web":{ + "sb":4420075, + "tbar":4420076, + "pre":4420077, + "post":4420078 + }, + "mob":{ + "par":4420079, + "pre":4420222, + "post":4420081 + }, + "app":{ + "par":4420082, + "pre":4420083, + "post":4420084 + }, + "smart":{ + "pre":4420085, + "post":4420086 + } + }, + "vod":{ + "web":{ + "sb":4420450, + "tbar":4420451, + "pre":4420452, + "post":4420453 + }, + "mob":{ + "par":4420454, + "pre":4420455, + "post":4420456 + }, + "app":{ + "par":4420457, + "pre":4420458, + "post":4420459 + }, + "smart":{ + "pre":4420460, + "post":4420461 + } + } + }, + "sorting":8, + "title":"ZIB & Information", + "updated_at":"2023-12-31T16:59:37+01:00", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596302" + }, + "profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/profiles" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episodes" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/advertising\/tags" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/a6885e2f8ea6f778dcac9af57dfea24006218d76.jpeg" + } + } + }, + "tags":[ + + ], + "advertising_tags":[ + + ] + } + }, + "links":[ + { + "id":13913304, + "title":"Streaming-Highlights: Newsletter abonnieren", + "updated_at":"2024-01-03T12:42:39+01:00", + "url":"https:\/\/tvthek-newsletter.orf.at\/", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/link\/13913304" + } + } + } + ], + "tags":[ + + ], + "advertising_tags":[ + + ], + "audio_description_profile":null, + "oegs_profile":null + } + } + } + } + } + }, + { + "adition_advertising_query_string":"stype:vod,scat:zib-information,scatid:2703825,spro:zib-1300,sproid:71280,episodeid:14218665,duration:104216,advertisingtags:", + "advertising_mapping":{ + "live":{ + "web":{ + "sb":4423852, + "tbar":4423851, + "pre":4423862, + "post":4423861 + }, + "mob":{ + "par":4423850, + "pre":4423858, + "post":4423857 + }, + "app":{ + "par":4423849, + "pre":4423856, + "post":4423855 + }, + "smart":{ + "pre":4423860, + "post":4423859, + "lane":4423853, + "bar":4423854 + } + }, + "vod":{ + "web":{ + "sb":4423852, + "tbar":4423851, + "pre":4423862, + "post":4423861 + }, + "mob":{ + "par":4423850, + "pre":4423858, + "post":4423857 + }, + "app":{ + "par":4423849, + "pre":4423856, + "post":4423855 + }, + "smart":{ + "pre":4423860, + "post":4423859, + "lane":4423853, + "bar":4423854 + } + } + }, + "advertising_query_string":"stype=vod&scat=zib-information&scatid=2703825&spro=zib-1300&sproid=71280&episodeid=14218665&duration=104216&advertisingtags=", + "blackfades":[ + + ], + "episode_date":"2024-03-20T13:00:00+01:00", + "date_as_string":"Mi, 20.3.2024", + "vod_ressort":null, + "description":"Um den Hochschulen mehr Zeit f\u00fcr die Umsetzung zu geben, wird die neue Lehrerausbildung um ein Jahr verschoben. Alle Lehramtsstudien sollen dann f\u00fcnf Jahre dauern und im Bereich der Psychotherapie wird \u00fcberhaupt ein komplett neues Studium geschaffen.", + "drm_token":null, + "duration_as_string":"01:44 Min.", + "duration_seconds":104, + "enabled":true, + "encrypted_id":"ODc4M2hqZDcyOTNrbWQxNTYwMjY0OA==", + "episode_id":14218665, + "exact_duration":104216, + "genre_id":2703825, + "genre_title":"ZIB & Information", + "right":"worldwide", + "focus":false, + "show_countdown":true, + "has_thumbnail":true, + "headline":"Neue Lehrerausbildung kommt ein Jahr sp\u00e4ter", + "id":15602648, + "is_archive":false, + "is_drm_protected":false, + "jump_mark":false, + "jump_marks":[ + { + "start_time":"00:00:21.956", + "end_time":"00:01:44.216" + } + ], + "killdate_extern":"2024-04-19T13:00:00+02:00", + "killdate":"2024-04-19T13:00:00+02:00", + "livedate":"2024-03-20T13:00:00+01:00", + "livedate_extern":"2024-03-20T13:00:00+01:00", + "SSA":{ + "cliptype":"Sendung", + "videoid":15602648, + "videopartid":"4_16", + "videocategory":"ZIB-Information", + "videotitle":"ZIB-1300-vom-20-03-2024_Neue-Lehrerausbildung-kommt-ein-Jahr-spaeter", + "videoduration":104, + "episodeduration":1177, + "episodeid":14218665, + "airdate":"2024-03-20T13:00:00+01:00", + "clipreleasetime":"2024-03-20T13:30:02+01:00", + "programname":"ZIB-1300", + "channel":"orf2" + }, + "disable_display_ads_orf_platforms":false, + "disable_instream_ads_orf_platforms":false, + "position":3, + "episodes_reference":"", + "share_body":"https:\/\/tvthek.orf.at\/profile\/ZIB-1300\/71280\/ZIB-1300-vom-20-03-2024\/14218665\/Neue-Lehrerausbildung-kommt-ein-Jahr-spaeter\/15602648", + "share_subject":"Neue Lehrerausbildung kommt ein Jahr sp\u00e4ter - ZIB 13:00 vom 20.03.2024 vom 20.03.2024 um 13:00 Uhr", + "show_display_ads":true, + "show_instream_ads":false, + "sources":{ + "hls":[ + { + "is_uhd":false, + "quality_key":"QXA", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Neue-Lehrerausb__14218665__o__4667348236__s15602648_8__ORF2HD_13045424P_13063905P_QXA.mp4\/playlist.m3u8", + "is_adaptive_stream":true, + "is_drm_protected":false + }, + { + "is_uhd":false, + "quality_key":"QXB", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Neue-Lehrerausb__14218665__o__4667348236__s15602648_8__ORF2HD_13045424P_13063905P_QXB.mp4\/playlist.m3u8", + "is_adaptive_stream":true, + "is_drm_protected":false + } + ], + "dash":[ + { + "is_uhd":false, + "quality_key":"QXA", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Neue-Lehrerausb__14218665__o__4667348236__s15602648_8__ORF2HD_13045424P_13063905P_QXA.mp4\/manifest.mpd", + "is_adaptive_stream":true, + "is_drm_protected":false + }, + { + "is_uhd":false, + "quality_key":"QXB", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Neue-Lehrerausb__14218665__o__4667348236__s15602648_8__ORF2HD_13045424P_13063905P_QXB.mp4\/manifest.mpd", + "is_adaptive_stream":true, + "is_drm_protected":false + } + ] + }, + "state":"distributed", + "sub_headline":"ZIB 13:00", + "teaser_text":null, + "teaser_title":null, + "thumbnail_activated":true, + "thumbnail_distributed":true, + "thumbnail_folder":"cms-preview-clips", + "thumbnail_sources":{ + "hls":[ + { + "quality_key":"Q6A", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Neue-Lehrerausb__14218665__o__4667348236__s15602648_8__ORF2HD_13045424P_13063905P_clip_Q6A.mp4\/playlist.m3u8" + }, + { + "quality_key":"Q8C", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Neue-Lehrerausb__14218665__o__4667348236__s15602648_8__ORF2HD_13045424P_13063905P_clip_Q8C.mp4\/playlist.m3u8" + } + ], + "dash":[ + { + "quality_key":"Q6A", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Neue-Lehrerausb__14218665__o__4667348236__s15602648_8__ORF2HD_13045424P_13063905P_clip_Q6A.mp4\/manifest.mpd" + }, + { + "quality_key":"Q8C", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Neue-Lehrerausb__14218665__o__4667348236__s15602648_8__ORF2HD_13045424P_13063905P_clip_Q8C.mp4\/manifest.mpd" + } + ] + }, + "sprite_sources":[ + + ], + "title":"Neue Lehrerausbildung kommt ein Jahr sp\u00e4ter", + "updated_at":"2024-03-20T14:22:12+01:00", + "videobumper":{ + "prevideobumper":{ + "active":false, + "sources":{ + "hls":[ + + ], + "progressive_download":[ + + ] + } + }, + "postvideobumper":{ + "active":false, + "sources":{ + "hls":[ + + ], + "progressive_download":[ + + ] + } + } + }, + "video_file_name":"2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Neue-Lehrerausb__14218665__o__4667348236__s15602648_8__ORF2HD_13045424P_13063905P", + "video_stream_url":null, + "video_type":"segment", + "voez":true, + "voez_ads_allowed":true, + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15602648" + }, + "episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14218665" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17055558" + }, + "image16x9_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17055558" + }, + "image2x3_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "image2x3":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "links":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15602648\/links" + }, + "subtitle":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/subtitle\/916755" + }, + "playlist":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15602648\/playlist" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15602648\/tags" + }, + "profile":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055558_segments_highlight_teaser.jpg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055558_segments_player.jpg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055558_segments_list.jpg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055558_segments_small.jpg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/94ace915a6929c50ef3007a908a9082794074569.jpg" + } + } + }, + "image16x9_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055558_segments_highlight_teaser.jpg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055558_segments_player.jpg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055558_segments_list.jpg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055558_segments_small.jpg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/94ace915a6929c50ef3007a908a9082794074569.jpg" + } + } + }, + "image2x3_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "image2x3":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "links":[ + + ], + "subtitle":{ + "id":916755, + "parsed_at":null, + "sami_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/7330b380516a2dfe01004c1467d4fa4c27c7a5b2.smi", + "srt_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/bbf9730b70d220d3789b3e9476ebbb0183f1ea8b.srt", + "stl_url":null, + "ttml_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/a4a85fa781658dff7a70184e06c8293401652479.ttml", + "updated_at":"2024-03-20T14:24:31+01:00", + "vtt_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/7a504b4dc9227c076cabebcafc575668ac95d7a2.vtt", + "xml_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/a61b550ef8a0333d51681f2bd3b29be357029c43.xml", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/subtitle\/916755" + }, + "xml_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058548" + }, + "srt_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058549" + }, + "vtt_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058550" + }, + "sami_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058552" + }, + "ttml_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058551" + } + }, + "_embedded":{ + "xml_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/a61b550ef8a0333d51681f2bd3b29be357029c43.xml" + } + } + }, + "stl_file":null, + "srt_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/bbf9730b70d220d3789b3e9476ebbb0183f1ea8b.srt" + } + } + }, + "vtt_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/7a504b4dc9227c076cabebcafc575668ac95d7a2.vtt" + } + } + }, + "sami_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/7330b380516a2dfe01004c1467d4fa4c27c7a5b2.smi" + } + } + }, + "ttml_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/a4a85fa781658dff7a70184e06c8293401652479.ttml" + } + } + } + } + }, + "playlist":{ + "id":15602648, + "episode_id":14218665, + "title_prefix":"", + "title_separator":"|", + "title":"Neue Lehrerausbildung kommt ein Jahr sp\u00e4ter", + "description":"Um den Hochschulen mehr Zeit f\u00fcr die Umsetzung zu geben, wird die neue Lehrerausbildung um ein Jahr verschoben. Alle Lehramtsstudien sollen dann f\u00fcnf Jahre dauern und im Bereich der Psychotherapie wird \u00fcberhaupt ein komplett neues Studium geschaffen.", + "duration":104216, + "preview_image_url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055558_segments_player.jpg", + "sources":[ + { + "quality":"Q1A", + "quality_string":"Niedrig", + "src":"rtmp:\/\/apasfw.apa.at\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Neue-Lehrerausb__14218665__o__4667348236__s15602648_8__ORF2HD_13045424P_13063905P_Q1A.3gp", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtmp" + }, + { + "quality":"Q4A", + "quality_string":"Mittel", + "src":"rtmp:\/\/apasfw.apa.at\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Neue-Lehrerausb__14218665__o__4667348236__s15602648_8__ORF2HD_13045424P_13063905P_Q4A.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtmp" + }, + { + "quality":"Q6A", + "quality_string":"Hoch", + "src":"rtmp:\/\/apasfw.apa.at\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Neue-Lehrerausb__14218665__o__4667348236__s15602648_8__ORF2HD_13045424P_13063905P_Q6A.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtmp" + }, + { + "quality":"Q8C", + "quality_string":"Sehr hoch", + "src":"rtmp:\/\/apasfw.apa.at\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Neue-Lehrerausb__14218665__o__4667348236__s15602648_8__ORF2HD_13045424P_13063905P_Q8C.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtmp" + }, + { + "quality":"Q1A", + "quality_string":"Niedrig", + "src":"rtsp:\/\/apasfw.apa.at:1935\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Neue-Lehrerausb__14218665__o__4667348236__s15602648_8__ORF2HD_13045424P_13063905P_Q1A.3gp", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtsp" + }, + { + "quality":"SMIL", + "quality_string":"Hoch", + "src":"rtsp:\/\/apasfw.apa.at:1935\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Neue-Lehrerausb__14218665__o__4667348236__s15602648_8__ORF2HD_13045424P_13063905P_Q6A.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtsp" + }, + { + "quality":"Q4A", + "quality_string":"Mittel", + "src":"rtsp:\/\/apasfw.apa.at:1935\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Neue-Lehrerausb__14218665__o__4667348236__s15602648_8__ORF2HD_13045424P_13063905P_Q4A.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtsp" + }, + { + "quality":"Q8C", + "quality_string":"Sehr hoch", + "src":"rtsp:\/\/apasfw.apa.at:1935\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Neue-Lehrerausb__14218665__o__4667348236__s15602648_8__ORF2HD_13045424P_13063905P_Q8C.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtsp" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Neue-Lehrerausb__14218665__o__4667348236__s15602648_8__ORF2HD_13045424P_13063905P_Q0A.3gp\/playlist.m3u8", + "is_uhd":false, + "quality":"Q0A", + "quality_string":"Sehr niedrig", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Neue-Lehrerausb__14218665__o__4667348236__s15602648_8__ORF2HD_13045424P_13063905P_Q1A.3gp\/playlist.m3u8", + "is_uhd":false, + "quality":"Q1A", + "quality_string":"Niedrig", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Neue-Lehrerausb__14218665__o__4667348236__s15602648_8__ORF2HD_13045424P_13063905P_Q4A.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"Q4A", + "quality_string":"Mittel", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Neue-Lehrerausb__14218665__o__4667348236__s15602648_8__ORF2HD_13045424P_13063905P_Q6A.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"Q6A", + "quality_string":"Hoch", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Neue-Lehrerausb__14218665__o__4667348236__s15602648_8__ORF2HD_13045424P_13063905P_Q8C.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"Q8C", + "quality_string":"Sehr hoch", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Neue-Lehrerausb__14218665__o__4667348236__s15602648_8__ORF2HD_13045424P_13063905P_QXA.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"QXA", + "quality_string":"Adaptiv", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Neue-Lehrerausb__14218665__o__4667348236__s15602648_8__ORF2HD_13045424P_13063905P_QXB.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"QXB", + "quality_string":"Adaptiv", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "quality":"Q1A", + "quality_string":"Niedrig", + "src":"https:\/\/apasfpd.sf.apa.at\/cms-worldwide\/online\/5639494fb0d88e1293c65fb533f5133e\/1711321200\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Neue-Lehrerausb__14218665__o__4667348236__s15602648_8__ORF2HD_13045424P_13063905P_Q1A.3gp", + "type":"video\/mp4", + "delivery":"progressive", + "protocol":"http" + }, + { + "quality":"Q4A", + "quality_string":"Mittel", + "src":"https:\/\/apasfpd.sf.apa.at\/cms-worldwide\/online\/089e5b2f44bb140e5b5b254f3fdf6de9\/1711321200\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Neue-Lehrerausb__14218665__o__4667348236__s15602648_8__ORF2HD_13045424P_13063905P_Q4A.mp4", + "type":"video\/mp4", + "delivery":"progressive", + "protocol":"http" + }, + { + "quality":"Q6A", + "quality_string":"Hoch", + "src":"https:\/\/apasfpd.sf.apa.at\/cms-worldwide\/online\/39daf98fd6ba71e0c46e00ce96e95c34\/1711321200\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Neue-Lehrerausb__14218665__o__4667348236__s15602648_8__ORF2HD_13045424P_13063905P_Q6A.mp4", + "type":"video\/mp4", + "delivery":"progressive", + "protocol":"http" + }, + { + "quality":"Q8C", + "quality_string":"Sehr hoch", + "src":"https:\/\/apasfpd.sf.apa.at\/cms-worldwide\/online\/6e1621f0fe7a21e11da61519c5ca5bf7\/1711321200\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Neue-Lehrerausb__14218665__o__4667348236__s15602648_8__ORF2HD_13045424P_13063905P_Q8C.mp4", + "type":"video\/mp4", + "delivery":"progressive", + "protocol":"http" + } + ], + "position":3, + "last_segment":false, + "subtitles":[ + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/a61b550ef8a0333d51681f2bd3b29be357029c43.xml", + "type":"xml", + "lang":"de-AT" + }, + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/bbf9730b70d220d3789b3e9476ebbb0183f1ea8b.srt", + "type":"srt", + "lang":"de-AT" + }, + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/7a504b4dc9227c076cabebcafc575668ac95d7a2.vtt", + "type":"vtt", + "lang":"de-AT" + }, + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/7330b380516a2dfe01004c1467d4fa4c27c7a5b2.smi", + "type":"sami", + "lang":"de-AT" + }, + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/a4a85fa781658dff7a70184e06c8293401652479.ttml", + "type":"ttml", + "lang":"de-AT" + } + ], + "right":"worldwide", + "is_enabled":true, + "has_active_youthprotection":false, + "pre_bumper":{ + "active":false, + "sources":[ + + ] + }, + "post_bumper":{ + "active":false, + "sources":[ + + ] + }, + "hash":"8f3758d32f4e2426ce7a8ebbc7a86dc1" + }, + "tags":[ + + ], + "profile":{ + "audio_description":false, + "break_text":null, + "break_title":null, + "dataset_name":"", + "dds_identifier":"", + "description":"Der Nachrichten\u00fcberblick um 13.00 Uhr", + "has_active_youth_protection":false, + "has_youth_protection":false, + "headline":"ZIB 13:00", + "hide_in_letter_group":false, + "id":71280, + "letter_group":"Z", + "livestream_sub_headline":null, + "oegs":false, + "oewa_base_path":"Redcont\/Nachrichten\/Nachrichtenueberblick", + "profile_website":null, + "secondary_genres":[ + + ], + "sub_headline":null, + "title":"ZIB 13:00", + "type":"temporary", + "updated_at":"2024-03-08T11:14:56+01:00", + "youth_protection_type":"limited-20-06", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16094554" + }, + "image16x9_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16094554" + }, + "image2x3_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "image2x3":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "theme":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/theme\/9109687" + }, + "genre":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "links":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/links" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/episodes" + }, + "related_profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/related" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/advertising\/tags" + }, + "oegs_profile":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/c5f6f9dab90eec5160d9b26d90892dd37351db72.jpeg" + } + } + }, + "image16x9_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/c5f6f9dab90eec5160d9b26d90892dd37351db72.jpeg" + } + } + }, + "image2x3_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "image2x3":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "theme":{ + "color":"#1C324C", + "id":9109687, + "name":"ZIB 13:00", + "updated_at":"2016-10-11T00:05:51+02:00", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/theme\/9109687" + }, + "header_image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/838" + }, + "header_background_image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/837" + }, + "background_image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/836" + } + }, + "_embedded":{ + "header_image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "header_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_838_themes_header_image.png" + }, + "header_background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_838_themes_header_background_image.png" + }, + "background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_838_themes_background_image.png" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/375febcc02b958b11e4ad18fc780635bc78ff6f8.png" + } + } + }, + "header_background_image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "header_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_837_themes_header_image.png" + }, + "header_background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_837_themes_header_background_image.png" + }, + "background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_837_themes_background_image.png" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/ff9dc981ae14db44df2bb0084bd7eb15f5debda0.png" + } + } + }, + "background_image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "header_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_836_themes_header_image.png" + }, + "header_background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_836_themes_header_background_image.png" + }, + "background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_836_themes_background_image.png" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/1e3aed2ccb61f2384a4c0144d052d8dd286d7797.png" + } + } + } + } + }, + "genre":{ + "id":2703825, + "advertising_mapping":{ + "live":{ + "web":{ + "sb":4420075, + "tbar":4420076, + "pre":4420077, + "post":4420078 + }, + "mob":{ + "par":4420079, + "pre":4420222, + "post":4420081 + }, + "app":{ + "par":4420082, + "pre":4420083, + "post":4420084 + }, + "smart":{ + "pre":4420085, + "post":4420086 + } + }, + "vod":{ + "web":{ + "sb":4420450, + "tbar":4420451, + "pre":4420452, + "post":4420453 + }, + "mob":{ + "par":4420454, + "pre":4420455, + "post":4420456 + }, + "app":{ + "par":4420457, + "pre":4420458, + "post":4420459 + }, + "smart":{ + "pre":4420460, + "post":4420461 + } + } + }, + "sorting":8, + "title":"ZIB & Information", + "updated_at":"2023-12-31T16:59:37+01:00", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596302" + }, + "profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/profiles" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episodes" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/advertising\/tags" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/a6885e2f8ea6f778dcac9af57dfea24006218d76.jpeg" + } + } + }, + "tags":[ + + ], + "advertising_tags":[ + + ] + } + }, + "links":[ + { + "id":13913304, + "title":"Streaming-Highlights: Newsletter abonnieren", + "updated_at":"2024-01-03T12:42:39+01:00", + "url":"https:\/\/tvthek-newsletter.orf.at\/", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/link\/13913304" + } + } + }, + { + "id":6552, + "title":"Mehr zur ZIB in tv.ORF.at", + "updated_at":"2015-01-19T10:26:37+01:00", + "url":"http:\/\/tv.orf.at\/zeitimbild\/", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/link\/6552" + } + } + } + ], + "tags":[ + { + "id":15, + "name":"Zeit im Bild", + "updated_at":"2017-02-06T09:22:02+01:00" + } + ], + "advertising_tags":[ + + ], + "audio_description_profile":null, + "oegs_profile":{ + "audio_description":false, + "break_text":null, + "break_title":null, + "dataset_name":null, + "dds_identifier":"", + "description":"Der Nachrichten\u00fcberblick um 13.00 Uhr", + "has_active_youth_protection":false, + "has_youth_protection":false, + "headline":"ZIB 13:00 (\u00d6GS)", + "hide_in_letter_group":false, + "id":13891370, + "letter_group":"Z", + "livestream_sub_headline":null, + "oegs":true, + "oewa_base_path":"Redcont\/Nachrichten\/Nachrichtenueberblick", + "profile_website":null, + "secondary_genres":[ + + ], + "sub_headline":null, + "title":"ZIB 13:00 (\u00d6GS)", + "type":"temporary", + "updated_at":"2024-03-08T11:15:04+01:00", + "youth_protection_type":"limited-20-06", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/14968339" + }, + "image16x9_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/14968339" + }, + "image2x3_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "image2x3":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "genre":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "links":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/links" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/episodes" + }, + "related_profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/related" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/advertising\/tags" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/1975e664b7234ae20b75d2dc304728b09ee8637e.jpeg" + } + } + }, + "image16x9_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/1975e664b7234ae20b75d2dc304728b09ee8637e.jpeg" + } + } + }, + "image2x3_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "image2x3":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "theme":null, + "genre":{ + "id":2703825, + "advertising_mapping":{ + "live":{ + "web":{ + "sb":4420075, + "tbar":4420076, + "pre":4420077, + "post":4420078 + }, + "mob":{ + "par":4420079, + "pre":4420222, + "post":4420081 + }, + "app":{ + "par":4420082, + "pre":4420083, + "post":4420084 + }, + "smart":{ + "pre":4420085, + "post":4420086 + } + }, + "vod":{ + "web":{ + "sb":4420450, + "tbar":4420451, + "pre":4420452, + "post":4420453 + }, + "mob":{ + "par":4420454, + "pre":4420455, + "post":4420456 + }, + "app":{ + "par":4420457, + "pre":4420458, + "post":4420459 + }, + "smart":{ + "pre":4420460, + "post":4420461 + } + } + }, + "sorting":8, + "title":"ZIB & Information", + "updated_at":"2023-12-31T16:59:37+01:00", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596302" + }, + "profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/profiles" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episodes" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/advertising\/tags" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/a6885e2f8ea6f778dcac9af57dfea24006218d76.jpeg" + } + } + }, + "tags":[ + + ], + "advertising_tags":[ + + ] + } + }, + "links":[ + { + "id":13913304, + "title":"Streaming-Highlights: Newsletter abonnieren", + "updated_at":"2024-01-03T12:42:39+01:00", + "url":"https:\/\/tvthek-newsletter.orf.at\/", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/link\/13913304" + } + } + } + ], + "tags":[ + + ], + "advertising_tags":[ + + ], + "audio_description_profile":null, + "oegs_profile":null + } + } + } + } + } + }, + { + "adition_advertising_query_string":"stype:vod,scat:zib-information,scatid:2703825,spro:zib-1300,sproid:71280,episodeid:14218665,duration:42467,advertisingtags:", + "advertising_mapping":{ + "live":{ + "web":{ + "sb":4423852, + "tbar":4423851, + "pre":4423862, + "post":4423861 + }, + "mob":{ + "par":4423850, + "pre":4423858, + "post":4423857 + }, + "app":{ + "par":4423849, + "pre":4423856, + "post":4423855 + }, + "smart":{ + "pre":4423860, + "post":4423859, + "lane":4423853, + "bar":4423854 + } + }, + "vod":{ + "web":{ + "sb":4423852, + "tbar":4423851, + "pre":4423862, + "post":4423861 + }, + "mob":{ + "par":4423850, + "pre":4423858, + "post":4423857 + }, + "app":{ + "par":4423849, + "pre":4423856, + "post":4423855 + }, + "smart":{ + "pre":4423860, + "post":4423859, + "lane":4423853, + "bar":4423854 + } + } + }, + "advertising_query_string":"stype=vod&scat=zib-information&scatid=2703825&spro=zib-1300&sproid=71280&episodeid=14218665&duration=42467&advertisingtags=", + "blackfades":[ + + ], + "episode_date":"2024-03-20T13:00:00+01:00", + "date_as_string":"Mi, 20.3.2024", + "vod_ressort":null, + "description":"Das EU-Parlament hat sich mit den EU-L\u00e4ndern darauf geeinigt, bestimmte Agrarprodukte aus der Ukraine in gro\u00dfen Mengen zu verzollen. Die EU reagiert damit auf Proteste von Bauern in mehreren L\u00e4ndern.", + "drm_token":null, + "duration_as_string":"00:42 Sek.", + "duration_seconds":42, + "enabled":true, + "encrypted_id":"ODc4M2hqZDcyOTNrbWQxNTYwMjY0OQ==", + "episode_id":14218665, + "exact_duration":42467, + "genre_id":2703825, + "genre_title":"ZIB & Information", + "right":"worldwide", + "focus":false, + "show_countdown":true, + "has_thumbnail":true, + "headline":"Agrarprodukte aus Ukraine werden wieder verzollt", + "id":15602649, + "is_archive":false, + "is_drm_protected":false, + "jump_mark":false, + "jump_marks":[ + + ], + "killdate_extern":"2024-04-19T13:00:00+02:00", + "killdate":"2024-04-19T13:00:00+02:00", + "livedate":"2024-03-20T13:00:00+01:00", + "livedate_extern":"2024-03-20T13:00:00+01:00", + "SSA":{ + "cliptype":"Sendung", + "videoid":15602649, + "videopartid":"5_16", + "videocategory":"ZIB-Information", + "videotitle":"ZIB-1300-vom-20-03-2024_Agrarprodukte-aus-Ukraine-werden-wieder-verzollt", + "videoduration":42, + "episodeduration":1177, + "episodeid":14218665, + "airdate":"2024-03-20T13:00:00+01:00", + "clipreleasetime":"2024-03-20T13:30:02+01:00", + "programname":"ZIB-1300", + "channel":"orf2" + }, + "disable_display_ads_orf_platforms":false, + "disable_instream_ads_orf_platforms":false, + "position":4, + "episodes_reference":"", + "share_body":"https:\/\/tvthek.orf.at\/profile\/ZIB-1300\/71280\/ZIB-1300-vom-20-03-2024\/14218665\/Agrarprodukte-aus-Ukraine-werden-wieder-verzollt\/15602649", + "share_subject":"Agrarprodukte aus Ukraine werden wieder verzollt - ZIB 13:00 vom 20.03.2024 vom 20.03.2024 um 13:00 Uhr", + "show_display_ads":true, + "show_instream_ads":false, + "sources":{ + "hls":[ + { + "is_uhd":false, + "quality_key":"QXA", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Agrarprodukte-a__14218665__o__6065409206__s15602649_9__ORF2HD_13063905P_13072116P_QXA.mp4\/playlist.m3u8", + "is_adaptive_stream":true, + "is_drm_protected":false + }, + { + "is_uhd":false, + "quality_key":"QXB", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Agrarprodukte-a__14218665__o__6065409206__s15602649_9__ORF2HD_13063905P_13072116P_QXB.mp4\/playlist.m3u8", + "is_adaptive_stream":true, + "is_drm_protected":false + } + ], + "dash":[ + { + "is_uhd":false, + "quality_key":"QXA", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Agrarprodukte-a__14218665__o__6065409206__s15602649_9__ORF2HD_13063905P_13072116P_QXA.mp4\/manifest.mpd", + "is_adaptive_stream":true, + "is_drm_protected":false + }, + { + "is_uhd":false, + "quality_key":"QXB", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Agrarprodukte-a__14218665__o__6065409206__s15602649_9__ORF2HD_13063905P_13072116P_QXB.mp4\/manifest.mpd", + "is_adaptive_stream":true, + "is_drm_protected":false + } + ] + }, + "state":"distributed", + "sub_headline":"ZIB 13:00", + "teaser_text":null, + "teaser_title":null, + "thumbnail_activated":true, + "thumbnail_distributed":true, + "thumbnail_folder":"cms-preview-clips", + "thumbnail_sources":{ + "hls":[ + { + "quality_key":"Q6A", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Agrarprodukte-a__14218665__o__6065409206__s15602649_9__ORF2HD_13063905P_13072116P_clip_Q6A.mp4\/playlist.m3u8" + }, + { + "quality_key":"Q8C", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Agrarprodukte-a__14218665__o__6065409206__s15602649_9__ORF2HD_13063905P_13072116P_clip_Q8C.mp4\/playlist.m3u8" + } + ], + "dash":[ + { + "quality_key":"Q6A", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Agrarprodukte-a__14218665__o__6065409206__s15602649_9__ORF2HD_13063905P_13072116P_clip_Q6A.mp4\/manifest.mpd" + }, + { + "quality_key":"Q8C", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Agrarprodukte-a__14218665__o__6065409206__s15602649_9__ORF2HD_13063905P_13072116P_clip_Q8C.mp4\/manifest.mpd" + } + ] + }, + "sprite_sources":[ + + ], + "title":"Agrarprodukte aus Ukraine werden wieder verzollt", + "updated_at":"2024-03-20T14:22:12+01:00", + "videobumper":{ + "prevideobumper":{ + "active":false, + "sources":{ + "hls":[ + + ], + "progressive_download":[ + + ] + } + }, + "postvideobumper":{ + "active":false, + "sources":{ + "hls":[ + + ], + "progressive_download":[ + + ] + } + } + }, + "video_file_name":"2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Agrarprodukte-a__14218665__o__6065409206__s15602649_9__ORF2HD_13063905P_13072116P", + "video_stream_url":null, + "video_type":"segment", + "voez":true, + "voez_ads_allowed":true, + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15602649" + }, + "episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14218665" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17055559" + }, + "image16x9_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17055559" + }, + "image2x3_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "image2x3":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "links":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15602649\/links" + }, + "subtitle":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/subtitle\/916756" + }, + "playlist":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15602649\/playlist" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15602649\/tags" + }, + "profile":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055559_segments_highlight_teaser.jpg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055559_segments_player.jpg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055559_segments_list.jpg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055559_segments_small.jpg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/528e9efd05f6ae90d4ed6ca3f25487d96819759f.jpg" + } + } + }, + "image16x9_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055559_segments_highlight_teaser.jpg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055559_segments_player.jpg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055559_segments_list.jpg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055559_segments_small.jpg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/528e9efd05f6ae90d4ed6ca3f25487d96819759f.jpg" + } + } + }, + "image2x3_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "image2x3":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "links":[ + + ], + "subtitle":{ + "id":916756, + "parsed_at":null, + "sami_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/cfcc2c9bbb4ba3fa7cbe1330188e375d24f26bb5.smi", + "srt_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/e5d44efae0019d7945ae3d899ce530a939a075e3.srt", + "stl_url":null, + "ttml_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/9f9c6305fd5cb74951021345f3fecb8deea5fdd8.ttml", + "updated_at":"2024-03-20T14:24:31+01:00", + "vtt_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/d633132413ebd8d6ab6ace5b1833ee9276ed157a.vtt", + "xml_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/69934a8118667fe1d4d2f6b976dff5486ba0c46e.xml", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/subtitle\/916756" + }, + "xml_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058553" + }, + "srt_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058554" + }, + "vtt_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058555" + }, + "sami_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058557" + }, + "ttml_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058556" + } + }, + "_embedded":{ + "xml_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/69934a8118667fe1d4d2f6b976dff5486ba0c46e.xml" + } + } + }, + "stl_file":null, + "srt_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/e5d44efae0019d7945ae3d899ce530a939a075e3.srt" + } + } + }, + "vtt_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/d633132413ebd8d6ab6ace5b1833ee9276ed157a.vtt" + } + } + }, + "sami_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/cfcc2c9bbb4ba3fa7cbe1330188e375d24f26bb5.smi" + } + } + }, + "ttml_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/9f9c6305fd5cb74951021345f3fecb8deea5fdd8.ttml" + } + } + } + } + }, + "playlist":{ + "id":15602649, + "episode_id":14218665, + "title_prefix":"", + "title_separator":"|", + "title":"Agrarprodukte aus Ukraine werden wieder verzollt", + "description":"Das EU-Parlament hat sich mit den EU-L\u00e4ndern darauf geeinigt, bestimmte Agrarprodukte aus der Ukraine in gro\u00dfen Mengen zu verzollen. Die EU reagiert damit auf Proteste von Bauern in mehreren L\u00e4ndern.", + "duration":42467, + "preview_image_url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055559_segments_player.jpg", + "sources":[ + { + "quality":"Q1A", + "quality_string":"Niedrig", + "src":"rtmp:\/\/apasfw.apa.at\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Agrarprodukte-a__14218665__o__6065409206__s15602649_9__ORF2HD_13063905P_13072116P_Q1A.3gp", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtmp" + }, + { + "quality":"Q4A", + "quality_string":"Mittel", + "src":"rtmp:\/\/apasfw.apa.at\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Agrarprodukte-a__14218665__o__6065409206__s15602649_9__ORF2HD_13063905P_13072116P_Q4A.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtmp" + }, + { + "quality":"Q6A", + "quality_string":"Hoch", + "src":"rtmp:\/\/apasfw.apa.at\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Agrarprodukte-a__14218665__o__6065409206__s15602649_9__ORF2HD_13063905P_13072116P_Q6A.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtmp" + }, + { + "quality":"Q8C", + "quality_string":"Sehr hoch", + "src":"rtmp:\/\/apasfw.apa.at\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Agrarprodukte-a__14218665__o__6065409206__s15602649_9__ORF2HD_13063905P_13072116P_Q8C.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtmp" + }, + { + "quality":"Q1A", + "quality_string":"Niedrig", + "src":"rtsp:\/\/apasfw.apa.at:1935\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Agrarprodukte-a__14218665__o__6065409206__s15602649_9__ORF2HD_13063905P_13072116P_Q1A.3gp", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtsp" + }, + { + "quality":"SMIL", + "quality_string":"Hoch", + "src":"rtsp:\/\/apasfw.apa.at:1935\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Agrarprodukte-a__14218665__o__6065409206__s15602649_9__ORF2HD_13063905P_13072116P_Q6A.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtsp" + }, + { + "quality":"Q4A", + "quality_string":"Mittel", + "src":"rtsp:\/\/apasfw.apa.at:1935\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Agrarprodukte-a__14218665__o__6065409206__s15602649_9__ORF2HD_13063905P_13072116P_Q4A.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtsp" + }, + { + "quality":"Q8C", + "quality_string":"Sehr hoch", + "src":"rtsp:\/\/apasfw.apa.at:1935\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Agrarprodukte-a__14218665__o__6065409206__s15602649_9__ORF2HD_13063905P_13072116P_Q8C.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtsp" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Agrarprodukte-a__14218665__o__6065409206__s15602649_9__ORF2HD_13063905P_13072116P_Q0A.3gp\/playlist.m3u8", + "is_uhd":false, + "quality":"Q0A", + "quality_string":"Sehr niedrig", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Agrarprodukte-a__14218665__o__6065409206__s15602649_9__ORF2HD_13063905P_13072116P_Q1A.3gp\/playlist.m3u8", + "is_uhd":false, + "quality":"Q1A", + "quality_string":"Niedrig", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Agrarprodukte-a__14218665__o__6065409206__s15602649_9__ORF2HD_13063905P_13072116P_Q4A.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"Q4A", + "quality_string":"Mittel", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Agrarprodukte-a__14218665__o__6065409206__s15602649_9__ORF2HD_13063905P_13072116P_Q6A.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"Q6A", + "quality_string":"Hoch", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Agrarprodukte-a__14218665__o__6065409206__s15602649_9__ORF2HD_13063905P_13072116P_Q8C.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"Q8C", + "quality_string":"Sehr hoch", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Agrarprodukte-a__14218665__o__6065409206__s15602649_9__ORF2HD_13063905P_13072116P_QXA.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"QXA", + "quality_string":"Adaptiv", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Agrarprodukte-a__14218665__o__6065409206__s15602649_9__ORF2HD_13063905P_13072116P_QXB.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"QXB", + "quality_string":"Adaptiv", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "quality":"Q1A", + "quality_string":"Niedrig", + "src":"https:\/\/apasfpd.sf.apa.at\/cms-worldwide\/online\/8341c1c897d14f41cd6366bd382cf0fa\/1711321200\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Agrarprodukte-a__14218665__o__6065409206__s15602649_9__ORF2HD_13063905P_13072116P_Q1A.3gp", + "type":"video\/mp4", + "delivery":"progressive", + "protocol":"http" + }, + { + "quality":"Q4A", + "quality_string":"Mittel", + "src":"https:\/\/apasfpd.sf.apa.at\/cms-worldwide\/online\/5cfd87abfe4d5b42de0c7203f3560fb8\/1711321200\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Agrarprodukte-a__14218665__o__6065409206__s15602649_9__ORF2HD_13063905P_13072116P_Q4A.mp4", + "type":"video\/mp4", + "delivery":"progressive", + "protocol":"http" + }, + { + "quality":"Q6A", + "quality_string":"Hoch", + "src":"https:\/\/apasfpd.sf.apa.at\/cms-worldwide\/online\/b0e190da89d3a1c5c0cec7aad4c16665\/1711321200\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Agrarprodukte-a__14218665__o__6065409206__s15602649_9__ORF2HD_13063905P_13072116P_Q6A.mp4", + "type":"video\/mp4", + "delivery":"progressive", + "protocol":"http" + }, + { + "quality":"Q8C", + "quality_string":"Sehr hoch", + "src":"https:\/\/apasfpd.sf.apa.at\/cms-worldwide\/online\/15e2ff684d0f8dbf25432804b32f2af9\/1711321200\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Agrarprodukte-a__14218665__o__6065409206__s15602649_9__ORF2HD_13063905P_13072116P_Q8C.mp4", + "type":"video\/mp4", + "delivery":"progressive", + "protocol":"http" + } + ], + "position":4, + "last_segment":false, + "subtitles":[ + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/69934a8118667fe1d4d2f6b976dff5486ba0c46e.xml", + "type":"xml", + "lang":"de-AT" + }, + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/e5d44efae0019d7945ae3d899ce530a939a075e3.srt", + "type":"srt", + "lang":"de-AT" + }, + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/d633132413ebd8d6ab6ace5b1833ee9276ed157a.vtt", + "type":"vtt", + "lang":"de-AT" + }, + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/cfcc2c9bbb4ba3fa7cbe1330188e375d24f26bb5.smi", + "type":"sami", + "lang":"de-AT" + }, + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/9f9c6305fd5cb74951021345f3fecb8deea5fdd8.ttml", + "type":"ttml", + "lang":"de-AT" + } + ], + "right":"worldwide", + "is_enabled":true, + "has_active_youthprotection":false, + "pre_bumper":{ + "active":false, + "sources":[ + + ] + }, + "post_bumper":{ + "active":false, + "sources":[ + + ] + }, + "hash":"488cb28e6d74561cf06aa1fa1b76810e" + }, + "tags":[ + + ], + "profile":{ + "audio_description":false, + "break_text":null, + "break_title":null, + "dataset_name":"", + "dds_identifier":"", + "description":"Der Nachrichten\u00fcberblick um 13.00 Uhr", + "has_active_youth_protection":false, + "has_youth_protection":false, + "headline":"ZIB 13:00", + "hide_in_letter_group":false, + "id":71280, + "letter_group":"Z", + "livestream_sub_headline":null, + "oegs":false, + "oewa_base_path":"Redcont\/Nachrichten\/Nachrichtenueberblick", + "profile_website":null, + "secondary_genres":[ + + ], + "sub_headline":null, + "title":"ZIB 13:00", + "type":"temporary", + "updated_at":"2024-03-08T11:14:56+01:00", + "youth_protection_type":"limited-20-06", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16094554" + }, + "image16x9_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16094554" + }, + "image2x3_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "image2x3":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "theme":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/theme\/9109687" + }, + "genre":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "links":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/links" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/episodes" + }, + "related_profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/related" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/advertising\/tags" + }, + "oegs_profile":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/c5f6f9dab90eec5160d9b26d90892dd37351db72.jpeg" + } + } + }, + "image16x9_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/c5f6f9dab90eec5160d9b26d90892dd37351db72.jpeg" + } + } + }, + "image2x3_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "image2x3":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "theme":{ + "color":"#1C324C", + "id":9109687, + "name":"ZIB 13:00", + "updated_at":"2016-10-11T00:05:51+02:00", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/theme\/9109687" + }, + "header_image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/838" + }, + "header_background_image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/837" + }, + "background_image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/836" + } + }, + "_embedded":{ + "header_image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "header_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_838_themes_header_image.png" + }, + "header_background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_838_themes_header_background_image.png" + }, + "background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_838_themes_background_image.png" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/375febcc02b958b11e4ad18fc780635bc78ff6f8.png" + } + } + }, + "header_background_image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "header_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_837_themes_header_image.png" + }, + "header_background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_837_themes_header_background_image.png" + }, + "background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_837_themes_background_image.png" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/ff9dc981ae14db44df2bb0084bd7eb15f5debda0.png" + } + } + }, + "background_image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "header_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_836_themes_header_image.png" + }, + "header_background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_836_themes_header_background_image.png" + }, + "background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_836_themes_background_image.png" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/1e3aed2ccb61f2384a4c0144d052d8dd286d7797.png" + } + } + } + } + }, + "genre":{ + "id":2703825, + "advertising_mapping":{ + "live":{ + "web":{ + "sb":4420075, + "tbar":4420076, + "pre":4420077, + "post":4420078 + }, + "mob":{ + "par":4420079, + "pre":4420222, + "post":4420081 + }, + "app":{ + "par":4420082, + "pre":4420083, + "post":4420084 + }, + "smart":{ + "pre":4420085, + "post":4420086 + } + }, + "vod":{ + "web":{ + "sb":4420450, + "tbar":4420451, + "pre":4420452, + "post":4420453 + }, + "mob":{ + "par":4420454, + "pre":4420455, + "post":4420456 + }, + "app":{ + "par":4420457, + "pre":4420458, + "post":4420459 + }, + "smart":{ + "pre":4420460, + "post":4420461 + } + } + }, + "sorting":8, + "title":"ZIB & Information", + "updated_at":"2023-12-31T16:59:37+01:00", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596302" + }, + "profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/profiles" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episodes" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/advertising\/tags" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/a6885e2f8ea6f778dcac9af57dfea24006218d76.jpeg" + } + } + }, + "tags":[ + + ], + "advertising_tags":[ + + ] + } + }, + "links":[ + { + "id":13913304, + "title":"Streaming-Highlights: Newsletter abonnieren", + "updated_at":"2024-01-03T12:42:39+01:00", + "url":"https:\/\/tvthek-newsletter.orf.at\/", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/link\/13913304" + } + } + }, + { + "id":6552, + "title":"Mehr zur ZIB in tv.ORF.at", + "updated_at":"2015-01-19T10:26:37+01:00", + "url":"http:\/\/tv.orf.at\/zeitimbild\/", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/link\/6552" + } + } + } + ], + "tags":[ + { + "id":15, + "name":"Zeit im Bild", + "updated_at":"2017-02-06T09:22:02+01:00" + } + ], + "advertising_tags":[ + + ], + "audio_description_profile":null, + "oegs_profile":{ + "audio_description":false, + "break_text":null, + "break_title":null, + "dataset_name":null, + "dds_identifier":"", + "description":"Der Nachrichten\u00fcberblick um 13.00 Uhr", + "has_active_youth_protection":false, + "has_youth_protection":false, + "headline":"ZIB 13:00 (\u00d6GS)", + "hide_in_letter_group":false, + "id":13891370, + "letter_group":"Z", + "livestream_sub_headline":null, + "oegs":true, + "oewa_base_path":"Redcont\/Nachrichten\/Nachrichtenueberblick", + "profile_website":null, + "secondary_genres":[ + + ], + "sub_headline":null, + "title":"ZIB 13:00 (\u00d6GS)", + "type":"temporary", + "updated_at":"2024-03-08T11:15:04+01:00", + "youth_protection_type":"limited-20-06", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/14968339" + }, + "image16x9_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/14968339" + }, + "image2x3_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "image2x3":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "genre":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "links":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/links" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/episodes" + }, + "related_profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/related" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/advertising\/tags" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/1975e664b7234ae20b75d2dc304728b09ee8637e.jpeg" + } + } + }, + "image16x9_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/1975e664b7234ae20b75d2dc304728b09ee8637e.jpeg" + } + } + }, + "image2x3_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "image2x3":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "theme":null, + "genre":{ + "id":2703825, + "advertising_mapping":{ + "live":{ + "web":{ + "sb":4420075, + "tbar":4420076, + "pre":4420077, + "post":4420078 + }, + "mob":{ + "par":4420079, + "pre":4420222, + "post":4420081 + }, + "app":{ + "par":4420082, + "pre":4420083, + "post":4420084 + }, + "smart":{ + "pre":4420085, + "post":4420086 + } + }, + "vod":{ + "web":{ + "sb":4420450, + "tbar":4420451, + "pre":4420452, + "post":4420453 + }, + "mob":{ + "par":4420454, + "pre":4420455, + "post":4420456 + }, + "app":{ + "par":4420457, + "pre":4420458, + "post":4420459 + }, + "smart":{ + "pre":4420460, + "post":4420461 + } + } + }, + "sorting":8, + "title":"ZIB & Information", + "updated_at":"2023-12-31T16:59:37+01:00", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596302" + }, + "profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/profiles" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episodes" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/advertising\/tags" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/a6885e2f8ea6f778dcac9af57dfea24006218d76.jpeg" + } + } + }, + "tags":[ + + ], + "advertising_tags":[ + + ] + } + }, + "links":[ + { + "id":13913304, + "title":"Streaming-Highlights: Newsletter abonnieren", + "updated_at":"2024-01-03T12:42:39+01:00", + "url":"https:\/\/tvthek-newsletter.orf.at\/", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/link\/13913304" + } + } + } + ], + "tags":[ + + ], + "advertising_tags":[ + + ], + "audio_description_profile":null, + "oegs_profile":null + } + } + } + } + } + }, + { + "adition_advertising_query_string":"stype:vod,scat:zib-information,scatid:2703825,spro:zib-1300,sproid:71280,episodeid:14218665,duration:103138,advertisingtags:", + "advertising_mapping":{ + "live":{ + "web":{ + "sb":4423852, + "tbar":4423851, + "pre":4423862, + "post":4423861 + }, + "mob":{ + "par":4423850, + "pre":4423858, + "post":4423857 + }, + "app":{ + "par":4423849, + "pre":4423856, + "post":4423855 + }, + "smart":{ + "pre":4423860, + "post":4423859, + "lane":4423853, + "bar":4423854 + } + }, + "vod":{ + "web":{ + "sb":4423852, + "tbar":4423851, + "pre":4423862, + "post":4423861 + }, + "mob":{ + "par":4423850, + "pre":4423858, + "post":4423857 + }, + "app":{ + "par":4423849, + "pre":4423856, + "post":4423855 + }, + "smart":{ + "pre":4423860, + "post":4423859, + "lane":4423853, + "bar":4423854 + } + } + }, + "advertising_query_string":"stype=vod&scat=zib-information&scatid=2703825&spro=zib-1300&sproid=71280&episodeid=14218665&duration=103138&advertisingtags=", + "blackfades":[ + + ], + "episode_date":"2024-03-20T13:00:00+01:00", + "date_as_string":"Mi, 20.3.2024", + "vod_ressort":null, + "description":"ORF-Korrespondent Robert Zikmund meldet sich aus Br\u00fcssel. Er berichtet, warum die EU erneut Z\u00f6lle auf Landwirtschaftsprodukte einf\u00fchren will.", + "drm_token":null, + "duration_as_string":"01:43 Min.", + "duration_seconds":103, + "enabled":true, + "encrypted_id":"ODc4M2hqZDcyOTNrbWQxNTYwMjY1MA==", + "episode_id":14218665, + "exact_duration":103138, + "genre_id":2703825, + "genre_title":"ZIB & Information", + "right":"worldwide", + "focus":false, + "show_countdown":true, + "has_thumbnail":true, + "headline":"ORF-Analyse: Z\u00f6lle auf Agrarg\u00fcter aus Ukraine", + "id":15602650, + "is_archive":false, + "is_drm_protected":false, + "jump_mark":false, + "jump_marks":[ + + ], + "killdate_extern":"2024-04-19T13:00:00+02:00", + "killdate":"2024-04-19T13:00:00+02:00", + "livedate":"2024-03-20T13:00:00+01:00", + "livedate_extern":"2024-03-20T13:00:00+01:00", + "SSA":{ + "cliptype":"Sendung", + "videoid":15602650, + "videopartid":"6_16", + "videocategory":"ZIB-Information", + "videotitle":"ZIB-1300-vom-20-03-2024_ORF-Analyse-Zoelle-auf-Agrargueter-aus-Ukraine", + "videoduration":103, + "episodeduration":1177, + "episodeid":14218665, + "airdate":"2024-03-20T13:00:00+01:00", + "clipreleasetime":"2024-03-20T13:30:02+01:00", + "programname":"ZIB-1300", + "channel":"orf2" + }, + "disable_display_ads_orf_platforms":false, + "disable_instream_ads_orf_platforms":false, + "position":5, + "episodes_reference":"", + "share_body":"https:\/\/tvthek.orf.at\/profile\/ZIB-1300\/71280\/ZIB-1300-vom-20-03-2024\/14218665\/ORF-Analyse-Zoelle-auf-Agrargueter-aus-Ukraine\/15602650", + "share_subject":"ORF-Analyse: Z\u00f6lle auf Agrarg\u00fcter aus Ukraine - ZIB 13:00 vom 20.03.2024 vom 20.03.2024 um 13:00 Uhr", + "show_display_ads":true, + "show_instream_ads":false, + "sources":{ + "hls":[ + { + "is_uhd":false, + "quality_key":"QXA", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_ORF-Analyse--Zo__14218665__o__1318818331__s15602650_0__ORF2HD_13072116P_13090420P_QXA.mp4\/playlist.m3u8", + "is_adaptive_stream":true, + "is_drm_protected":false + }, + { + "is_uhd":false, + "quality_key":"QXB", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_ORF-Analyse--Zo__14218665__o__1318818331__s15602650_0__ORF2HD_13072116P_13090420P_QXB.mp4\/playlist.m3u8", + "is_adaptive_stream":true, + "is_drm_protected":false + } + ], + "dash":[ + { + "is_uhd":false, + "quality_key":"QXA", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_ORF-Analyse--Zo__14218665__o__1318818331__s15602650_0__ORF2HD_13072116P_13090420P_QXA.mp4\/manifest.mpd", + "is_adaptive_stream":true, + "is_drm_protected":false + }, + { + "is_uhd":false, + "quality_key":"QXB", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_ORF-Analyse--Zo__14218665__o__1318818331__s15602650_0__ORF2HD_13072116P_13090420P_QXB.mp4\/manifest.mpd", + "is_adaptive_stream":true, + "is_drm_protected":false + } + ] + }, + "state":"distributed", + "sub_headline":"ZIB 13:00", + "teaser_text":null, + "teaser_title":null, + "thumbnail_activated":true, + "thumbnail_distributed":true, + "thumbnail_folder":"cms-preview-clips", + "thumbnail_sources":{ + "hls":[ + { + "quality_key":"Q6A", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_ORF-Analyse--Zo__14218665__o__1318818331__s15602650_0__ORF2HD_13072116P_13090420P_clip_Q6A.mp4\/playlist.m3u8" + }, + { + "quality_key":"Q8C", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_ORF-Analyse--Zo__14218665__o__1318818331__s15602650_0__ORF2HD_13072116P_13090420P_clip_Q8C.mp4\/playlist.m3u8" + } + ], + "dash":[ + { + "quality_key":"Q6A", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_ORF-Analyse--Zo__14218665__o__1318818331__s15602650_0__ORF2HD_13072116P_13090420P_clip_Q6A.mp4\/manifest.mpd" + }, + { + "quality_key":"Q8C", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_ORF-Analyse--Zo__14218665__o__1318818331__s15602650_0__ORF2HD_13072116P_13090420P_clip_Q8C.mp4\/manifest.mpd" + } + ] + }, + "sprite_sources":[ + + ], + "title":"ORF-Analyse: Z\u00f6lle auf Agrarg\u00fcter aus Ukraine", + "updated_at":"2024-03-20T14:22:12+01:00", + "videobumper":{ + "prevideobumper":{ + "active":false, + "sources":{ + "hls":[ + + ], + "progressive_download":[ + + ] + } + }, + "postvideobumper":{ + "active":false, + "sources":{ + "hls":[ + + ], + "progressive_download":[ + + ] + } + } + }, + "video_file_name":"2024-03-20_1300_tl_02_ZIB-13-00-vom-2_ORF-Analyse--Zo__14218665__o__1318818331__s15602650_0__ORF2HD_13072116P_13090420P", + "video_stream_url":null, + "video_type":"segment", + "voez":true, + "voez_ads_allowed":true, + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15602650" + }, + "episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14218665" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17055560" + }, + "image16x9_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17055560" + }, + "image2x3_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "image2x3":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "links":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15602650\/links" + }, + "subtitle":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/subtitle\/916757" + }, + "playlist":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15602650\/playlist" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15602650\/tags" + }, + "profile":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055560_segments_highlight_teaser.jpg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055560_segments_player.jpg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055560_segments_list.jpg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055560_segments_small.jpg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/4e7d6c8624efac6cf861a628e089135feede0bb9.jpg" + } + } + }, + "image16x9_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055560_segments_highlight_teaser.jpg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055560_segments_player.jpg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055560_segments_list.jpg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055560_segments_small.jpg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/4e7d6c8624efac6cf861a628e089135feede0bb9.jpg" + } + } + }, + "image2x3_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "image2x3":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "links":[ + + ], + "subtitle":{ + "id":916757, + "parsed_at":null, + "sami_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/4750dc121a0642ecc08417c4f15f8878fbe68933.smi", + "srt_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/5482d868c394d1f99f7b72de81e7649517546d3b.srt", + "stl_url":null, + "ttml_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/cb74ca6367b8b65f9c6011d78390076db33df871.ttml", + "updated_at":"2024-03-20T14:24:31+01:00", + "vtt_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/38118e88c1ae27e89780de1ead30426685fcf6c6.vtt", + "xml_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/448d43a0f16508e7aca375659fb49a3fe7999add.xml", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/subtitle\/916757" + }, + "xml_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058558" + }, + "srt_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058559" + }, + "vtt_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058560" + }, + "sami_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058562" + }, + "ttml_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058561" + } + }, + "_embedded":{ + "xml_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/448d43a0f16508e7aca375659fb49a3fe7999add.xml" + } + } + }, + "stl_file":null, + "srt_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/5482d868c394d1f99f7b72de81e7649517546d3b.srt" + } + } + }, + "vtt_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/38118e88c1ae27e89780de1ead30426685fcf6c6.vtt" + } + } + }, + "sami_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/4750dc121a0642ecc08417c4f15f8878fbe68933.smi" + } + } + }, + "ttml_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/cb74ca6367b8b65f9c6011d78390076db33df871.ttml" + } + } + } + } + }, + "playlist":{ + "id":15602650, + "episode_id":14218665, + "title_prefix":"", + "title_separator":"|", + "title":"ORF-Analyse: Z\u00f6lle auf Agrarg\u00fcter aus Ukraine", + "description":"ORF-Korrespondent Robert Zikmund meldet sich aus Br\u00fcssel. Er berichtet, warum die EU erneut Z\u00f6lle auf Landwirtschaftsprodukte einf\u00fchren will.", + "duration":103138, + "preview_image_url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055560_segments_player.jpg", + "sources":[ + { + "quality":"Q1A", + "quality_string":"Niedrig", + "src":"rtmp:\/\/apasfw.apa.at\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_ORF-Analyse--Zo__14218665__o__1318818331__s15602650_0__ORF2HD_13072116P_13090420P_Q1A.3gp", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtmp" + }, + { + "quality":"Q4A", + "quality_string":"Mittel", + "src":"rtmp:\/\/apasfw.apa.at\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_ORF-Analyse--Zo__14218665__o__1318818331__s15602650_0__ORF2HD_13072116P_13090420P_Q4A.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtmp" + }, + { + "quality":"Q6A", + "quality_string":"Hoch", + "src":"rtmp:\/\/apasfw.apa.at\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_ORF-Analyse--Zo__14218665__o__1318818331__s15602650_0__ORF2HD_13072116P_13090420P_Q6A.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtmp" + }, + { + "quality":"Q8C", + "quality_string":"Sehr hoch", + "src":"rtmp:\/\/apasfw.apa.at\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_ORF-Analyse--Zo__14218665__o__1318818331__s15602650_0__ORF2HD_13072116P_13090420P_Q8C.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtmp" + }, + { + "quality":"Q1A", + "quality_string":"Niedrig", + "src":"rtsp:\/\/apasfw.apa.at:1935\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_ORF-Analyse--Zo__14218665__o__1318818331__s15602650_0__ORF2HD_13072116P_13090420P_Q1A.3gp", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtsp" + }, + { + "quality":"SMIL", + "quality_string":"Hoch", + "src":"rtsp:\/\/apasfw.apa.at:1935\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_ORF-Analyse--Zo__14218665__o__1318818331__s15602650_0__ORF2HD_13072116P_13090420P_Q6A.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtsp" + }, + { + "quality":"Q4A", + "quality_string":"Mittel", + "src":"rtsp:\/\/apasfw.apa.at:1935\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_ORF-Analyse--Zo__14218665__o__1318818331__s15602650_0__ORF2HD_13072116P_13090420P_Q4A.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtsp" + }, + { + "quality":"Q8C", + "quality_string":"Sehr hoch", + "src":"rtsp:\/\/apasfw.apa.at:1935\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_ORF-Analyse--Zo__14218665__o__1318818331__s15602650_0__ORF2HD_13072116P_13090420P_Q8C.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtsp" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_ORF-Analyse--Zo__14218665__o__1318818331__s15602650_0__ORF2HD_13072116P_13090420P_Q0A.3gp\/playlist.m3u8", + "is_uhd":false, + "quality":"Q0A", + "quality_string":"Sehr niedrig", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_ORF-Analyse--Zo__14218665__o__1318818331__s15602650_0__ORF2HD_13072116P_13090420P_Q1A.3gp\/playlist.m3u8", + "is_uhd":false, + "quality":"Q1A", + "quality_string":"Niedrig", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_ORF-Analyse--Zo__14218665__o__1318818331__s15602650_0__ORF2HD_13072116P_13090420P_Q4A.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"Q4A", + "quality_string":"Mittel", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_ORF-Analyse--Zo__14218665__o__1318818331__s15602650_0__ORF2HD_13072116P_13090420P_Q6A.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"Q6A", + "quality_string":"Hoch", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_ORF-Analyse--Zo__14218665__o__1318818331__s15602650_0__ORF2HD_13072116P_13090420P_Q8C.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"Q8C", + "quality_string":"Sehr hoch", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_ORF-Analyse--Zo__14218665__o__1318818331__s15602650_0__ORF2HD_13072116P_13090420P_QXA.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"QXA", + "quality_string":"Adaptiv", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_ORF-Analyse--Zo__14218665__o__1318818331__s15602650_0__ORF2HD_13072116P_13090420P_QXB.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"QXB", + "quality_string":"Adaptiv", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "quality":"Q1A", + "quality_string":"Niedrig", + "src":"https:\/\/apasfpd.sf.apa.at\/cms-worldwide\/online\/cb87ce2ead1248b84b6a4e02c87e6654\/1711321200\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_ORF-Analyse--Zo__14218665__o__1318818331__s15602650_0__ORF2HD_13072116P_13090420P_Q1A.3gp", + "type":"video\/mp4", + "delivery":"progressive", + "protocol":"http" + }, + { + "quality":"Q4A", + "quality_string":"Mittel", + "src":"https:\/\/apasfpd.sf.apa.at\/cms-worldwide\/online\/5eb64b8d28baa85d2354229418d96c33\/1711321200\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_ORF-Analyse--Zo__14218665__o__1318818331__s15602650_0__ORF2HD_13072116P_13090420P_Q4A.mp4", + "type":"video\/mp4", + "delivery":"progressive", + "protocol":"http" + }, + { + "quality":"Q6A", + "quality_string":"Hoch", + "src":"https:\/\/apasfpd.sf.apa.at\/cms-worldwide\/online\/59b255f48fe816aca020ffb32d251606\/1711321200\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_ORF-Analyse--Zo__14218665__o__1318818331__s15602650_0__ORF2HD_13072116P_13090420P_Q6A.mp4", + "type":"video\/mp4", + "delivery":"progressive", + "protocol":"http" + }, + { + "quality":"Q8C", + "quality_string":"Sehr hoch", + "src":"https:\/\/apasfpd.sf.apa.at\/cms-worldwide\/online\/2add1f55ac6ecddfa5fe202d0f40ea9b\/1711321200\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_ORF-Analyse--Zo__14218665__o__1318818331__s15602650_0__ORF2HD_13072116P_13090420P_Q8C.mp4", + "type":"video\/mp4", + "delivery":"progressive", + "protocol":"http" + } + ], + "position":5, + "last_segment":false, + "subtitles":[ + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/448d43a0f16508e7aca375659fb49a3fe7999add.xml", + "type":"xml", + "lang":"de-AT" + }, + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/5482d868c394d1f99f7b72de81e7649517546d3b.srt", + "type":"srt", + "lang":"de-AT" + }, + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/38118e88c1ae27e89780de1ead30426685fcf6c6.vtt", + "type":"vtt", + "lang":"de-AT" + }, + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/4750dc121a0642ecc08417c4f15f8878fbe68933.smi", + "type":"sami", + "lang":"de-AT" + }, + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/cb74ca6367b8b65f9c6011d78390076db33df871.ttml", + "type":"ttml", + "lang":"de-AT" + } + ], + "right":"worldwide", + "is_enabled":true, + "has_active_youthprotection":false, + "pre_bumper":{ + "active":false, + "sources":[ + + ] + }, + "post_bumper":{ + "active":false, + "sources":[ + + ] + }, + "hash":"170f29d822c4de390d663aeab8e8e471" + }, + "tags":[ + + ], + "profile":{ + "audio_description":false, + "break_text":null, + "break_title":null, + "dataset_name":"", + "dds_identifier":"", + "description":"Der Nachrichten\u00fcberblick um 13.00 Uhr", + "has_active_youth_protection":false, + "has_youth_protection":false, + "headline":"ZIB 13:00", + "hide_in_letter_group":false, + "id":71280, + "letter_group":"Z", + "livestream_sub_headline":null, + "oegs":false, + "oewa_base_path":"Redcont\/Nachrichten\/Nachrichtenueberblick", + "profile_website":null, + "secondary_genres":[ + + ], + "sub_headline":null, + "title":"ZIB 13:00", + "type":"temporary", + "updated_at":"2024-03-08T11:14:56+01:00", + "youth_protection_type":"limited-20-06", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16094554" + }, + "image16x9_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16094554" + }, + "image2x3_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "image2x3":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "theme":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/theme\/9109687" + }, + "genre":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "links":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/links" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/episodes" + }, + "related_profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/related" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/advertising\/tags" + }, + "oegs_profile":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/c5f6f9dab90eec5160d9b26d90892dd37351db72.jpeg" + } + } + }, + "image16x9_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/c5f6f9dab90eec5160d9b26d90892dd37351db72.jpeg" + } + } + }, + "image2x3_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "image2x3":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "theme":{ + "color":"#1C324C", + "id":9109687, + "name":"ZIB 13:00", + "updated_at":"2016-10-11T00:05:51+02:00", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/theme\/9109687" + }, + "header_image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/838" + }, + "header_background_image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/837" + }, + "background_image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/836" + } + }, + "_embedded":{ + "header_image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "header_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_838_themes_header_image.png" + }, + "header_background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_838_themes_header_background_image.png" + }, + "background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_838_themes_background_image.png" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/375febcc02b958b11e4ad18fc780635bc78ff6f8.png" + } + } + }, + "header_background_image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "header_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_837_themes_header_image.png" + }, + "header_background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_837_themes_header_background_image.png" + }, + "background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_837_themes_background_image.png" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/ff9dc981ae14db44df2bb0084bd7eb15f5debda0.png" + } + } + }, + "background_image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "header_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_836_themes_header_image.png" + }, + "header_background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_836_themes_header_background_image.png" + }, + "background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_836_themes_background_image.png" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/1e3aed2ccb61f2384a4c0144d052d8dd286d7797.png" + } + } + } + } + }, + "genre":{ + "id":2703825, + "advertising_mapping":{ + "live":{ + "web":{ + "sb":4420075, + "tbar":4420076, + "pre":4420077, + "post":4420078 + }, + "mob":{ + "par":4420079, + "pre":4420222, + "post":4420081 + }, + "app":{ + "par":4420082, + "pre":4420083, + "post":4420084 + }, + "smart":{ + "pre":4420085, + "post":4420086 + } + }, + "vod":{ + "web":{ + "sb":4420450, + "tbar":4420451, + "pre":4420452, + "post":4420453 + }, + "mob":{ + "par":4420454, + "pre":4420455, + "post":4420456 + }, + "app":{ + "par":4420457, + "pre":4420458, + "post":4420459 + }, + "smart":{ + "pre":4420460, + "post":4420461 + } + } + }, + "sorting":8, + "title":"ZIB & Information", + "updated_at":"2023-12-31T16:59:37+01:00", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596302" + }, + "profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/profiles" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episodes" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/advertising\/tags" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/a6885e2f8ea6f778dcac9af57dfea24006218d76.jpeg" + } + } + }, + "tags":[ + + ], + "advertising_tags":[ + + ] + } + }, + "links":[ + { + "id":13913304, + "title":"Streaming-Highlights: Newsletter abonnieren", + "updated_at":"2024-01-03T12:42:39+01:00", + "url":"https:\/\/tvthek-newsletter.orf.at\/", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/link\/13913304" + } + } + }, + { + "id":6552, + "title":"Mehr zur ZIB in tv.ORF.at", + "updated_at":"2015-01-19T10:26:37+01:00", + "url":"http:\/\/tv.orf.at\/zeitimbild\/", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/link\/6552" + } + } + } + ], + "tags":[ + { + "id":15, + "name":"Zeit im Bild", + "updated_at":"2017-02-06T09:22:02+01:00" + } + ], + "advertising_tags":[ + + ], + "audio_description_profile":null, + "oegs_profile":{ + "audio_description":false, + "break_text":null, + "break_title":null, + "dataset_name":null, + "dds_identifier":"", + "description":"Der Nachrichten\u00fcberblick um 13.00 Uhr", + "has_active_youth_protection":false, + "has_youth_protection":false, + "headline":"ZIB 13:00 (\u00d6GS)", + "hide_in_letter_group":false, + "id":13891370, + "letter_group":"Z", + "livestream_sub_headline":null, + "oegs":true, + "oewa_base_path":"Redcont\/Nachrichten\/Nachrichtenueberblick", + "profile_website":null, + "secondary_genres":[ + + ], + "sub_headline":null, + "title":"ZIB 13:00 (\u00d6GS)", + "type":"temporary", + "updated_at":"2024-03-08T11:15:04+01:00", + "youth_protection_type":"limited-20-06", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/14968339" + }, + "image16x9_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/14968339" + }, + "image2x3_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "image2x3":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "genre":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "links":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/links" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/episodes" + }, + "related_profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/related" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/advertising\/tags" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/1975e664b7234ae20b75d2dc304728b09ee8637e.jpeg" + } + } + }, + "image16x9_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/1975e664b7234ae20b75d2dc304728b09ee8637e.jpeg" + } + } + }, + "image2x3_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "image2x3":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "theme":null, + "genre":{ + "id":2703825, + "advertising_mapping":{ + "live":{ + "web":{ + "sb":4420075, + "tbar":4420076, + "pre":4420077, + "post":4420078 + }, + "mob":{ + "par":4420079, + "pre":4420222, + "post":4420081 + }, + "app":{ + "par":4420082, + "pre":4420083, + "post":4420084 + }, + "smart":{ + "pre":4420085, + "post":4420086 + } + }, + "vod":{ + "web":{ + "sb":4420450, + "tbar":4420451, + "pre":4420452, + "post":4420453 + }, + "mob":{ + "par":4420454, + "pre":4420455, + "post":4420456 + }, + "app":{ + "par":4420457, + "pre":4420458, + "post":4420459 + }, + "smart":{ + "pre":4420460, + "post":4420461 + } + } + }, + "sorting":8, + "title":"ZIB & Information", + "updated_at":"2023-12-31T16:59:37+01:00", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596302" + }, + "profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/profiles" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episodes" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/advertising\/tags" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/a6885e2f8ea6f778dcac9af57dfea24006218d76.jpeg" + } + } + }, + "tags":[ + + ], + "advertising_tags":[ + + ] + } + }, + "links":[ + { + "id":13913304, + "title":"Streaming-Highlights: Newsletter abonnieren", + "updated_at":"2024-01-03T12:42:39+01:00", + "url":"https:\/\/tvthek-newsletter.orf.at\/", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/link\/13913304" + } + } + } + ], + "tags":[ + + ], + "advertising_tags":[ + + ], + "audio_description_profile":null, + "oegs_profile":null + } + } + } + } + } + }, + { + "adition_advertising_query_string":"stype:vod,scat:zib-information,scatid:2703825,spro:zib-1300,sproid:71280,episodeid:14218665,duration:36357,advertisingtags:", + "advertising_mapping":{ + "live":{ + "web":{ + "sb":4423852, + "tbar":4423851, + "pre":4423862, + "post":4423861 + }, + "mob":{ + "par":4423850, + "pre":4423858, + "post":4423857 + }, + "app":{ + "par":4423849, + "pre":4423856, + "post":4423855 + }, + "smart":{ + "pre":4423860, + "post":4423859, + "lane":4423853, + "bar":4423854 + } + }, + "vod":{ + "web":{ + "sb":4423852, + "tbar":4423851, + "pre":4423862, + "post":4423861 + }, + "mob":{ + "par":4423850, + "pre":4423858, + "post":4423857 + }, + "app":{ + "par":4423849, + "pre":4423856, + "post":4423855 + }, + "smart":{ + "pre":4423860, + "post":4423859, + "lane":4423853, + "bar":4423854 + } + } + }, + "advertising_query_string":"stype=vod&scat=zib-information&scatid=2703825&spro=zib-1300&sproid=71280&episodeid=14218665&duration=36357&advertisingtags=", + "blackfades":[ + + ], + "episode_date":"2024-03-20T13:00:00+01:00", + "date_as_string":"Mi, 20.3.2024", + "vod_ressort":null, + "description":"Das britische Unterhaus stimmt am Mittwoch wieder \u00fcber umstrittene Abschiebungen nach Ruanda ab. Der ge\u00e4nderte \"Ruanda-Plan\" von Premier Sunak sieht vor, dass Gefl\u00fcchtete ohne Aufenthaltsberechtigung nach Ruanda abgeschoben werden k\u00f6nnen, egal wo sie urspr\u00fcnglich herkommen.", + "drm_token":null, + "duration_as_string":"00:36 Sek.", + "duration_seconds":36, + "enabled":true, + "encrypted_id":"ODc4M2hqZDcyOTNrbWQxNTYwMjY1MQ==", + "episode_id":14218665, + "exact_duration":36357, + "genre_id":2703825, + "genre_title":"ZIB & Information", + "right":"worldwide", + "focus":false, + "show_countdown":true, + "has_thumbnail":true, + "headline":"London: Zweiter Anlauf f\u00fcr \"Ruanda-Plan\"", + "id":15602651, + "is_archive":false, + "is_drm_protected":false, + "jump_mark":false, + "jump_marks":[ + + ], + "killdate_extern":"2024-04-19T13:00:00+02:00", + "killdate":"2024-04-19T13:00:00+02:00", + "livedate":"2024-03-20T13:00:00+01:00", + "livedate_extern":"2024-03-20T13:00:00+01:00", + "SSA":{ + "cliptype":"Sendung", + "videoid":15602651, + "videopartid":"7_16", + "videocategory":"ZIB-Information", + "videotitle":"ZIB-1300-vom-20-03-2024_London-Zweiter-Anlauf-fuer-Ruanda-Plan", + "videoduration":36, + "episodeduration":1177, + "episodeid":14218665, + "airdate":"2024-03-20T13:00:00+01:00", + "clipreleasetime":"2024-03-20T13:30:02+01:00", + "programname":"ZIB-1300", + "channel":"orf2" + }, + "disable_display_ads_orf_platforms":false, + "disable_instream_ads_orf_platforms":false, + "position":6, + "episodes_reference":"", + "share_body":"https:\/\/tvthek.orf.at\/profile\/ZIB-1300\/71280\/ZIB-1300-vom-20-03-2024\/14218665\/London-Zweiter-Anlauf-fuer-Ruanda-Plan\/15602651", + "share_subject":"London: Zweiter Anlauf f\u00fcr \"Ruanda-Plan\" - ZIB 13:00 vom 20.03.2024 vom 20.03.2024 um 13:00 Uhr", + "show_display_ads":true, + "show_instream_ads":false, + "sources":{ + "hls":[ + { + "is_uhd":false, + "quality_key":"QXA", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_London--Zweiter__14218665__o__5110128836__s15602651_1__ORF2HD_13090420P_13094104P_QXA.mp4\/playlist.m3u8", + "is_adaptive_stream":true, + "is_drm_protected":false + }, + { + "is_uhd":false, + "quality_key":"QXB", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_London--Zweiter__14218665__o__5110128836__s15602651_1__ORF2HD_13090420P_13094104P_QXB.mp4\/playlist.m3u8", + "is_adaptive_stream":true, + "is_drm_protected":false + } + ], + "dash":[ + { + "is_uhd":false, + "quality_key":"QXA", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_London--Zweiter__14218665__o__5110128836__s15602651_1__ORF2HD_13090420P_13094104P_QXA.mp4\/manifest.mpd", + "is_adaptive_stream":true, + "is_drm_protected":false + }, + { + "is_uhd":false, + "quality_key":"QXB", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_London--Zweiter__14218665__o__5110128836__s15602651_1__ORF2HD_13090420P_13094104P_QXB.mp4\/manifest.mpd", + "is_adaptive_stream":true, + "is_drm_protected":false + } + ] + }, + "state":"distributed", + "sub_headline":"ZIB 13:00", + "teaser_text":null, + "teaser_title":null, + "thumbnail_activated":true, + "thumbnail_distributed":true, + "thumbnail_folder":"cms-preview-clips", + "thumbnail_sources":{ + "hls":[ + { + "quality_key":"Q6A", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_London--Zweiter__14218665__o__5110128836__s15602651_1__ORF2HD_13090420P_13094104P_clip_Q6A.mp4\/playlist.m3u8" + }, + { + "quality_key":"Q8C", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_London--Zweiter__14218665__o__5110128836__s15602651_1__ORF2HD_13090420P_13094104P_clip_Q8C.mp4\/playlist.m3u8" + } + ], + "dash":[ + { + "quality_key":"Q6A", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_London--Zweiter__14218665__o__5110128836__s15602651_1__ORF2HD_13090420P_13094104P_clip_Q6A.mp4\/manifest.mpd" + }, + { + "quality_key":"Q8C", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_London--Zweiter__14218665__o__5110128836__s15602651_1__ORF2HD_13090420P_13094104P_clip_Q8C.mp4\/manifest.mpd" + } + ] + }, + "sprite_sources":[ + + ], + "title":"London: Zweiter Anlauf f\u00fcr \"Ruanda-Plan\"", + "updated_at":"2024-03-20T14:22:12+01:00", + "videobumper":{ + "prevideobumper":{ + "active":false, + "sources":{ + "hls":[ + + ], + "progressive_download":[ + + ] + } + }, + "postvideobumper":{ + "active":false, + "sources":{ + "hls":[ + + ], + "progressive_download":[ + + ] + } + } + }, + "video_file_name":"2024-03-20_1300_tl_02_ZIB-13-00-vom-2_London--Zweiter__14218665__o__5110128836__s15602651_1__ORF2HD_13090420P_13094104P", + "video_stream_url":null, + "video_type":"segment", + "voez":true, + "voez_ads_allowed":true, + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15602651" + }, + "episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14218665" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17055561" + }, + "image16x9_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17055561" + }, + "image2x3_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "image2x3":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "links":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15602651\/links" + }, + "subtitle":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/subtitle\/916758" + }, + "playlist":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15602651\/playlist" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15602651\/tags" + }, + "profile":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055561_segments_highlight_teaser.jpg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055561_segments_player.jpg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055561_segments_list.jpg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055561_segments_small.jpg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/731053ee72cae7937046fe5fcfba4612ee013e67.jpg" + } + } + }, + "image16x9_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055561_segments_highlight_teaser.jpg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055561_segments_player.jpg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055561_segments_list.jpg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055561_segments_small.jpg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/731053ee72cae7937046fe5fcfba4612ee013e67.jpg" + } + } + }, + "image2x3_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "image2x3":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "links":[ + + ], + "subtitle":{ + "id":916758, + "parsed_at":null, + "sami_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/e56270561ae5bed2480aa62b4ae9e48fec286a3c.smi", + "srt_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/56b8ab5bcf42a20a3d807865ba5186d1a615e845.srt", + "stl_url":null, + "ttml_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/55509d605198903b740f9b333524deb78a37da91.ttml", + "updated_at":"2024-03-20T14:24:31+01:00", + "vtt_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/1d4953b67e3218eb85ef3e896177775855bb7cc3.vtt", + "xml_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/216fa49ddc0d3816bac39092ba9962c6d399f557.xml", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/subtitle\/916758" + }, + "xml_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058563" + }, + "srt_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058564" + }, + "vtt_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058565" + }, + "sami_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058567" + }, + "ttml_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058566" + } + }, + "_embedded":{ + "xml_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/216fa49ddc0d3816bac39092ba9962c6d399f557.xml" + } + } + }, + "stl_file":null, + "srt_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/56b8ab5bcf42a20a3d807865ba5186d1a615e845.srt" + } + } + }, + "vtt_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/1d4953b67e3218eb85ef3e896177775855bb7cc3.vtt" + } + } + }, + "sami_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/e56270561ae5bed2480aa62b4ae9e48fec286a3c.smi" + } + } + }, + "ttml_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/55509d605198903b740f9b333524deb78a37da91.ttml" + } + } + } + } + }, + "playlist":{ + "id":15602651, + "episode_id":14218665, + "title_prefix":"", + "title_separator":"|", + "title":"London: Zweiter Anlauf f\u00fcr \"Ruanda-Plan\"", + "description":"Das britische Unterhaus stimmt am Mittwoch wieder \u00fcber umstrittene Abschiebungen nach Ruanda ab. Der ge\u00e4nderte \"Ruanda-Plan\" von Premier Sunak sieht vor, dass Gefl\u00fcchtete ohne Aufenthaltsberechtigung nach Ruanda abgeschoben werden k\u00f6nnen, egal wo sie urspr\u00fcnglich herkommen.", + "duration":36357, + "preview_image_url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055561_segments_player.jpg", + "sources":[ + { + "quality":"Q1A", + "quality_string":"Niedrig", + "src":"rtmp:\/\/apasfw.apa.at\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_London--Zweiter__14218665__o__5110128836__s15602651_1__ORF2HD_13090420P_13094104P_Q1A.3gp", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtmp" + }, + { + "quality":"Q4A", + "quality_string":"Mittel", + "src":"rtmp:\/\/apasfw.apa.at\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_London--Zweiter__14218665__o__5110128836__s15602651_1__ORF2HD_13090420P_13094104P_Q4A.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtmp" + }, + { + "quality":"Q6A", + "quality_string":"Hoch", + "src":"rtmp:\/\/apasfw.apa.at\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_London--Zweiter__14218665__o__5110128836__s15602651_1__ORF2HD_13090420P_13094104P_Q6A.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtmp" + }, + { + "quality":"Q8C", + "quality_string":"Sehr hoch", + "src":"rtmp:\/\/apasfw.apa.at\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_London--Zweiter__14218665__o__5110128836__s15602651_1__ORF2HD_13090420P_13094104P_Q8C.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtmp" + }, + { + "quality":"Q1A", + "quality_string":"Niedrig", + "src":"rtsp:\/\/apasfw.apa.at:1935\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_London--Zweiter__14218665__o__5110128836__s15602651_1__ORF2HD_13090420P_13094104P_Q1A.3gp", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtsp" + }, + { + "quality":"SMIL", + "quality_string":"Hoch", + "src":"rtsp:\/\/apasfw.apa.at:1935\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_London--Zweiter__14218665__o__5110128836__s15602651_1__ORF2HD_13090420P_13094104P_Q6A.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtsp" + }, + { + "quality":"Q4A", + "quality_string":"Mittel", + "src":"rtsp:\/\/apasfw.apa.at:1935\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_London--Zweiter__14218665__o__5110128836__s15602651_1__ORF2HD_13090420P_13094104P_Q4A.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtsp" + }, + { + "quality":"Q8C", + "quality_string":"Sehr hoch", + "src":"rtsp:\/\/apasfw.apa.at:1935\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_London--Zweiter__14218665__o__5110128836__s15602651_1__ORF2HD_13090420P_13094104P_Q8C.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtsp" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_London--Zweiter__14218665__o__5110128836__s15602651_1__ORF2HD_13090420P_13094104P_Q0A.3gp\/playlist.m3u8", + "is_uhd":false, + "quality":"Q0A", + "quality_string":"Sehr niedrig", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_London--Zweiter__14218665__o__5110128836__s15602651_1__ORF2HD_13090420P_13094104P_Q1A.3gp\/playlist.m3u8", + "is_uhd":false, + "quality":"Q1A", + "quality_string":"Niedrig", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_London--Zweiter__14218665__o__5110128836__s15602651_1__ORF2HD_13090420P_13094104P_Q4A.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"Q4A", + "quality_string":"Mittel", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_London--Zweiter__14218665__o__5110128836__s15602651_1__ORF2HD_13090420P_13094104P_Q6A.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"Q6A", + "quality_string":"Hoch", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_London--Zweiter__14218665__o__5110128836__s15602651_1__ORF2HD_13090420P_13094104P_Q8C.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"Q8C", + "quality_string":"Sehr hoch", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_London--Zweiter__14218665__o__5110128836__s15602651_1__ORF2HD_13090420P_13094104P_QXA.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"QXA", + "quality_string":"Adaptiv", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_London--Zweiter__14218665__o__5110128836__s15602651_1__ORF2HD_13090420P_13094104P_QXB.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"QXB", + "quality_string":"Adaptiv", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "quality":"Q1A", + "quality_string":"Niedrig", + "src":"https:\/\/apasfpd.sf.apa.at\/cms-worldwide\/online\/0c747405fca2f4221c08faab221b7c09\/1711321200\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_London--Zweiter__14218665__o__5110128836__s15602651_1__ORF2HD_13090420P_13094104P_Q1A.3gp", + "type":"video\/mp4", + "delivery":"progressive", + "protocol":"http" + }, + { + "quality":"Q4A", + "quality_string":"Mittel", + "src":"https:\/\/apasfpd.sf.apa.at\/cms-worldwide\/online\/ee3e0f8291649492c04faab32635417b\/1711321200\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_London--Zweiter__14218665__o__5110128836__s15602651_1__ORF2HD_13090420P_13094104P_Q4A.mp4", + "type":"video\/mp4", + "delivery":"progressive", + "protocol":"http" + }, + { + "quality":"Q6A", + "quality_string":"Hoch", + "src":"https:\/\/apasfpd.sf.apa.at\/cms-worldwide\/online\/dd640344d3310dae01378b490293cf04\/1711321200\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_London--Zweiter__14218665__o__5110128836__s15602651_1__ORF2HD_13090420P_13094104P_Q6A.mp4", + "type":"video\/mp4", + "delivery":"progressive", + "protocol":"http" + }, + { + "quality":"Q8C", + "quality_string":"Sehr hoch", + "src":"https:\/\/apasfpd.sf.apa.at\/cms-worldwide\/online\/4c9b0603022b9f25119cecea7fab4744\/1711321200\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_London--Zweiter__14218665__o__5110128836__s15602651_1__ORF2HD_13090420P_13094104P_Q8C.mp4", + "type":"video\/mp4", + "delivery":"progressive", + "protocol":"http" + } + ], + "position":6, + "last_segment":false, + "subtitles":[ + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/216fa49ddc0d3816bac39092ba9962c6d399f557.xml", + "type":"xml", + "lang":"de-AT" + }, + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/56b8ab5bcf42a20a3d807865ba5186d1a615e845.srt", + "type":"srt", + "lang":"de-AT" + }, + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/1d4953b67e3218eb85ef3e896177775855bb7cc3.vtt", + "type":"vtt", + "lang":"de-AT" + }, + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/e56270561ae5bed2480aa62b4ae9e48fec286a3c.smi", + "type":"sami", + "lang":"de-AT" + }, + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/55509d605198903b740f9b333524deb78a37da91.ttml", + "type":"ttml", + "lang":"de-AT" + } + ], + "right":"worldwide", + "is_enabled":true, + "has_active_youthprotection":false, + "pre_bumper":{ + "active":false, + "sources":[ + + ] + }, + "post_bumper":{ + "active":false, + "sources":[ + + ] + }, + "hash":"df605d6e5958951aa8199999358f7126" + }, + "tags":[ + + ], + "profile":{ + "audio_description":false, + "break_text":null, + "break_title":null, + "dataset_name":"", + "dds_identifier":"", + "description":"Der Nachrichten\u00fcberblick um 13.00 Uhr", + "has_active_youth_protection":false, + "has_youth_protection":false, + "headline":"ZIB 13:00", + "hide_in_letter_group":false, + "id":71280, + "letter_group":"Z", + "livestream_sub_headline":null, + "oegs":false, + "oewa_base_path":"Redcont\/Nachrichten\/Nachrichtenueberblick", + "profile_website":null, + "secondary_genres":[ + + ], + "sub_headline":null, + "title":"ZIB 13:00", + "type":"temporary", + "updated_at":"2024-03-08T11:14:56+01:00", + "youth_protection_type":"limited-20-06", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16094554" + }, + "image16x9_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16094554" + }, + "image2x3_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "image2x3":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "theme":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/theme\/9109687" + }, + "genre":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "links":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/links" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/episodes" + }, + "related_profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/related" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/advertising\/tags" + }, + "oegs_profile":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/c5f6f9dab90eec5160d9b26d90892dd37351db72.jpeg" + } + } + }, + "image16x9_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/c5f6f9dab90eec5160d9b26d90892dd37351db72.jpeg" + } + } + }, + "image2x3_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "image2x3":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "theme":{ + "color":"#1C324C", + "id":9109687, + "name":"ZIB 13:00", + "updated_at":"2016-10-11T00:05:51+02:00", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/theme\/9109687" + }, + "header_image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/838" + }, + "header_background_image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/837" + }, + "background_image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/836" + } + }, + "_embedded":{ + "header_image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "header_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_838_themes_header_image.png" + }, + "header_background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_838_themes_header_background_image.png" + }, + "background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_838_themes_background_image.png" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/375febcc02b958b11e4ad18fc780635bc78ff6f8.png" + } + } + }, + "header_background_image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "header_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_837_themes_header_image.png" + }, + "header_background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_837_themes_header_background_image.png" + }, + "background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_837_themes_background_image.png" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/ff9dc981ae14db44df2bb0084bd7eb15f5debda0.png" + } + } + }, + "background_image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "header_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_836_themes_header_image.png" + }, + "header_background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_836_themes_header_background_image.png" + }, + "background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_836_themes_background_image.png" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/1e3aed2ccb61f2384a4c0144d052d8dd286d7797.png" + } + } + } + } + }, + "genre":{ + "id":2703825, + "advertising_mapping":{ + "live":{ + "web":{ + "sb":4420075, + "tbar":4420076, + "pre":4420077, + "post":4420078 + }, + "mob":{ + "par":4420079, + "pre":4420222, + "post":4420081 + }, + "app":{ + "par":4420082, + "pre":4420083, + "post":4420084 + }, + "smart":{ + "pre":4420085, + "post":4420086 + } + }, + "vod":{ + "web":{ + "sb":4420450, + "tbar":4420451, + "pre":4420452, + "post":4420453 + }, + "mob":{ + "par":4420454, + "pre":4420455, + "post":4420456 + }, + "app":{ + "par":4420457, + "pre":4420458, + "post":4420459 + }, + "smart":{ + "pre":4420460, + "post":4420461 + } + } + }, + "sorting":8, + "title":"ZIB & Information", + "updated_at":"2023-12-31T16:59:37+01:00", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596302" + }, + "profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/profiles" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episodes" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/advertising\/tags" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/a6885e2f8ea6f778dcac9af57dfea24006218d76.jpeg" + } + } + }, + "tags":[ + + ], + "advertising_tags":[ + + ] + } + }, + "links":[ + { + "id":13913304, + "title":"Streaming-Highlights: Newsletter abonnieren", + "updated_at":"2024-01-03T12:42:39+01:00", + "url":"https:\/\/tvthek-newsletter.orf.at\/", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/link\/13913304" + } + } + }, + { + "id":6552, + "title":"Mehr zur ZIB in tv.ORF.at", + "updated_at":"2015-01-19T10:26:37+01:00", + "url":"http:\/\/tv.orf.at\/zeitimbild\/", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/link\/6552" + } + } + } + ], + "tags":[ + { + "id":15, + "name":"Zeit im Bild", + "updated_at":"2017-02-06T09:22:02+01:00" + } + ], + "advertising_tags":[ + + ], + "audio_description_profile":null, + "oegs_profile":{ + "audio_description":false, + "break_text":null, + "break_title":null, + "dataset_name":null, + "dds_identifier":"", + "description":"Der Nachrichten\u00fcberblick um 13.00 Uhr", + "has_active_youth_protection":false, + "has_youth_protection":false, + "headline":"ZIB 13:00 (\u00d6GS)", + "hide_in_letter_group":false, + "id":13891370, + "letter_group":"Z", + "livestream_sub_headline":null, + "oegs":true, + "oewa_base_path":"Redcont\/Nachrichten\/Nachrichtenueberblick", + "profile_website":null, + "secondary_genres":[ + + ], + "sub_headline":null, + "title":"ZIB 13:00 (\u00d6GS)", + "type":"temporary", + "updated_at":"2024-03-08T11:15:04+01:00", + "youth_protection_type":"limited-20-06", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/14968339" + }, + "image16x9_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/14968339" + }, + "image2x3_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "image2x3":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "genre":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "links":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/links" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/episodes" + }, + "related_profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/related" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/advertising\/tags" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/1975e664b7234ae20b75d2dc304728b09ee8637e.jpeg" + } + } + }, + "image16x9_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/1975e664b7234ae20b75d2dc304728b09ee8637e.jpeg" + } + } + }, + "image2x3_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "image2x3":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "theme":null, + "genre":{ + "id":2703825, + "advertising_mapping":{ + "live":{ + "web":{ + "sb":4420075, + "tbar":4420076, + "pre":4420077, + "post":4420078 + }, + "mob":{ + "par":4420079, + "pre":4420222, + "post":4420081 + }, + "app":{ + "par":4420082, + "pre":4420083, + "post":4420084 + }, + "smart":{ + "pre":4420085, + "post":4420086 + } + }, + "vod":{ + "web":{ + "sb":4420450, + "tbar":4420451, + "pre":4420452, + "post":4420453 + }, + "mob":{ + "par":4420454, + "pre":4420455, + "post":4420456 + }, + "app":{ + "par":4420457, + "pre":4420458, + "post":4420459 + }, + "smart":{ + "pre":4420460, + "post":4420461 + } + } + }, + "sorting":8, + "title":"ZIB & Information", + "updated_at":"2023-12-31T16:59:37+01:00", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596302" + }, + "profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/profiles" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episodes" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/advertising\/tags" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/a6885e2f8ea6f778dcac9af57dfea24006218d76.jpeg" + } + } + }, + "tags":[ + + ], + "advertising_tags":[ + + ] + } + }, + "links":[ + { + "id":13913304, + "title":"Streaming-Highlights: Newsletter abonnieren", + "updated_at":"2024-01-03T12:42:39+01:00", + "url":"https:\/\/tvthek-newsletter.orf.at\/", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/link\/13913304" + } + } + } + ], + "tags":[ + + ], + "advertising_tags":[ + + ], + "audio_description_profile":null, + "oegs_profile":null + } + } + } + } + } + }, + { + "adition_advertising_query_string":"stype:vod,scat:zib-information,scatid:2703825,spro:zib-1300,sproid:71280,episodeid:14218665,duration:86640,advertisingtags:", + "advertising_mapping":{ + "live":{ + "web":{ + "sb":4423852, + "tbar":4423851, + "pre":4423862, + "post":4423861 + }, + "mob":{ + "par":4423850, + "pre":4423858, + "post":4423857 + }, + "app":{ + "par":4423849, + "pre":4423856, + "post":4423855 + }, + "smart":{ + "pre":4423860, + "post":4423859, + "lane":4423853, + "bar":4423854 + } + }, + "vod":{ + "web":{ + "sb":4423852, + "tbar":4423851, + "pre":4423862, + "post":4423861 + }, + "mob":{ + "par":4423850, + "pre":4423858, + "post":4423857 + }, + "app":{ + "par":4423849, + "pre":4423856, + "post":4423855 + }, + "smart":{ + "pre":4423860, + "post":4423859, + "lane":4423853, + "bar":4423854 + } + } + }, + "advertising_query_string":"stype=vod&scat=zib-information&scatid=2703825&spro=zib-1300&sproid=71280&episodeid=14218665&duration=86640&advertisingtags=", + "blackfades":[ + + ], + "episode_date":"2024-03-20T13:00:00+01:00", + "date_as_string":"Mi, 20.3.2024", + "vod_ressort":null, + "description":"Die britische Regierung h\u00e4lt weiter an den umstrittenen Pl\u00e4nen zur Abschiebung von Gefl\u00fcchteten nach Ruanda fest. Das Oberhaus stimmt am Mittwoch in London erneut \u00fcber das Gesetz ab. ORF-Korrespondent J\u00f6rg Winter berichtet.", + "drm_token":null, + "duration_as_string":"01:26 Min.", + "duration_seconds":86, + "enabled":true, + "encrypted_id":"ODc4M2hqZDcyOTNrbWQxNTYwMjY1Mg==", + "episode_id":14218665, + "exact_duration":86640, + "genre_id":2703825, + "genre_title":"ZIB & Information", + "right":"worldwide", + "focus":false, + "show_countdown":true, + "has_thumbnail":true, + "headline":"Vorschau: GB stimmt \u00fcber \"Ruanda-Plan\" ab", + "id":15602652, + "is_archive":false, + "is_drm_protected":false, + "jump_mark":false, + "jump_marks":[ + + ], + "killdate_extern":"2024-04-19T13:00:00+02:00", + "killdate":"2024-04-19T13:00:00+02:00", + "livedate":"2024-03-20T13:00:00+01:00", + "livedate_extern":"2024-03-20T13:00:00+01:00", + "SSA":{ + "cliptype":"Sendung", + "videoid":15602652, + "videopartid":"8_16", + "videocategory":"ZIB-Information", + "videotitle":"ZIB-1300-vom-20-03-2024_Vorschau-GB-stimmt-ueber-Ruanda-Plan-ab", + "videoduration":86, + "episodeduration":1177, + "episodeid":14218665, + "airdate":"2024-03-20T13:00:00+01:00", + "clipreleasetime":"2024-03-20T13:30:02+01:00", + "programname":"ZIB-1300", + "channel":"orf2" + }, + "disable_display_ads_orf_platforms":false, + "disable_instream_ads_orf_platforms":false, + "position":7, + "episodes_reference":"", + "share_body":"https:\/\/tvthek.orf.at\/profile\/ZIB-1300\/71280\/ZIB-1300-vom-20-03-2024\/14218665\/Vorschau-GB-stimmt-ueber-Ruanda-Plan-ab\/15602652", + "share_subject":"Vorschau: GB stimmt \u00fcber \"Ruanda-Plan\" ab - ZIB 13:00 vom 20.03.2024 vom 20.03.2024 um 13:00 Uhr", + "show_display_ads":true, + "show_instream_ads":false, + "sources":{ + "hls":[ + { + "is_uhd":false, + "quality_key":"QXA", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Vorschau--GB-st__14218665__o__2067855260__s15602652_2__ORF2HD_13094104P_13110720P_QXA.mp4\/playlist.m3u8", + "is_adaptive_stream":true, + "is_drm_protected":false + }, + { + "is_uhd":false, + "quality_key":"QXB", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Vorschau--GB-st__14218665__o__2067855260__s15602652_2__ORF2HD_13094104P_13110720P_QXB.mp4\/playlist.m3u8", + "is_adaptive_stream":true, + "is_drm_protected":false + } + ], + "dash":[ + { + "is_uhd":false, + "quality_key":"QXA", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Vorschau--GB-st__14218665__o__2067855260__s15602652_2__ORF2HD_13094104P_13110720P_QXA.mp4\/manifest.mpd", + "is_adaptive_stream":true, + "is_drm_protected":false + }, + { + "is_uhd":false, + "quality_key":"QXB", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Vorschau--GB-st__14218665__o__2067855260__s15602652_2__ORF2HD_13094104P_13110720P_QXB.mp4\/manifest.mpd", + "is_adaptive_stream":true, + "is_drm_protected":false + } + ] + }, + "state":"distributed", + "sub_headline":"ZIB 13:00", + "teaser_text":null, + "teaser_title":null, + "thumbnail_activated":true, + "thumbnail_distributed":true, + "thumbnail_folder":"cms-preview-clips", + "thumbnail_sources":{ + "hls":[ + { + "quality_key":"Q6A", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Vorschau--GB-st__14218665__o__2067855260__s15602652_2__ORF2HD_13094104P_13110720P_clip_Q6A.mp4\/playlist.m3u8" + }, + { + "quality_key":"Q8C", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Vorschau--GB-st__14218665__o__2067855260__s15602652_2__ORF2HD_13094104P_13110720P_clip_Q8C.mp4\/playlist.m3u8" + } + ], + "dash":[ + { + "quality_key":"Q6A", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Vorschau--GB-st__14218665__o__2067855260__s15602652_2__ORF2HD_13094104P_13110720P_clip_Q6A.mp4\/manifest.mpd" + }, + { + "quality_key":"Q8C", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Vorschau--GB-st__14218665__o__2067855260__s15602652_2__ORF2HD_13094104P_13110720P_clip_Q8C.mp4\/manifest.mpd" + } + ] + }, + "sprite_sources":[ + + ], + "title":"Vorschau: GB stimmt \u00fcber \"Ruanda-Plan\" ab", + "updated_at":"2024-03-20T14:22:12+01:00", + "videobumper":{ + "prevideobumper":{ + "active":false, + "sources":{ + "hls":[ + + ], + "progressive_download":[ + + ] + } + }, + "postvideobumper":{ + "active":false, + "sources":{ + "hls":[ + + ], + "progressive_download":[ + + ] + } + } + }, + "video_file_name":"2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Vorschau--GB-st__14218665__o__2067855260__s15602652_2__ORF2HD_13094104P_13110720P", + "video_stream_url":null, + "video_type":"segment", + "voez":true, + "voez_ads_allowed":true, + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15602652" + }, + "episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14218665" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17055562" + }, + "image16x9_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17055562" + }, + "image2x3_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "image2x3":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "links":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15602652\/links" + }, + "subtitle":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/subtitle\/916759" + }, + "playlist":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15602652\/playlist" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15602652\/tags" + }, + "profile":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055562_segments_highlight_teaser.jpg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055562_segments_player.jpg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055562_segments_list.jpg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055562_segments_small.jpg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/064e6d41fa0ba36658c2178f6f012a0c82bacaba.jpg" + } + } + }, + "image16x9_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055562_segments_highlight_teaser.jpg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055562_segments_player.jpg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055562_segments_list.jpg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055562_segments_small.jpg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/064e6d41fa0ba36658c2178f6f012a0c82bacaba.jpg" + } + } + }, + "image2x3_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "image2x3":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "links":[ + + ], + "subtitle":{ + "id":916759, + "parsed_at":null, + "sami_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/7a2bf633c9d318e70ca3751f335735ec82f088af.smi", + "srt_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/b0542115d26d84ba37ede07a7df767818aa0f2e3.srt", + "stl_url":null, + "ttml_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/1e97c1de7a5d1f53e439429efe3ea495dee0195a.ttml", + "updated_at":"2024-03-20T14:24:31+01:00", + "vtt_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/db99b5a96da0eca41134e9f83f22dca89002e0e3.vtt", + "xml_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/2df12e52f03e5cd2a01d4d72abef19380ffefa20.xml", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/subtitle\/916759" + }, + "xml_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058568" + }, + "srt_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058569" + }, + "vtt_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058570" + }, + "sami_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058572" + }, + "ttml_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058571" + } + }, + "_embedded":{ + "xml_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/2df12e52f03e5cd2a01d4d72abef19380ffefa20.xml" + } + } + }, + "stl_file":null, + "srt_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/b0542115d26d84ba37ede07a7df767818aa0f2e3.srt" + } + } + }, + "vtt_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/db99b5a96da0eca41134e9f83f22dca89002e0e3.vtt" + } + } + }, + "sami_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/7a2bf633c9d318e70ca3751f335735ec82f088af.smi" + } + } + }, + "ttml_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/1e97c1de7a5d1f53e439429efe3ea495dee0195a.ttml" + } + } + } + } + }, + "playlist":{ + "id":15602652, + "episode_id":14218665, + "title_prefix":"", + "title_separator":"|", + "title":"Vorschau: GB stimmt \u00fcber \"Ruanda-Plan\" ab", + "description":"Die britische Regierung h\u00e4lt weiter an den umstrittenen Pl\u00e4nen zur Abschiebung von Gefl\u00fcchteten nach Ruanda fest. Das Oberhaus stimmt am Mittwoch in London erneut \u00fcber das Gesetz ab. ORF-Korrespondent J\u00f6rg Winter berichtet.", + "duration":86640, + "preview_image_url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055562_segments_player.jpg", + "sources":[ + { + "quality":"Q1A", + "quality_string":"Niedrig", + "src":"rtmp:\/\/apasfw.apa.at\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Vorschau--GB-st__14218665__o__2067855260__s15602652_2__ORF2HD_13094104P_13110720P_Q1A.3gp", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtmp" + }, + { + "quality":"Q4A", + "quality_string":"Mittel", + "src":"rtmp:\/\/apasfw.apa.at\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Vorschau--GB-st__14218665__o__2067855260__s15602652_2__ORF2HD_13094104P_13110720P_Q4A.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtmp" + }, + { + "quality":"Q6A", + "quality_string":"Hoch", + "src":"rtmp:\/\/apasfw.apa.at\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Vorschau--GB-st__14218665__o__2067855260__s15602652_2__ORF2HD_13094104P_13110720P_Q6A.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtmp" + }, + { + "quality":"Q8C", + "quality_string":"Sehr hoch", + "src":"rtmp:\/\/apasfw.apa.at\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Vorschau--GB-st__14218665__o__2067855260__s15602652_2__ORF2HD_13094104P_13110720P_Q8C.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtmp" + }, + { + "quality":"Q1A", + "quality_string":"Niedrig", + "src":"rtsp:\/\/apasfw.apa.at:1935\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Vorschau--GB-st__14218665__o__2067855260__s15602652_2__ORF2HD_13094104P_13110720P_Q1A.3gp", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtsp" + }, + { + "quality":"SMIL", + "quality_string":"Hoch", + "src":"rtsp:\/\/apasfw.apa.at:1935\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Vorschau--GB-st__14218665__o__2067855260__s15602652_2__ORF2HD_13094104P_13110720P_Q6A.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtsp" + }, + { + "quality":"Q4A", + "quality_string":"Mittel", + "src":"rtsp:\/\/apasfw.apa.at:1935\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Vorschau--GB-st__14218665__o__2067855260__s15602652_2__ORF2HD_13094104P_13110720P_Q4A.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtsp" + }, + { + "quality":"Q8C", + "quality_string":"Sehr hoch", + "src":"rtsp:\/\/apasfw.apa.at:1935\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Vorschau--GB-st__14218665__o__2067855260__s15602652_2__ORF2HD_13094104P_13110720P_Q8C.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtsp" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Vorschau--GB-st__14218665__o__2067855260__s15602652_2__ORF2HD_13094104P_13110720P_Q0A.3gp\/playlist.m3u8", + "is_uhd":false, + "quality":"Q0A", + "quality_string":"Sehr niedrig", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Vorschau--GB-st__14218665__o__2067855260__s15602652_2__ORF2HD_13094104P_13110720P_Q1A.3gp\/playlist.m3u8", + "is_uhd":false, + "quality":"Q1A", + "quality_string":"Niedrig", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Vorschau--GB-st__14218665__o__2067855260__s15602652_2__ORF2HD_13094104P_13110720P_Q4A.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"Q4A", + "quality_string":"Mittel", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Vorschau--GB-st__14218665__o__2067855260__s15602652_2__ORF2HD_13094104P_13110720P_Q6A.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"Q6A", + "quality_string":"Hoch", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Vorschau--GB-st__14218665__o__2067855260__s15602652_2__ORF2HD_13094104P_13110720P_Q8C.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"Q8C", + "quality_string":"Sehr hoch", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Vorschau--GB-st__14218665__o__2067855260__s15602652_2__ORF2HD_13094104P_13110720P_QXA.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"QXA", + "quality_string":"Adaptiv", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Vorschau--GB-st__14218665__o__2067855260__s15602652_2__ORF2HD_13094104P_13110720P_QXB.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"QXB", + "quality_string":"Adaptiv", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "quality":"Q1A", + "quality_string":"Niedrig", + "src":"https:\/\/apasfpd.sf.apa.at\/cms-worldwide\/online\/fe7855ff8cda69eedfdd438291b43863\/1711321200\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Vorschau--GB-st__14218665__o__2067855260__s15602652_2__ORF2HD_13094104P_13110720P_Q1A.3gp", + "type":"video\/mp4", + "delivery":"progressive", + "protocol":"http" + }, + { + "quality":"Q4A", + "quality_string":"Mittel", + "src":"https:\/\/apasfpd.sf.apa.at\/cms-worldwide\/online\/aa34c12f49cf3d82bc6bc2e066cba9db\/1711321200\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Vorschau--GB-st__14218665__o__2067855260__s15602652_2__ORF2HD_13094104P_13110720P_Q4A.mp4", + "type":"video\/mp4", + "delivery":"progressive", + "protocol":"http" + }, + { + "quality":"Q6A", + "quality_string":"Hoch", + "src":"https:\/\/apasfpd.sf.apa.at\/cms-worldwide\/online\/6a7411125c41f5aa3260e212ea081a11\/1711321200\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Vorschau--GB-st__14218665__o__2067855260__s15602652_2__ORF2HD_13094104P_13110720P_Q6A.mp4", + "type":"video\/mp4", + "delivery":"progressive", + "protocol":"http" + }, + { + "quality":"Q8C", + "quality_string":"Sehr hoch", + "src":"https:\/\/apasfpd.sf.apa.at\/cms-worldwide\/online\/dd202bc4b4233efabeabbf199966c39f\/1711321200\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Vorschau--GB-st__14218665__o__2067855260__s15602652_2__ORF2HD_13094104P_13110720P_Q8C.mp4", + "type":"video\/mp4", + "delivery":"progressive", + "protocol":"http" + } + ], + "position":7, + "last_segment":false, + "subtitles":[ + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/2df12e52f03e5cd2a01d4d72abef19380ffefa20.xml", + "type":"xml", + "lang":"de-AT" + }, + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/b0542115d26d84ba37ede07a7df767818aa0f2e3.srt", + "type":"srt", + "lang":"de-AT" + }, + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/db99b5a96da0eca41134e9f83f22dca89002e0e3.vtt", + "type":"vtt", + "lang":"de-AT" + }, + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/7a2bf633c9d318e70ca3751f335735ec82f088af.smi", + "type":"sami", + "lang":"de-AT" + }, + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/1e97c1de7a5d1f53e439429efe3ea495dee0195a.ttml", + "type":"ttml", + "lang":"de-AT" + } + ], + "right":"worldwide", + "is_enabled":true, + "has_active_youthprotection":false, + "pre_bumper":{ + "active":false, + "sources":[ + + ] + }, + "post_bumper":{ + "active":false, + "sources":[ + + ] + }, + "hash":"fa1958e3afedace596d328e7964f969f" + }, + "tags":[ + + ], + "profile":{ + "audio_description":false, + "break_text":null, + "break_title":null, + "dataset_name":"", + "dds_identifier":"", + "description":"Der Nachrichten\u00fcberblick um 13.00 Uhr", + "has_active_youth_protection":false, + "has_youth_protection":false, + "headline":"ZIB 13:00", + "hide_in_letter_group":false, + "id":71280, + "letter_group":"Z", + "livestream_sub_headline":null, + "oegs":false, + "oewa_base_path":"Redcont\/Nachrichten\/Nachrichtenueberblick", + "profile_website":null, + "secondary_genres":[ + + ], + "sub_headline":null, + "title":"ZIB 13:00", + "type":"temporary", + "updated_at":"2024-03-08T11:14:56+01:00", + "youth_protection_type":"limited-20-06", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16094554" + }, + "image16x9_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16094554" + }, + "image2x3_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "image2x3":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "theme":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/theme\/9109687" + }, + "genre":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "links":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/links" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/episodes" + }, + "related_profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/related" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/advertising\/tags" + }, + "oegs_profile":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/c5f6f9dab90eec5160d9b26d90892dd37351db72.jpeg" + } + } + }, + "image16x9_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/c5f6f9dab90eec5160d9b26d90892dd37351db72.jpeg" + } + } + }, + "image2x3_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "image2x3":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "theme":{ + "color":"#1C324C", + "id":9109687, + "name":"ZIB 13:00", + "updated_at":"2016-10-11T00:05:51+02:00", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/theme\/9109687" + }, + "header_image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/838" + }, + "header_background_image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/837" + }, + "background_image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/836" + } + }, + "_embedded":{ + "header_image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "header_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_838_themes_header_image.png" + }, + "header_background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_838_themes_header_background_image.png" + }, + "background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_838_themes_background_image.png" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/375febcc02b958b11e4ad18fc780635bc78ff6f8.png" + } + } + }, + "header_background_image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "header_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_837_themes_header_image.png" + }, + "header_background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_837_themes_header_background_image.png" + }, + "background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_837_themes_background_image.png" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/ff9dc981ae14db44df2bb0084bd7eb15f5debda0.png" + } + } + }, + "background_image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "header_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_836_themes_header_image.png" + }, + "header_background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_836_themes_header_background_image.png" + }, + "background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_836_themes_background_image.png" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/1e3aed2ccb61f2384a4c0144d052d8dd286d7797.png" + } + } + } + } + }, + "genre":{ + "id":2703825, + "advertising_mapping":{ + "live":{ + "web":{ + "sb":4420075, + "tbar":4420076, + "pre":4420077, + "post":4420078 + }, + "mob":{ + "par":4420079, + "pre":4420222, + "post":4420081 + }, + "app":{ + "par":4420082, + "pre":4420083, + "post":4420084 + }, + "smart":{ + "pre":4420085, + "post":4420086 + } + }, + "vod":{ + "web":{ + "sb":4420450, + "tbar":4420451, + "pre":4420452, + "post":4420453 + }, + "mob":{ + "par":4420454, + "pre":4420455, + "post":4420456 + }, + "app":{ + "par":4420457, + "pre":4420458, + "post":4420459 + }, + "smart":{ + "pre":4420460, + "post":4420461 + } + } + }, + "sorting":8, + "title":"ZIB & Information", + "updated_at":"2023-12-31T16:59:37+01:00", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596302" + }, + "profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/profiles" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episodes" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/advertising\/tags" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/a6885e2f8ea6f778dcac9af57dfea24006218d76.jpeg" + } + } + }, + "tags":[ + + ], + "advertising_tags":[ + + ] + } + }, + "links":[ + { + "id":13913304, + "title":"Streaming-Highlights: Newsletter abonnieren", + "updated_at":"2024-01-03T12:42:39+01:00", + "url":"https:\/\/tvthek-newsletter.orf.at\/", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/link\/13913304" + } + } + }, + { + "id":6552, + "title":"Mehr zur ZIB in tv.ORF.at", + "updated_at":"2015-01-19T10:26:37+01:00", + "url":"http:\/\/tv.orf.at\/zeitimbild\/", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/link\/6552" + } + } + } + ], + "tags":[ + { + "id":15, + "name":"Zeit im Bild", + "updated_at":"2017-02-06T09:22:02+01:00" + } + ], + "advertising_tags":[ + + ], + "audio_description_profile":null, + "oegs_profile":{ + "audio_description":false, + "break_text":null, + "break_title":null, + "dataset_name":null, + "dds_identifier":"", + "description":"Der Nachrichten\u00fcberblick um 13.00 Uhr", + "has_active_youth_protection":false, + "has_youth_protection":false, + "headline":"ZIB 13:00 (\u00d6GS)", + "hide_in_letter_group":false, + "id":13891370, + "letter_group":"Z", + "livestream_sub_headline":null, + "oegs":true, + "oewa_base_path":"Redcont\/Nachrichten\/Nachrichtenueberblick", + "profile_website":null, + "secondary_genres":[ + + ], + "sub_headline":null, + "title":"ZIB 13:00 (\u00d6GS)", + "type":"temporary", + "updated_at":"2024-03-08T11:15:04+01:00", + "youth_protection_type":"limited-20-06", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/14968339" + }, + "image16x9_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/14968339" + }, + "image2x3_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "image2x3":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "genre":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "links":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/links" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/episodes" + }, + "related_profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/related" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/advertising\/tags" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/1975e664b7234ae20b75d2dc304728b09ee8637e.jpeg" + } + } + }, + "image16x9_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/1975e664b7234ae20b75d2dc304728b09ee8637e.jpeg" + } + } + }, + "image2x3_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "image2x3":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "theme":null, + "genre":{ + "id":2703825, + "advertising_mapping":{ + "live":{ + "web":{ + "sb":4420075, + "tbar":4420076, + "pre":4420077, + "post":4420078 + }, + "mob":{ + "par":4420079, + "pre":4420222, + "post":4420081 + }, + "app":{ + "par":4420082, + "pre":4420083, + "post":4420084 + }, + "smart":{ + "pre":4420085, + "post":4420086 + } + }, + "vod":{ + "web":{ + "sb":4420450, + "tbar":4420451, + "pre":4420452, + "post":4420453 + }, + "mob":{ + "par":4420454, + "pre":4420455, + "post":4420456 + }, + "app":{ + "par":4420457, + "pre":4420458, + "post":4420459 + }, + "smart":{ + "pre":4420460, + "post":4420461 + } + } + }, + "sorting":8, + "title":"ZIB & Information", + "updated_at":"2023-12-31T16:59:37+01:00", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596302" + }, + "profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/profiles" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episodes" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/advertising\/tags" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/a6885e2f8ea6f778dcac9af57dfea24006218d76.jpeg" + } + } + }, + "tags":[ + + ], + "advertising_tags":[ + + ] + } + }, + "links":[ + { + "id":13913304, + "title":"Streaming-Highlights: Newsletter abonnieren", + "updated_at":"2024-01-03T12:42:39+01:00", + "url":"https:\/\/tvthek-newsletter.orf.at\/", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/link\/13913304" + } + } + } + ], + "tags":[ + + ], + "advertising_tags":[ + + ], + "audio_description_profile":null, + "oegs_profile":null + } + } + } + } + } + }, + { + "adition_advertising_query_string":"stype:vod,scat:zib-information,scatid:2703825,spro:zib-1300,sproid:71280,episodeid:14218665,duration:78799,advertisingtags:", + "advertising_mapping":{ + "live":{ + "web":{ + "sb":4423852, + "tbar":4423851, + "pre":4423862, + "post":4423861 + }, + "mob":{ + "par":4423850, + "pre":4423858, + "post":4423857 + }, + "app":{ + "par":4423849, + "pre":4423856, + "post":4423855 + }, + "smart":{ + "pre":4423860, + "post":4423859, + "lane":4423853, + "bar":4423854 + } + }, + "vod":{ + "web":{ + "sb":4423852, + "tbar":4423851, + "pre":4423862, + "post":4423861 + }, + "mob":{ + "par":4423850, + "pre":4423858, + "post":4423857 + }, + "app":{ + "par":4423849, + "pre":4423856, + "post":4423855 + }, + "smart":{ + "pre":4423860, + "post":4423859, + "lane":4423853, + "bar":4423854 + } + } + }, + "advertising_query_string":"stype=vod&scat=zib-information&scatid=2703825&spro=zib-1300&sproid=71280&episodeid=14218665&duration=78799&advertisingtags=", + "blackfades":[ + + ], + "episode_date":"2024-03-20T13:00:00+01:00", + "date_as_string":"Mi, 20.3.2024", + "vod_ressort":null, + "description":"Im Jahr 2023 sind mehr als 1.300 entsprechende Rassismus-Vorf\u00e4lle in \u00d6sterreich gemeldet worden. Das hat der Verein ZARA - f\u00fcr Zivilcourage und Anti-Rassismus-Arbeit am Mittwoch im Rahmen seines j\u00e4hrlichen Reports bekanntgegeben.", + "drm_token":null, + "duration_as_string":"01:18 Min.", + "duration_seconds":78, + "enabled":true, + "encrypted_id":"ODc4M2hqZDcyOTNrbWQxNTYwMjY1OA==", + "episode_id":14218665, + "exact_duration":78799, + "genre_id":2703825, + "genre_title":"ZIB & Information", + "right":"worldwide", + "focus":false, + "show_countdown":true, + "has_thumbnail":true, + "headline":"2023: \u00dcber 1.300 Vorf\u00e4lle von Rassismus in \u00d6sterreich", + "id":15602658, + "is_archive":false, + "is_drm_protected":false, + "jump_mark":false, + "jump_marks":[ + { + "start_time":"00:00:22.175", + "end_time":"00:01:18.799" + } + ], + "killdate_extern":"2024-04-19T13:00:00+02:00", + "killdate":"2024-04-19T13:00:00+02:00", + "livedate":"2024-03-20T13:00:00+01:00", + "livedate_extern":"2024-03-20T13:00:00+01:00", + "SSA":{ + "cliptype":"Sendung", + "videoid":15602658, + "videopartid":"9_16", + "videocategory":"ZIB-Information", + "videotitle":"ZIB-1300-vom-20-03-2024_2023-Ueber-1-300-Vorfaelle-von-Rassismus-in-Oesterreich", + "videoduration":78, + "episodeduration":1177, + "episodeid":14218665, + "airdate":"2024-03-20T13:00:00+01:00", + "clipreleasetime":"2024-03-20T13:30:02+01:00", + "programname":"ZIB-1300", + "channel":"orf2" + }, + "disable_display_ads_orf_platforms":false, + "disable_instream_ads_orf_platforms":true, + "position":8, + "episodes_reference":"", + "share_body":"https:\/\/tvthek.orf.at\/profile\/ZIB-1300\/71280\/ZIB-1300-vom-20-03-2024\/14218665\/2023-Ueber-1-300-Vorfaelle-von-Rassismus-in-Oesterreich\/15602658", + "share_subject":"2023: \u00dcber 1.300 Vorf\u00e4lle von Rassismus in \u00d6sterreich - ZIB 13:00 vom 20.03.2024 vom 20.03.2024 um 13:00 Uhr", + "show_display_ads":true, + "show_instream_ads":false, + "sources":{ + "hls":[ + { + "is_uhd":false, + "quality_key":"QXA", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_2023--Ueber-1-3__14218665__o__7688698906__s15602658_8__ORF2HD_13110720P_13122615P_QXA.mp4\/playlist.m3u8", + "is_adaptive_stream":true, + "is_drm_protected":false + }, + { + "is_uhd":false, + "quality_key":"QXB", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_2023--Ueber-1-3__14218665__o__7688698906__s15602658_8__ORF2HD_13110720P_13122615P_QXB.mp4\/playlist.m3u8", + "is_adaptive_stream":true, + "is_drm_protected":false + } + ], + "dash":[ + { + "is_uhd":false, + "quality_key":"QXA", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_2023--Ueber-1-3__14218665__o__7688698906__s15602658_8__ORF2HD_13110720P_13122615P_QXA.mp4\/manifest.mpd", + "is_adaptive_stream":true, + "is_drm_protected":false + }, + { + "is_uhd":false, + "quality_key":"QXB", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_2023--Ueber-1-3__14218665__o__7688698906__s15602658_8__ORF2HD_13110720P_13122615P_QXB.mp4\/manifest.mpd", + "is_adaptive_stream":true, + "is_drm_protected":false + } + ] + }, + "state":"distributed", + "sub_headline":"ZIB 13:00", + "teaser_text":null, + "teaser_title":null, + "thumbnail_activated":true, + "thumbnail_distributed":true, + "thumbnail_folder":"cms-preview-clips", + "thumbnail_sources":{ + "hls":[ + { + "quality_key":"Q6A", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_2023--Ueber-1-3__14218665__o__7688698906__s15602658_8__ORF2HD_13110720P_13122615P_clip_Q6A.mp4\/playlist.m3u8" + }, + { + "quality_key":"Q8C", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_2023--Ueber-1-3__14218665__o__7688698906__s15602658_8__ORF2HD_13110720P_13122615P_clip_Q8C.mp4\/playlist.m3u8" + } + ], + "dash":[ + { + "quality_key":"Q6A", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_2023--Ueber-1-3__14218665__o__7688698906__s15602658_8__ORF2HD_13110720P_13122615P_clip_Q6A.mp4\/manifest.mpd" + }, + { + "quality_key":"Q8C", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_2023--Ueber-1-3__14218665__o__7688698906__s15602658_8__ORF2HD_13110720P_13122615P_clip_Q8C.mp4\/manifest.mpd" + } + ] + }, + "sprite_sources":[ + + ], + "title":"2023: \u00dcber 1.300 Vorf\u00e4lle von Rassismus in \u00d6sterreich", + "updated_at":"2024-03-20T14:22:12+01:00", + "videobumper":{ + "prevideobumper":{ + "active":false, + "sources":{ + "hls":[ + + ], + "progressive_download":[ + + ] + } + }, + "postvideobumper":{ + "active":false, + "sources":{ + "hls":[ + + ], + "progressive_download":[ + + ] + } + } + }, + "video_file_name":"2024-03-20_1300_tl_02_ZIB-13-00-vom-2_2023--Ueber-1-3__14218665__o__7688698906__s15602658_8__ORF2HD_13110720P_13122615P", + "video_stream_url":null, + "video_type":"segment", + "voez":true, + "voez_ads_allowed":false, + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15602658" + }, + "episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14218665" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17055563" + }, + "image16x9_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17055563" + }, + "image2x3_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "image2x3":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "links":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15602658\/links" + }, + "subtitle":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/subtitle\/916760" + }, + "playlist":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15602658\/playlist" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15602658\/tags" + }, + "profile":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055563_segments_highlight_teaser.jpg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055563_segments_player.jpg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055563_segments_list.jpg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055563_segments_small.jpg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/da01d443cfbe521249ca900bc39bad4ad8489ee9.jpg" + } + } + }, + "image16x9_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055563_segments_highlight_teaser.jpg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055563_segments_player.jpg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055563_segments_list.jpg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055563_segments_small.jpg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/da01d443cfbe521249ca900bc39bad4ad8489ee9.jpg" + } + } + }, + "image2x3_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "image2x3":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "links":[ + + ], + "subtitle":{ + "id":916760, + "parsed_at":null, + "sami_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/bd778dae2301f4f64bfff9a7a3bcf5cb7d993576.smi", + "srt_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/0682e8be668ffbdc1a1bafb118ea11b85c4c822d.srt", + "stl_url":null, + "ttml_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/8250ce8c1d688d56fbc068137cab52f72816bb6d.ttml", + "updated_at":"2024-03-20T14:24:31+01:00", + "vtt_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/02f38f0350680129eb76169f74aca2d713fba7b3.vtt", + "xml_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/bee21c9b02d21601a283b080bf3aba2865d5cc72.xml", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/subtitle\/916760" + }, + "xml_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058573" + }, + "srt_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058574" + }, + "vtt_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058575" + }, + "sami_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058577" + }, + "ttml_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058576" + } + }, + "_embedded":{ + "xml_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/bee21c9b02d21601a283b080bf3aba2865d5cc72.xml" + } + } + }, + "stl_file":null, + "srt_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/0682e8be668ffbdc1a1bafb118ea11b85c4c822d.srt" + } + } + }, + "vtt_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/02f38f0350680129eb76169f74aca2d713fba7b3.vtt" + } + } + }, + "sami_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/bd778dae2301f4f64bfff9a7a3bcf5cb7d993576.smi" + } + } + }, + "ttml_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/8250ce8c1d688d56fbc068137cab52f72816bb6d.ttml" + } + } + } + } + }, + "playlist":{ + "id":15602658, + "episode_id":14218665, + "title_prefix":"", + "title_separator":"|", + "title":"2023: \u00dcber 1.300 Vorf\u00e4lle von Rassismus in \u00d6sterreich", + "description":"Im Jahr 2023 sind mehr als 1.300 entsprechende Rassismus-Vorf\u00e4lle in \u00d6sterreich gemeldet worden. Das hat der Verein ZARA - f\u00fcr Zivilcourage und Anti-Rassismus-Arbeit am Mittwoch im Rahmen seines j\u00e4hrlichen Reports bekanntgegeben.", + "duration":78799, + "preview_image_url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055563_segments_player.jpg", + "sources":[ + { + "quality":"Q1A", + "quality_string":"Niedrig", + "src":"rtmp:\/\/apasfw.apa.at\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_2023--Ueber-1-3__14218665__o__7688698906__s15602658_8__ORF2HD_13110720P_13122615P_Q1A.3gp", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtmp" + }, + { + "quality":"Q4A", + "quality_string":"Mittel", + "src":"rtmp:\/\/apasfw.apa.at\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_2023--Ueber-1-3__14218665__o__7688698906__s15602658_8__ORF2HD_13110720P_13122615P_Q4A.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtmp" + }, + { + "quality":"Q6A", + "quality_string":"Hoch", + "src":"rtmp:\/\/apasfw.apa.at\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_2023--Ueber-1-3__14218665__o__7688698906__s15602658_8__ORF2HD_13110720P_13122615P_Q6A.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtmp" + }, + { + "quality":"Q8C", + "quality_string":"Sehr hoch", + "src":"rtmp:\/\/apasfw.apa.at\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_2023--Ueber-1-3__14218665__o__7688698906__s15602658_8__ORF2HD_13110720P_13122615P_Q8C.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtmp" + }, + { + "quality":"Q1A", + "quality_string":"Niedrig", + "src":"rtsp:\/\/apasfw.apa.at:1935\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_2023--Ueber-1-3__14218665__o__7688698906__s15602658_8__ORF2HD_13110720P_13122615P_Q1A.3gp", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtsp" + }, + { + "quality":"SMIL", + "quality_string":"Hoch", + "src":"rtsp:\/\/apasfw.apa.at:1935\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_2023--Ueber-1-3__14218665__o__7688698906__s15602658_8__ORF2HD_13110720P_13122615P_Q6A.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtsp" + }, + { + "quality":"Q4A", + "quality_string":"Mittel", + "src":"rtsp:\/\/apasfw.apa.at:1935\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_2023--Ueber-1-3__14218665__o__7688698906__s15602658_8__ORF2HD_13110720P_13122615P_Q4A.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtsp" + }, + { + "quality":"Q8C", + "quality_string":"Sehr hoch", + "src":"rtsp:\/\/apasfw.apa.at:1935\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_2023--Ueber-1-3__14218665__o__7688698906__s15602658_8__ORF2HD_13110720P_13122615P_Q8C.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtsp" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_2023--Ueber-1-3__14218665__o__7688698906__s15602658_8__ORF2HD_13110720P_13122615P_Q0A.3gp\/playlist.m3u8", + "is_uhd":false, + "quality":"Q0A", + "quality_string":"Sehr niedrig", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_2023--Ueber-1-3__14218665__o__7688698906__s15602658_8__ORF2HD_13110720P_13122615P_Q1A.3gp\/playlist.m3u8", + "is_uhd":false, + "quality":"Q1A", + "quality_string":"Niedrig", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_2023--Ueber-1-3__14218665__o__7688698906__s15602658_8__ORF2HD_13110720P_13122615P_Q4A.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"Q4A", + "quality_string":"Mittel", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_2023--Ueber-1-3__14218665__o__7688698906__s15602658_8__ORF2HD_13110720P_13122615P_Q6A.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"Q6A", + "quality_string":"Hoch", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_2023--Ueber-1-3__14218665__o__7688698906__s15602658_8__ORF2HD_13110720P_13122615P_Q8C.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"Q8C", + "quality_string":"Sehr hoch", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_2023--Ueber-1-3__14218665__o__7688698906__s15602658_8__ORF2HD_13110720P_13122615P_QXA.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"QXA", + "quality_string":"Adaptiv", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_2023--Ueber-1-3__14218665__o__7688698906__s15602658_8__ORF2HD_13110720P_13122615P_QXB.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"QXB", + "quality_string":"Adaptiv", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "quality":"Q1A", + "quality_string":"Niedrig", + "src":"https:\/\/apasfpd.sf.apa.at\/cms-worldwide\/online\/b9e2ffae5dc4bd32f74c8c75dabc196d\/1711321200\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_2023--Ueber-1-3__14218665__o__7688698906__s15602658_8__ORF2HD_13110720P_13122615P_Q1A.3gp", + "type":"video\/mp4", + "delivery":"progressive", + "protocol":"http" + }, + { + "quality":"Q4A", + "quality_string":"Mittel", + "src":"https:\/\/apasfpd.sf.apa.at\/cms-worldwide\/online\/326d805df888aaa1c2604ae09966be20\/1711321200\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_2023--Ueber-1-3__14218665__o__7688698906__s15602658_8__ORF2HD_13110720P_13122615P_Q4A.mp4", + "type":"video\/mp4", + "delivery":"progressive", + "protocol":"http" + }, + { + "quality":"Q6A", + "quality_string":"Hoch", + "src":"https:\/\/apasfpd.sf.apa.at\/cms-worldwide\/online\/0c8bcb85eeb9d2e6becb7660acc953aa\/1711321200\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_2023--Ueber-1-3__14218665__o__7688698906__s15602658_8__ORF2HD_13110720P_13122615P_Q6A.mp4", + "type":"video\/mp4", + "delivery":"progressive", + "protocol":"http" + }, + { + "quality":"Q8C", + "quality_string":"Sehr hoch", + "src":"https:\/\/apasfpd.sf.apa.at\/cms-worldwide\/online\/85a6d4b8ff8846d116d49f3ef1ea5127\/1711321200\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_2023--Ueber-1-3__14218665__o__7688698906__s15602658_8__ORF2HD_13110720P_13122615P_Q8C.mp4", + "type":"video\/mp4", + "delivery":"progressive", + "protocol":"http" + } + ], + "position":8, + "last_segment":false, + "subtitles":[ + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/bee21c9b02d21601a283b080bf3aba2865d5cc72.xml", + "type":"xml", + "lang":"de-AT" + }, + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/0682e8be668ffbdc1a1bafb118ea11b85c4c822d.srt", + "type":"srt", + "lang":"de-AT" + }, + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/02f38f0350680129eb76169f74aca2d713fba7b3.vtt", + "type":"vtt", + "lang":"de-AT" + }, + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/bd778dae2301f4f64bfff9a7a3bcf5cb7d993576.smi", + "type":"sami", + "lang":"de-AT" + }, + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/8250ce8c1d688d56fbc068137cab52f72816bb6d.ttml", + "type":"ttml", + "lang":"de-AT" + } + ], + "right":"worldwide", + "is_enabled":true, + "has_active_youthprotection":false, + "pre_bumper":{ + "active":false, + "sources":[ + + ] + }, + "post_bumper":{ + "active":false, + "sources":[ + + ] + }, + "hash":"5a01728b71273d5766355a9506caccc5" + }, + "tags":[ + + ], + "profile":{ + "audio_description":false, + "break_text":null, + "break_title":null, + "dataset_name":"", + "dds_identifier":"", + "description":"Der Nachrichten\u00fcberblick um 13.00 Uhr", + "has_active_youth_protection":false, + "has_youth_protection":false, + "headline":"ZIB 13:00", + "hide_in_letter_group":false, + "id":71280, + "letter_group":"Z", + "livestream_sub_headline":null, + "oegs":false, + "oewa_base_path":"Redcont\/Nachrichten\/Nachrichtenueberblick", + "profile_website":null, + "secondary_genres":[ + + ], + "sub_headline":null, + "title":"ZIB 13:00", + "type":"temporary", + "updated_at":"2024-03-08T11:14:56+01:00", + "youth_protection_type":"limited-20-06", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16094554" + }, + "image16x9_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16094554" + }, + "image2x3_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "image2x3":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "theme":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/theme\/9109687" + }, + "genre":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "links":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/links" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/episodes" + }, + "related_profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/related" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/advertising\/tags" + }, + "oegs_profile":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/c5f6f9dab90eec5160d9b26d90892dd37351db72.jpeg" + } + } + }, + "image16x9_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/c5f6f9dab90eec5160d9b26d90892dd37351db72.jpeg" + } + } + }, + "image2x3_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "image2x3":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "theme":{ + "color":"#1C324C", + "id":9109687, + "name":"ZIB 13:00", + "updated_at":"2016-10-11T00:05:51+02:00", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/theme\/9109687" + }, + "header_image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/838" + }, + "header_background_image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/837" + }, + "background_image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/836" + } + }, + "_embedded":{ + "header_image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "header_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_838_themes_header_image.png" + }, + "header_background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_838_themes_header_background_image.png" + }, + "background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_838_themes_background_image.png" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/375febcc02b958b11e4ad18fc780635bc78ff6f8.png" + } + } + }, + "header_background_image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "header_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_837_themes_header_image.png" + }, + "header_background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_837_themes_header_background_image.png" + }, + "background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_837_themes_background_image.png" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/ff9dc981ae14db44df2bb0084bd7eb15f5debda0.png" + } + } + }, + "background_image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "header_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_836_themes_header_image.png" + }, + "header_background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_836_themes_header_background_image.png" + }, + "background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_836_themes_background_image.png" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/1e3aed2ccb61f2384a4c0144d052d8dd286d7797.png" + } + } + } + } + }, + "genre":{ + "id":2703825, + "advertising_mapping":{ + "live":{ + "web":{ + "sb":4420075, + "tbar":4420076, + "pre":4420077, + "post":4420078 + }, + "mob":{ + "par":4420079, + "pre":4420222, + "post":4420081 + }, + "app":{ + "par":4420082, + "pre":4420083, + "post":4420084 + }, + "smart":{ + "pre":4420085, + "post":4420086 + } + }, + "vod":{ + "web":{ + "sb":4420450, + "tbar":4420451, + "pre":4420452, + "post":4420453 + }, + "mob":{ + "par":4420454, + "pre":4420455, + "post":4420456 + }, + "app":{ + "par":4420457, + "pre":4420458, + "post":4420459 + }, + "smart":{ + "pre":4420460, + "post":4420461 + } + } + }, + "sorting":8, + "title":"ZIB & Information", + "updated_at":"2023-12-31T16:59:37+01:00", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596302" + }, + "profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/profiles" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episodes" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/advertising\/tags" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/a6885e2f8ea6f778dcac9af57dfea24006218d76.jpeg" + } + } + }, + "tags":[ + + ], + "advertising_tags":[ + + ] + } + }, + "links":[ + { + "id":13913304, + "title":"Streaming-Highlights: Newsletter abonnieren", + "updated_at":"2024-01-03T12:42:39+01:00", + "url":"https:\/\/tvthek-newsletter.orf.at\/", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/link\/13913304" + } + } + }, + { + "id":6552, + "title":"Mehr zur ZIB in tv.ORF.at", + "updated_at":"2015-01-19T10:26:37+01:00", + "url":"http:\/\/tv.orf.at\/zeitimbild\/", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/link\/6552" + } + } + } + ], + "tags":[ + { + "id":15, + "name":"Zeit im Bild", + "updated_at":"2017-02-06T09:22:02+01:00" + } + ], + "advertising_tags":[ + + ], + "audio_description_profile":null, + "oegs_profile":{ + "audio_description":false, + "break_text":null, + "break_title":null, + "dataset_name":null, + "dds_identifier":"", + "description":"Der Nachrichten\u00fcberblick um 13.00 Uhr", + "has_active_youth_protection":false, + "has_youth_protection":false, + "headline":"ZIB 13:00 (\u00d6GS)", + "hide_in_letter_group":false, + "id":13891370, + "letter_group":"Z", + "livestream_sub_headline":null, + "oegs":true, + "oewa_base_path":"Redcont\/Nachrichten\/Nachrichtenueberblick", + "profile_website":null, + "secondary_genres":[ + + ], + "sub_headline":null, + "title":"ZIB 13:00 (\u00d6GS)", + "type":"temporary", + "updated_at":"2024-03-08T11:15:04+01:00", + "youth_protection_type":"limited-20-06", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/14968339" + }, + "image16x9_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/14968339" + }, + "image2x3_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "image2x3":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "genre":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "links":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/links" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/episodes" + }, + "related_profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/related" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/advertising\/tags" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/1975e664b7234ae20b75d2dc304728b09ee8637e.jpeg" + } + } + }, + "image16x9_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/1975e664b7234ae20b75d2dc304728b09ee8637e.jpeg" + } + } + }, + "image2x3_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "image2x3":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "theme":null, + "genre":{ + "id":2703825, + "advertising_mapping":{ + "live":{ + "web":{ + "sb":4420075, + "tbar":4420076, + "pre":4420077, + "post":4420078 + }, + "mob":{ + "par":4420079, + "pre":4420222, + "post":4420081 + }, + "app":{ + "par":4420082, + "pre":4420083, + "post":4420084 + }, + "smart":{ + "pre":4420085, + "post":4420086 + } + }, + "vod":{ + "web":{ + "sb":4420450, + "tbar":4420451, + "pre":4420452, + "post":4420453 + }, + "mob":{ + "par":4420454, + "pre":4420455, + "post":4420456 + }, + "app":{ + "par":4420457, + "pre":4420458, + "post":4420459 + }, + "smart":{ + "pre":4420460, + "post":4420461 + } + } + }, + "sorting":8, + "title":"ZIB & Information", + "updated_at":"2023-12-31T16:59:37+01:00", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596302" + }, + "profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/profiles" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episodes" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/advertising\/tags" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/a6885e2f8ea6f778dcac9af57dfea24006218d76.jpeg" + } + } + }, + "tags":[ + + ], + "advertising_tags":[ + + ] + } + }, + "links":[ + { + "id":13913304, + "title":"Streaming-Highlights: Newsletter abonnieren", + "updated_at":"2024-01-03T12:42:39+01:00", + "url":"https:\/\/tvthek-newsletter.orf.at\/", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/link\/13913304" + } + } + } + ], + "tags":[ + + ], + "advertising_tags":[ + + ], + "audio_description_profile":null, + "oegs_profile":null + } + } + } + } + } + }, + { + "adition_advertising_query_string":"stype:vod,scat:zib-information,scatid:2703825,spro:zib-1300,sproid:71280,episodeid:14218665,duration:96906,advertisingtags:", + "advertising_mapping":{ + "live":{ + "web":{ + "sb":4423852, + "tbar":4423851, + "pre":4423862, + "post":4423861 + }, + "mob":{ + "par":4423850, + "pre":4423858, + "post":4423857 + }, + "app":{ + "par":4423849, + "pre":4423856, + "post":4423855 + }, + "smart":{ + "pre":4423860, + "post":4423859, + "lane":4423853, + "bar":4423854 + } + }, + "vod":{ + "web":{ + "sb":4423852, + "tbar":4423851, + "pre":4423862, + "post":4423861 + }, + "mob":{ + "par":4423850, + "pre":4423858, + "post":4423857 + }, + "app":{ + "par":4423849, + "pre":4423856, + "post":4423855 + }, + "smart":{ + "pre":4423860, + "post":4423859, + "lane":4423853, + "bar":4423854 + } + } + }, + "advertising_query_string":"stype=vod&scat=zib-information&scatid=2703825&spro=zib-1300&sproid=71280&episodeid=14218665&duration=96906&advertisingtags=", + "blackfades":[ + + ], + "episode_date":"2024-03-20T13:00:00+01:00", + "date_as_string":"Mi, 20.3.2024", + "vod_ressort":null, + "description":"In den ersten drei Monaten diese Jahres wurden in \u00d6sterreich rund 1.700 Firmenpleiten gez\u00e4hlt, so der Kreditschutzverband von 1870. Das ist um ein Viertel mehr als im Vorjahr und damit auch das insolvenzreichste Quartal seit 2009.", + "drm_token":null, + "duration_as_string":"01:36 Min.", + "duration_seconds":96, + "enabled":true, + "encrypted_id":"ODc4M2hqZDcyOTNrbWQxNTYwMjY1Mw==", + "episode_id":14218665, + "exact_duration":96906, + "genre_id":2703825, + "genre_title":"ZIB & Information", + "right":"worldwide", + "focus":false, + "show_countdown":true, + "has_thumbnail":true, + "headline":"Rekordhoch bei Insolvenzen", + "id":15602653, + "is_archive":false, + "is_drm_protected":false, + "jump_mark":false, + "jump_marks":[ + { + "start_time":"00:00:40.255", + "end_time":"00:01:36.906" + } + ], + "killdate_extern":"2024-04-19T13:00:00+02:00", + "killdate":"2024-04-19T13:00:00+02:00", + "livedate":"2024-03-20T13:00:00+01:00", + "livedate_extern":"2024-03-20T13:00:00+01:00", + "SSA":{ + "cliptype":"Sendung", + "videoid":15602653, + "videopartid":"10_16", + "videocategory":"ZIB-Information", + "videotitle":"ZIB-1300-vom-20-03-2024_Rekordhoch-bei-Insolvenzen", + "videoduration":96, + "episodeduration":1177, + "episodeid":14218665, + "airdate":"2024-03-20T13:00:00+01:00", + "clipreleasetime":"2024-03-20T13:30:02+01:00", + "programname":"ZIB-1300", + "channel":"orf2" + }, + "disable_display_ads_orf_platforms":false, + "disable_instream_ads_orf_platforms":false, + "position":9, + "episodes_reference":"", + "share_body":"https:\/\/tvthek.orf.at\/profile\/ZIB-1300\/71280\/ZIB-1300-vom-20-03-2024\/14218665\/Rekordhoch-bei-Insolvenzen\/15602653", + "share_subject":"Rekordhoch bei Insolvenzen - ZIB 13:00 vom 20.03.2024 vom 20.03.2024 um 13:00 Uhr", + "show_display_ads":true, + "show_instream_ads":false, + "sources":{ + "hls":[ + { + "is_uhd":false, + "quality_key":"QXA", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Rekordhoch-bei-__14218665__o__2030892406__s15602653_3__ORF2HD_13122615P_13140312P_QXA.mp4\/playlist.m3u8", + "is_adaptive_stream":true, + "is_drm_protected":false + }, + { + "is_uhd":false, + "quality_key":"QXB", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Rekordhoch-bei-__14218665__o__2030892406__s15602653_3__ORF2HD_13122615P_13140312P_QXB.mp4\/playlist.m3u8", + "is_adaptive_stream":true, + "is_drm_protected":false + } + ], + "dash":[ + { + "is_uhd":false, + "quality_key":"QXA", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Rekordhoch-bei-__14218665__o__2030892406__s15602653_3__ORF2HD_13122615P_13140312P_QXA.mp4\/manifest.mpd", + "is_adaptive_stream":true, + "is_drm_protected":false + }, + { + "is_uhd":false, + "quality_key":"QXB", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Rekordhoch-bei-__14218665__o__2030892406__s15602653_3__ORF2HD_13122615P_13140312P_QXB.mp4\/manifest.mpd", + "is_adaptive_stream":true, + "is_drm_protected":false + } + ] + }, + "state":"distributed", + "sub_headline":"ZIB 13:00", + "teaser_text":null, + "teaser_title":null, + "thumbnail_activated":true, + "thumbnail_distributed":true, + "thumbnail_folder":"cms-preview-clips", + "thumbnail_sources":{ + "hls":[ + { + "quality_key":"Q6A", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Rekordhoch-bei-__14218665__o__2030892406__s15602653_3__ORF2HD_13122615P_13140312P_clip_Q6A.mp4\/playlist.m3u8" + }, + { + "quality_key":"Q8C", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Rekordhoch-bei-__14218665__o__2030892406__s15602653_3__ORF2HD_13122615P_13140312P_clip_Q8C.mp4\/playlist.m3u8" + } + ], + "dash":[ + { + "quality_key":"Q6A", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Rekordhoch-bei-__14218665__o__2030892406__s15602653_3__ORF2HD_13122615P_13140312P_clip_Q6A.mp4\/manifest.mpd" + }, + { + "quality_key":"Q8C", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Rekordhoch-bei-__14218665__o__2030892406__s15602653_3__ORF2HD_13122615P_13140312P_clip_Q8C.mp4\/manifest.mpd" + } + ] + }, + "sprite_sources":[ + + ], + "title":"Rekordhoch bei Insolvenzen", + "updated_at":"2024-03-20T14:22:12+01:00", + "videobumper":{ + "prevideobumper":{ + "active":false, + "sources":{ + "hls":[ + + ], + "progressive_download":[ + + ] + } + }, + "postvideobumper":{ + "active":false, + "sources":{ + "hls":[ + + ], + "progressive_download":[ + + ] + } + } + }, + "video_file_name":"2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Rekordhoch-bei-__14218665__o__2030892406__s15602653_3__ORF2HD_13122615P_13140312P", + "video_stream_url":null, + "video_type":"segment", + "voez":true, + "voez_ads_allowed":true, + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15602653" + }, + "episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14218665" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17055564" + }, + "image16x9_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17055564" + }, + "image2x3_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "image2x3":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "links":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15602653\/links" + }, + "subtitle":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/subtitle\/916761" + }, + "playlist":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15602653\/playlist" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15602653\/tags" + }, + "profile":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055564_segments_highlight_teaser.jpg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055564_segments_player.jpg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055564_segments_list.jpg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055564_segments_small.jpg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/0c2fd25763520dd45337a914e492cfc9070cdd37.jpg" + } + } + }, + "image16x9_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055564_segments_highlight_teaser.jpg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055564_segments_player.jpg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055564_segments_list.jpg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055564_segments_small.jpg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/0c2fd25763520dd45337a914e492cfc9070cdd37.jpg" + } + } + }, + "image2x3_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "image2x3":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "links":[ + + ], + "subtitle":{ + "id":916761, + "parsed_at":null, + "sami_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/6c0ce3e7e5ce5e8d7e05df4ba0d4746630248cf6.smi", + "srt_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/0420066f8759f2236b28a68dc0f6f3b235d9594d.srt", + "stl_url":null, + "ttml_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/ea75c1bfe2c3fdd3c08cfb45a05f0eb8a8afcd53.ttml", + "updated_at":"2024-03-20T14:24:31+01:00", + "vtt_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/8401ca2abf3e54f292a0ee133b53b264007e3d25.vtt", + "xml_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/e3c78c35c9f4cf70be589b8aac9d6da9f239853d.xml", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/subtitle\/916761" + }, + "xml_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058578" + }, + "srt_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058579" + }, + "vtt_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058580" + }, + "sami_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058582" + }, + "ttml_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058581" + } + }, + "_embedded":{ + "xml_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/e3c78c35c9f4cf70be589b8aac9d6da9f239853d.xml" + } + } + }, + "stl_file":null, + "srt_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/0420066f8759f2236b28a68dc0f6f3b235d9594d.srt" + } + } + }, + "vtt_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/8401ca2abf3e54f292a0ee133b53b264007e3d25.vtt" + } + } + }, + "sami_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/6c0ce3e7e5ce5e8d7e05df4ba0d4746630248cf6.smi" + } + } + }, + "ttml_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/ea75c1bfe2c3fdd3c08cfb45a05f0eb8a8afcd53.ttml" + } + } + } + } + }, + "playlist":{ + "id":15602653, + "episode_id":14218665, + "title_prefix":"", + "title_separator":"|", + "title":"Rekordhoch bei Insolvenzen", + "description":"In den ersten drei Monaten diese Jahres wurden in \u00d6sterreich rund 1.700 Firmenpleiten gez\u00e4hlt, so der Kreditschutzverband von 1870. Das ist um ein Viertel mehr als im Vorjahr und damit auch das insolvenzreichste Quartal seit 2009.", + "duration":96906, + "preview_image_url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055564_segments_player.jpg", + "sources":[ + { + "quality":"Q1A", + "quality_string":"Niedrig", + "src":"rtmp:\/\/apasfw.apa.at\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Rekordhoch-bei-__14218665__o__2030892406__s15602653_3__ORF2HD_13122615P_13140312P_Q1A.3gp", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtmp" + }, + { + "quality":"Q4A", + "quality_string":"Mittel", + "src":"rtmp:\/\/apasfw.apa.at\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Rekordhoch-bei-__14218665__o__2030892406__s15602653_3__ORF2HD_13122615P_13140312P_Q4A.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtmp" + }, + { + "quality":"Q6A", + "quality_string":"Hoch", + "src":"rtmp:\/\/apasfw.apa.at\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Rekordhoch-bei-__14218665__o__2030892406__s15602653_3__ORF2HD_13122615P_13140312P_Q6A.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtmp" + }, + { + "quality":"Q8C", + "quality_string":"Sehr hoch", + "src":"rtmp:\/\/apasfw.apa.at\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Rekordhoch-bei-__14218665__o__2030892406__s15602653_3__ORF2HD_13122615P_13140312P_Q8C.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtmp" + }, + { + "quality":"Q1A", + "quality_string":"Niedrig", + "src":"rtsp:\/\/apasfw.apa.at:1935\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Rekordhoch-bei-__14218665__o__2030892406__s15602653_3__ORF2HD_13122615P_13140312P_Q1A.3gp", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtsp" + }, + { + "quality":"SMIL", + "quality_string":"Hoch", + "src":"rtsp:\/\/apasfw.apa.at:1935\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Rekordhoch-bei-__14218665__o__2030892406__s15602653_3__ORF2HD_13122615P_13140312P_Q6A.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtsp" + }, + { + "quality":"Q4A", + "quality_string":"Mittel", + "src":"rtsp:\/\/apasfw.apa.at:1935\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Rekordhoch-bei-__14218665__o__2030892406__s15602653_3__ORF2HD_13122615P_13140312P_Q4A.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtsp" + }, + { + "quality":"Q8C", + "quality_string":"Sehr hoch", + "src":"rtsp:\/\/apasfw.apa.at:1935\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Rekordhoch-bei-__14218665__o__2030892406__s15602653_3__ORF2HD_13122615P_13140312P_Q8C.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtsp" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Rekordhoch-bei-__14218665__o__2030892406__s15602653_3__ORF2HD_13122615P_13140312P_Q0A.3gp\/playlist.m3u8", + "is_uhd":false, + "quality":"Q0A", + "quality_string":"Sehr niedrig", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Rekordhoch-bei-__14218665__o__2030892406__s15602653_3__ORF2HD_13122615P_13140312P_Q1A.3gp\/playlist.m3u8", + "is_uhd":false, + "quality":"Q1A", + "quality_string":"Niedrig", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Rekordhoch-bei-__14218665__o__2030892406__s15602653_3__ORF2HD_13122615P_13140312P_Q4A.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"Q4A", + "quality_string":"Mittel", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Rekordhoch-bei-__14218665__o__2030892406__s15602653_3__ORF2HD_13122615P_13140312P_Q6A.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"Q6A", + "quality_string":"Hoch", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Rekordhoch-bei-__14218665__o__2030892406__s15602653_3__ORF2HD_13122615P_13140312P_Q8C.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"Q8C", + "quality_string":"Sehr hoch", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Rekordhoch-bei-__14218665__o__2030892406__s15602653_3__ORF2HD_13122615P_13140312P_QXA.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"QXA", + "quality_string":"Adaptiv", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Rekordhoch-bei-__14218665__o__2030892406__s15602653_3__ORF2HD_13122615P_13140312P_QXB.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"QXB", + "quality_string":"Adaptiv", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "quality":"Q1A", + "quality_string":"Niedrig", + "src":"https:\/\/apasfpd.sf.apa.at\/cms-worldwide\/online\/cc987d4e1b8a8bdb5df96c009bfc74ce\/1711321200\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Rekordhoch-bei-__14218665__o__2030892406__s15602653_3__ORF2HD_13122615P_13140312P_Q1A.3gp", + "type":"video\/mp4", + "delivery":"progressive", + "protocol":"http" + }, + { + "quality":"Q4A", + "quality_string":"Mittel", + "src":"https:\/\/apasfpd.sf.apa.at\/cms-worldwide\/online\/7d49805c1c37e6798873450cbc4fee19\/1711321200\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Rekordhoch-bei-__14218665__o__2030892406__s15602653_3__ORF2HD_13122615P_13140312P_Q4A.mp4", + "type":"video\/mp4", + "delivery":"progressive", + "protocol":"http" + }, + { + "quality":"Q6A", + "quality_string":"Hoch", + "src":"https:\/\/apasfpd.sf.apa.at\/cms-worldwide\/online\/936694bf0e3e2491d96518f3eb88f22d\/1711321200\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Rekordhoch-bei-__14218665__o__2030892406__s15602653_3__ORF2HD_13122615P_13140312P_Q6A.mp4", + "type":"video\/mp4", + "delivery":"progressive", + "protocol":"http" + }, + { + "quality":"Q8C", + "quality_string":"Sehr hoch", + "src":"https:\/\/apasfpd.sf.apa.at\/cms-worldwide\/online\/f81aca370510ef06d58c948030d23f8b\/1711321200\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Rekordhoch-bei-__14218665__o__2030892406__s15602653_3__ORF2HD_13122615P_13140312P_Q8C.mp4", + "type":"video\/mp4", + "delivery":"progressive", + "protocol":"http" + } + ], + "position":9, + "last_segment":false, + "subtitles":[ + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/e3c78c35c9f4cf70be589b8aac9d6da9f239853d.xml", + "type":"xml", + "lang":"de-AT" + }, + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/0420066f8759f2236b28a68dc0f6f3b235d9594d.srt", + "type":"srt", + "lang":"de-AT" + }, + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/8401ca2abf3e54f292a0ee133b53b264007e3d25.vtt", + "type":"vtt", + "lang":"de-AT" + }, + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/6c0ce3e7e5ce5e8d7e05df4ba0d4746630248cf6.smi", + "type":"sami", + "lang":"de-AT" + }, + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/ea75c1bfe2c3fdd3c08cfb45a05f0eb8a8afcd53.ttml", + "type":"ttml", + "lang":"de-AT" + } + ], + "right":"worldwide", + "is_enabled":true, + "has_active_youthprotection":false, + "pre_bumper":{ + "active":false, + "sources":[ + + ] + }, + "post_bumper":{ + "active":false, + "sources":[ + + ] + }, + "hash":"ce1d1703522f27577a82368e4f6f5fce" + }, + "tags":[ + + ], + "profile":{ + "audio_description":false, + "break_text":null, + "break_title":null, + "dataset_name":"", + "dds_identifier":"", + "description":"Der Nachrichten\u00fcberblick um 13.00 Uhr", + "has_active_youth_protection":false, + "has_youth_protection":false, + "headline":"ZIB 13:00", + "hide_in_letter_group":false, + "id":71280, + "letter_group":"Z", + "livestream_sub_headline":null, + "oegs":false, + "oewa_base_path":"Redcont\/Nachrichten\/Nachrichtenueberblick", + "profile_website":null, + "secondary_genres":[ + + ], + "sub_headline":null, + "title":"ZIB 13:00", + "type":"temporary", + "updated_at":"2024-03-08T11:14:56+01:00", + "youth_protection_type":"limited-20-06", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16094554" + }, + "image16x9_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16094554" + }, + "image2x3_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "image2x3":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "theme":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/theme\/9109687" + }, + "genre":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "links":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/links" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/episodes" + }, + "related_profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/related" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/advertising\/tags" + }, + "oegs_profile":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/c5f6f9dab90eec5160d9b26d90892dd37351db72.jpeg" + } + } + }, + "image16x9_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/c5f6f9dab90eec5160d9b26d90892dd37351db72.jpeg" + } + } + }, + "image2x3_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "image2x3":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "theme":{ + "color":"#1C324C", + "id":9109687, + "name":"ZIB 13:00", + "updated_at":"2016-10-11T00:05:51+02:00", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/theme\/9109687" + }, + "header_image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/838" + }, + "header_background_image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/837" + }, + "background_image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/836" + } + }, + "_embedded":{ + "header_image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "header_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_838_themes_header_image.png" + }, + "header_background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_838_themes_header_background_image.png" + }, + "background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_838_themes_background_image.png" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/375febcc02b958b11e4ad18fc780635bc78ff6f8.png" + } + } + }, + "header_background_image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "header_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_837_themes_header_image.png" + }, + "header_background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_837_themes_header_background_image.png" + }, + "background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_837_themes_background_image.png" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/ff9dc981ae14db44df2bb0084bd7eb15f5debda0.png" + } + } + }, + "background_image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "header_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_836_themes_header_image.png" + }, + "header_background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_836_themes_header_background_image.png" + }, + "background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_836_themes_background_image.png" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/1e3aed2ccb61f2384a4c0144d052d8dd286d7797.png" + } + } + } + } + }, + "genre":{ + "id":2703825, + "advertising_mapping":{ + "live":{ + "web":{ + "sb":4420075, + "tbar":4420076, + "pre":4420077, + "post":4420078 + }, + "mob":{ + "par":4420079, + "pre":4420222, + "post":4420081 + }, + "app":{ + "par":4420082, + "pre":4420083, + "post":4420084 + }, + "smart":{ + "pre":4420085, + "post":4420086 + } + }, + "vod":{ + "web":{ + "sb":4420450, + "tbar":4420451, + "pre":4420452, + "post":4420453 + }, + "mob":{ + "par":4420454, + "pre":4420455, + "post":4420456 + }, + "app":{ + "par":4420457, + "pre":4420458, + "post":4420459 + }, + "smart":{ + "pre":4420460, + "post":4420461 + } + } + }, + "sorting":8, + "title":"ZIB & Information", + "updated_at":"2023-12-31T16:59:37+01:00", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596302" + }, + "profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/profiles" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episodes" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/advertising\/tags" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/a6885e2f8ea6f778dcac9af57dfea24006218d76.jpeg" + } + } + }, + "tags":[ + + ], + "advertising_tags":[ + + ] + } + }, + "links":[ + { + "id":13913304, + "title":"Streaming-Highlights: Newsletter abonnieren", + "updated_at":"2024-01-03T12:42:39+01:00", + "url":"https:\/\/tvthek-newsletter.orf.at\/", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/link\/13913304" + } + } + }, + { + "id":6552, + "title":"Mehr zur ZIB in tv.ORF.at", + "updated_at":"2015-01-19T10:26:37+01:00", + "url":"http:\/\/tv.orf.at\/zeitimbild\/", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/link\/6552" + } + } + } + ], + "tags":[ + { + "id":15, + "name":"Zeit im Bild", + "updated_at":"2017-02-06T09:22:02+01:00" + } + ], + "advertising_tags":[ + + ], + "audio_description_profile":null, + "oegs_profile":{ + "audio_description":false, + "break_text":null, + "break_title":null, + "dataset_name":null, + "dds_identifier":"", + "description":"Der Nachrichten\u00fcberblick um 13.00 Uhr", + "has_active_youth_protection":false, + "has_youth_protection":false, + "headline":"ZIB 13:00 (\u00d6GS)", + "hide_in_letter_group":false, + "id":13891370, + "letter_group":"Z", + "livestream_sub_headline":null, + "oegs":true, + "oewa_base_path":"Redcont\/Nachrichten\/Nachrichtenueberblick", + "profile_website":null, + "secondary_genres":[ + + ], + "sub_headline":null, + "title":"ZIB 13:00 (\u00d6GS)", + "type":"temporary", + "updated_at":"2024-03-08T11:15:04+01:00", + "youth_protection_type":"limited-20-06", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/14968339" + }, + "image16x9_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/14968339" + }, + "image2x3_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "image2x3":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "genre":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "links":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/links" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/episodes" + }, + "related_profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/related" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/advertising\/tags" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/1975e664b7234ae20b75d2dc304728b09ee8637e.jpeg" + } + } + }, + "image16x9_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/1975e664b7234ae20b75d2dc304728b09ee8637e.jpeg" + } + } + }, + "image2x3_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "image2x3":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "theme":null, + "genre":{ + "id":2703825, + "advertising_mapping":{ + "live":{ + "web":{ + "sb":4420075, + "tbar":4420076, + "pre":4420077, + "post":4420078 + }, + "mob":{ + "par":4420079, + "pre":4420222, + "post":4420081 + }, + "app":{ + "par":4420082, + "pre":4420083, + "post":4420084 + }, + "smart":{ + "pre":4420085, + "post":4420086 + } + }, + "vod":{ + "web":{ + "sb":4420450, + "tbar":4420451, + "pre":4420452, + "post":4420453 + }, + "mob":{ + "par":4420454, + "pre":4420455, + "post":4420456 + }, + "app":{ + "par":4420457, + "pre":4420458, + "post":4420459 + }, + "smart":{ + "pre":4420460, + "post":4420461 + } + } + }, + "sorting":8, + "title":"ZIB & Information", + "updated_at":"2023-12-31T16:59:37+01:00", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596302" + }, + "profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/profiles" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episodes" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/advertising\/tags" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/a6885e2f8ea6f778dcac9af57dfea24006218d76.jpeg" + } + } + }, + "tags":[ + + ], + "advertising_tags":[ + + ] + } + }, + "links":[ + { + "id":13913304, + "title":"Streaming-Highlights: Newsletter abonnieren", + "updated_at":"2024-01-03T12:42:39+01:00", + "url":"https:\/\/tvthek-newsletter.orf.at\/", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/link\/13913304" + } + } + } + ], + "tags":[ + + ], + "advertising_tags":[ + + ], + "audio_description_profile":null, + "oegs_profile":null + } + } + } + } + } + }, + { + "adition_advertising_query_string":"stype:vod,scat:zib-information,scatid:2703825,spro:zib-1300,sproid:71280,episodeid:14218665,duration:40203,advertisingtags:", + "advertising_mapping":{ + "live":{ + "web":{ + "sb":4423852, + "tbar":4423851, + "pre":4423862, + "post":4423861 + }, + "mob":{ + "par":4423850, + "pre":4423858, + "post":4423857 + }, + "app":{ + "par":4423849, + "pre":4423856, + "post":4423855 + }, + "smart":{ + "pre":4423860, + "post":4423859, + "lane":4423853, + "bar":4423854 + } + }, + "vod":{ + "web":{ + "sb":4423852, + "tbar":4423851, + "pre":4423862, + "post":4423861 + }, + "mob":{ + "par":4423850, + "pre":4423858, + "post":4423857 + }, + "app":{ + "par":4423849, + "pre":4423856, + "post":4423855 + }, + "smart":{ + "pre":4423860, + "post":4423859, + "lane":4423853, + "bar":4423854 + } + } + }, + "advertising_query_string":"stype=vod&scat=zib-information&scatid=2703825&spro=zib-1300&sproid=71280&episodeid=14218665&duration=40203&advertisingtags=", + "blackfades":[ + + ], + "episode_date":"2024-03-20T13:00:00+01:00", + "date_as_string":"Mi, 20.3.2024", + "vod_ressort":null, + "description":"F\u00fcr die Abwicklung der Luxus-Immobiliensparte von Signa Prime wird derzeit dringend Geld gesucht. Ein britisch-amerikanischer Investor k\u00f6nnte jetzt Prime einen Kredit liefern.", + "drm_token":null, + "duration_as_string":"00:40 Sek.", + "duration_seconds":40, + "enabled":true, + "encrypted_id":"ODc4M2hqZDcyOTNrbWQxNTYwMjczMQ==", + "episode_id":14218665, + "exact_duration":40203, + "genre_id":2703825, + "genre_title":"ZIB & Information", + "right":"worldwide", + "focus":false, + "show_countdown":true, + "has_thumbnail":true, + "headline":"Kredit f\u00fcr Signa-Immobiliensparte in Aussicht?", + "id":15602731, + "is_archive":false, + "is_drm_protected":false, + "jump_mark":false, + "jump_marks":[ + + ], + "killdate_extern":"2024-04-19T13:00:00+02:00", + "killdate":"2024-04-19T13:00:00+02:00", + "livedate":"2024-03-20T13:00:00+01:00", + "livedate_extern":"2024-03-20T13:00:00+01:00", + "SSA":{ + "cliptype":"Sendung", + "videoid":15602731, + "videopartid":"11_16", + "videocategory":"ZIB-Information", + "videotitle":"ZIB-1300-vom-20-03-2024_Kredit-fuer-Signa-Immobiliensparte-in-Aussicht", + "videoduration":40, + "episodeduration":1177, + "episodeid":14218665, + "airdate":"2024-03-20T13:00:00+01:00", + "clipreleasetime":"2024-03-20T13:30:02+01:00", + "programname":"ZIB-1300", + "channel":"orf2" + }, + "disable_display_ads_orf_platforms":false, + "disable_instream_ads_orf_platforms":false, + "position":10, + "episodes_reference":"", + "share_body":"https:\/\/tvthek.orf.at\/profile\/ZIB-1300\/71280\/ZIB-1300-vom-20-03-2024\/14218665\/Kredit-fuer-Signa-Immobiliensparte-in-Aussicht\/15602731", + "share_subject":"Kredit f\u00fcr Signa-Immobiliensparte in Aussicht? - ZIB 13:00 vom 20.03.2024 vom 20.03.2024 um 13:00 Uhr", + "show_display_ads":true, + "show_instream_ads":false, + "sources":{ + "hls":[ + { + "is_uhd":false, + "quality_key":"QXA", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Kredit-fuer-Sig__14218665__o__1907867888__s15602731_1__ORF2HD_13140312P_13144317P_QXA.mp4\/playlist.m3u8", + "is_adaptive_stream":true, + "is_drm_protected":false + }, + { + "is_uhd":false, + "quality_key":"QXB", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Kredit-fuer-Sig__14218665__o__1907867888__s15602731_1__ORF2HD_13140312P_13144317P_QXB.mp4\/playlist.m3u8", + "is_adaptive_stream":true, + "is_drm_protected":false + } + ], + "dash":[ + { + "is_uhd":false, + "quality_key":"QXA", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Kredit-fuer-Sig__14218665__o__1907867888__s15602731_1__ORF2HD_13140312P_13144317P_QXA.mp4\/manifest.mpd", + "is_adaptive_stream":true, + "is_drm_protected":false + }, + { + "is_uhd":false, + "quality_key":"QXB", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Kredit-fuer-Sig__14218665__o__1907867888__s15602731_1__ORF2HD_13140312P_13144317P_QXB.mp4\/manifest.mpd", + "is_adaptive_stream":true, + "is_drm_protected":false + } + ] + }, + "state":"distributed", + "sub_headline":"ZIB 13:00", + "teaser_text":null, + "teaser_title":null, + "thumbnail_activated":true, + "thumbnail_distributed":true, + "thumbnail_folder":"cms-preview-clips", + "thumbnail_sources":{ + "hls":[ + { + "quality_key":"Q6A", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Kredit-fuer-Sig__14218665__o__1907867888__s15602731_1__ORF2HD_13140312P_13144317P_clip_Q6A.mp4\/playlist.m3u8" + }, + { + "quality_key":"Q8C", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Kredit-fuer-Sig__14218665__o__1907867888__s15602731_1__ORF2HD_13140312P_13144317P_clip_Q8C.mp4\/playlist.m3u8" + } + ], + "dash":[ + { + "quality_key":"Q6A", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Kredit-fuer-Sig__14218665__o__1907867888__s15602731_1__ORF2HD_13140312P_13144317P_clip_Q6A.mp4\/manifest.mpd" + }, + { + "quality_key":"Q8C", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Kredit-fuer-Sig__14218665__o__1907867888__s15602731_1__ORF2HD_13140312P_13144317P_clip_Q8C.mp4\/manifest.mpd" + } + ] + }, + "sprite_sources":[ + + ], + "title":"Kredit f\u00fcr Signa-Immobiliensparte in Aussicht?", + "updated_at":"2024-03-20T14:22:12+01:00", + "videobumper":{ + "prevideobumper":{ + "active":false, + "sources":{ + "hls":[ + + ], + "progressive_download":[ + + ] + } + }, + "postvideobumper":{ + "active":false, + "sources":{ + "hls":[ + + ], + "progressive_download":[ + + ] + } + } + }, + "video_file_name":"2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Kredit-fuer-Sig__14218665__o__1907867888__s15602731_1__ORF2HD_13140312P_13144317P", + "video_stream_url":null, + "video_type":"segment", + "voez":true, + "voez_ads_allowed":true, + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15602731" + }, + "episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14218665" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17055565" + }, + "image16x9_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17055565" + }, + "image2x3_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "image2x3":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "links":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15602731\/links" + }, + "subtitle":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/subtitle\/916762" + }, + "playlist":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15602731\/playlist" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15602731\/tags" + }, + "profile":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055565_segments_highlight_teaser.jpg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055565_segments_player.jpg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055565_segments_list.jpg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055565_segments_small.jpg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/135580fe0e7ca581ed6b8e84b930c6ab614c6405.jpg" + } + } + }, + "image16x9_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055565_segments_highlight_teaser.jpg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055565_segments_player.jpg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055565_segments_list.jpg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055565_segments_small.jpg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/135580fe0e7ca581ed6b8e84b930c6ab614c6405.jpg" + } + } + }, + "image2x3_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "image2x3":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "links":[ + + ], + "subtitle":{ + "id":916762, + "parsed_at":null, + "sami_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/1b6524e0032b544d7a04a8cd065aa6e9ab7a6457.smi", + "srt_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/ff422ad933061e3a08033083609ffe7c5ce996aa.srt", + "stl_url":null, + "ttml_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/c55c689833612d424ba86afcdac3e0db656fa544.ttml", + "updated_at":"2024-03-20T14:24:31+01:00", + "vtt_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/2a6fc509328206ea1ae688f038e22a8c70d4cf33.vtt", + "xml_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/c5fc3c7cb6416aea04560e1ebcf95d8a36e88e3c.xml", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/subtitle\/916762" + }, + "xml_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058583" + }, + "srt_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058584" + }, + "vtt_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058585" + }, + "sami_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058587" + }, + "ttml_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058586" + } + }, + "_embedded":{ + "xml_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/c5fc3c7cb6416aea04560e1ebcf95d8a36e88e3c.xml" + } + } + }, + "stl_file":null, + "srt_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/ff422ad933061e3a08033083609ffe7c5ce996aa.srt" + } + } + }, + "vtt_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/2a6fc509328206ea1ae688f038e22a8c70d4cf33.vtt" + } + } + }, + "sami_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/1b6524e0032b544d7a04a8cd065aa6e9ab7a6457.smi" + } + } + }, + "ttml_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/c55c689833612d424ba86afcdac3e0db656fa544.ttml" + } + } + } + } + }, + "playlist":{ + "id":15602731, + "episode_id":14218665, + "title_prefix":"", + "title_separator":"|", + "title":"Kredit f\u00fcr Signa-Immobiliensparte in Aussicht?", + "description":"F\u00fcr die Abwicklung der Luxus-Immobiliensparte von Signa Prime wird derzeit dringend Geld gesucht. Ein britisch-amerikanischer Investor k\u00f6nnte jetzt Prime einen Kredit liefern.", + "duration":40203, + "preview_image_url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055565_segments_player.jpg", + "sources":[ + { + "quality":"Q1A", + "quality_string":"Niedrig", + "src":"rtmp:\/\/apasfw.apa.at\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Kredit-fuer-Sig__14218665__o__1907867888__s15602731_1__ORF2HD_13140312P_13144317P_Q1A.3gp", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtmp" + }, + { + "quality":"Q4A", + "quality_string":"Mittel", + "src":"rtmp:\/\/apasfw.apa.at\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Kredit-fuer-Sig__14218665__o__1907867888__s15602731_1__ORF2HD_13140312P_13144317P_Q4A.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtmp" + }, + { + "quality":"Q6A", + "quality_string":"Hoch", + "src":"rtmp:\/\/apasfw.apa.at\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Kredit-fuer-Sig__14218665__o__1907867888__s15602731_1__ORF2HD_13140312P_13144317P_Q6A.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtmp" + }, + { + "quality":"Q8C", + "quality_string":"Sehr hoch", + "src":"rtmp:\/\/apasfw.apa.at\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Kredit-fuer-Sig__14218665__o__1907867888__s15602731_1__ORF2HD_13140312P_13144317P_Q8C.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtmp" + }, + { + "quality":"Q1A", + "quality_string":"Niedrig", + "src":"rtsp:\/\/apasfw.apa.at:1935\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Kredit-fuer-Sig__14218665__o__1907867888__s15602731_1__ORF2HD_13140312P_13144317P_Q1A.3gp", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtsp" + }, + { + "quality":"SMIL", + "quality_string":"Hoch", + "src":"rtsp:\/\/apasfw.apa.at:1935\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Kredit-fuer-Sig__14218665__o__1907867888__s15602731_1__ORF2HD_13140312P_13144317P_Q6A.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtsp" + }, + { + "quality":"Q4A", + "quality_string":"Mittel", + "src":"rtsp:\/\/apasfw.apa.at:1935\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Kredit-fuer-Sig__14218665__o__1907867888__s15602731_1__ORF2HD_13140312P_13144317P_Q4A.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtsp" + }, + { + "quality":"Q8C", + "quality_string":"Sehr hoch", + "src":"rtsp:\/\/apasfw.apa.at:1935\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Kredit-fuer-Sig__14218665__o__1907867888__s15602731_1__ORF2HD_13140312P_13144317P_Q8C.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtsp" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Kredit-fuer-Sig__14218665__o__1907867888__s15602731_1__ORF2HD_13140312P_13144317P_Q0A.3gp\/playlist.m3u8", + "is_uhd":false, + "quality":"Q0A", + "quality_string":"Sehr niedrig", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Kredit-fuer-Sig__14218665__o__1907867888__s15602731_1__ORF2HD_13140312P_13144317P_Q1A.3gp\/playlist.m3u8", + "is_uhd":false, + "quality":"Q1A", + "quality_string":"Niedrig", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Kredit-fuer-Sig__14218665__o__1907867888__s15602731_1__ORF2HD_13140312P_13144317P_Q4A.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"Q4A", + "quality_string":"Mittel", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Kredit-fuer-Sig__14218665__o__1907867888__s15602731_1__ORF2HD_13140312P_13144317P_Q6A.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"Q6A", + "quality_string":"Hoch", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Kredit-fuer-Sig__14218665__o__1907867888__s15602731_1__ORF2HD_13140312P_13144317P_Q8C.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"Q8C", + "quality_string":"Sehr hoch", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Kredit-fuer-Sig__14218665__o__1907867888__s15602731_1__ORF2HD_13140312P_13144317P_QXA.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"QXA", + "quality_string":"Adaptiv", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Kredit-fuer-Sig__14218665__o__1907867888__s15602731_1__ORF2HD_13140312P_13144317P_QXB.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"QXB", + "quality_string":"Adaptiv", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "quality":"Q1A", + "quality_string":"Niedrig", + "src":"https:\/\/apasfpd.sf.apa.at\/cms-worldwide\/online\/c96ecceb37c6e146c3f94c7a09ebfd23\/1711321200\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Kredit-fuer-Sig__14218665__o__1907867888__s15602731_1__ORF2HD_13140312P_13144317P_Q1A.3gp", + "type":"video\/mp4", + "delivery":"progressive", + "protocol":"http" + }, + { + "quality":"Q4A", + "quality_string":"Mittel", + "src":"https:\/\/apasfpd.sf.apa.at\/cms-worldwide\/online\/bc72abbebad38e354bc83e724631c4bf\/1711321200\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Kredit-fuer-Sig__14218665__o__1907867888__s15602731_1__ORF2HD_13140312P_13144317P_Q4A.mp4", + "type":"video\/mp4", + "delivery":"progressive", + "protocol":"http" + }, + { + "quality":"Q6A", + "quality_string":"Hoch", + "src":"https:\/\/apasfpd.sf.apa.at\/cms-worldwide\/online\/c504561427ab548fc85acfa92886eb69\/1711321200\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Kredit-fuer-Sig__14218665__o__1907867888__s15602731_1__ORF2HD_13140312P_13144317P_Q6A.mp4", + "type":"video\/mp4", + "delivery":"progressive", + "protocol":"http" + }, + { + "quality":"Q8C", + "quality_string":"Sehr hoch", + "src":"https:\/\/apasfpd.sf.apa.at\/cms-worldwide\/online\/525e003d8f8e8401e4e483cddca2f340\/1711321200\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Kredit-fuer-Sig__14218665__o__1907867888__s15602731_1__ORF2HD_13140312P_13144317P_Q8C.mp4", + "type":"video\/mp4", + "delivery":"progressive", + "protocol":"http" + } + ], + "position":10, + "last_segment":false, + "subtitles":[ + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/c5fc3c7cb6416aea04560e1ebcf95d8a36e88e3c.xml", + "type":"xml", + "lang":"de-AT" + }, + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/ff422ad933061e3a08033083609ffe7c5ce996aa.srt", + "type":"srt", + "lang":"de-AT" + }, + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/2a6fc509328206ea1ae688f038e22a8c70d4cf33.vtt", + "type":"vtt", + "lang":"de-AT" + }, + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/1b6524e0032b544d7a04a8cd065aa6e9ab7a6457.smi", + "type":"sami", + "lang":"de-AT" + }, + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/c55c689833612d424ba86afcdac3e0db656fa544.ttml", + "type":"ttml", + "lang":"de-AT" + } + ], + "right":"worldwide", + "is_enabled":true, + "has_active_youthprotection":false, + "pre_bumper":{ + "active":false, + "sources":[ + + ] + }, + "post_bumper":{ + "active":false, + "sources":[ + + ] + }, + "hash":"3969f350cf371f2561d3e5b6871f45f5" + }, + "tags":[ + + ], + "profile":{ + "audio_description":false, + "break_text":null, + "break_title":null, + "dataset_name":"", + "dds_identifier":"", + "description":"Der Nachrichten\u00fcberblick um 13.00 Uhr", + "has_active_youth_protection":false, + "has_youth_protection":false, + "headline":"ZIB 13:00", + "hide_in_letter_group":false, + "id":71280, + "letter_group":"Z", + "livestream_sub_headline":null, + "oegs":false, + "oewa_base_path":"Redcont\/Nachrichten\/Nachrichtenueberblick", + "profile_website":null, + "secondary_genres":[ + + ], + "sub_headline":null, + "title":"ZIB 13:00", + "type":"temporary", + "updated_at":"2024-03-08T11:14:56+01:00", + "youth_protection_type":"limited-20-06", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16094554" + }, + "image16x9_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16094554" + }, + "image2x3_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "image2x3":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "theme":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/theme\/9109687" + }, + "genre":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "links":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/links" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/episodes" + }, + "related_profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/related" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/advertising\/tags" + }, + "oegs_profile":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/c5f6f9dab90eec5160d9b26d90892dd37351db72.jpeg" + } + } + }, + "image16x9_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/c5f6f9dab90eec5160d9b26d90892dd37351db72.jpeg" + } + } + }, + "image2x3_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "image2x3":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "theme":{ + "color":"#1C324C", + "id":9109687, + "name":"ZIB 13:00", + "updated_at":"2016-10-11T00:05:51+02:00", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/theme\/9109687" + }, + "header_image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/838" + }, + "header_background_image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/837" + }, + "background_image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/836" + } + }, + "_embedded":{ + "header_image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "header_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_838_themes_header_image.png" + }, + "header_background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_838_themes_header_background_image.png" + }, + "background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_838_themes_background_image.png" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/375febcc02b958b11e4ad18fc780635bc78ff6f8.png" + } + } + }, + "header_background_image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "header_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_837_themes_header_image.png" + }, + "header_background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_837_themes_header_background_image.png" + }, + "background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_837_themes_background_image.png" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/ff9dc981ae14db44df2bb0084bd7eb15f5debda0.png" + } + } + }, + "background_image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "header_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_836_themes_header_image.png" + }, + "header_background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_836_themes_header_background_image.png" + }, + "background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_836_themes_background_image.png" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/1e3aed2ccb61f2384a4c0144d052d8dd286d7797.png" + } + } + } + } + }, + "genre":{ + "id":2703825, + "advertising_mapping":{ + "live":{ + "web":{ + "sb":4420075, + "tbar":4420076, + "pre":4420077, + "post":4420078 + }, + "mob":{ + "par":4420079, + "pre":4420222, + "post":4420081 + }, + "app":{ + "par":4420082, + "pre":4420083, + "post":4420084 + }, + "smart":{ + "pre":4420085, + "post":4420086 + } + }, + "vod":{ + "web":{ + "sb":4420450, + "tbar":4420451, + "pre":4420452, + "post":4420453 + }, + "mob":{ + "par":4420454, + "pre":4420455, + "post":4420456 + }, + "app":{ + "par":4420457, + "pre":4420458, + "post":4420459 + }, + "smart":{ + "pre":4420460, + "post":4420461 + } + } + }, + "sorting":8, + "title":"ZIB & Information", + "updated_at":"2023-12-31T16:59:37+01:00", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596302" + }, + "profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/profiles" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episodes" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/advertising\/tags" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/a6885e2f8ea6f778dcac9af57dfea24006218d76.jpeg" + } + } + }, + "tags":[ + + ], + "advertising_tags":[ + + ] + } + }, + "links":[ + { + "id":13913304, + "title":"Streaming-Highlights: Newsletter abonnieren", + "updated_at":"2024-01-03T12:42:39+01:00", + "url":"https:\/\/tvthek-newsletter.orf.at\/", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/link\/13913304" + } + } + }, + { + "id":6552, + "title":"Mehr zur ZIB in tv.ORF.at", + "updated_at":"2015-01-19T10:26:37+01:00", + "url":"http:\/\/tv.orf.at\/zeitimbild\/", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/link\/6552" + } + } + } + ], + "tags":[ + { + "id":15, + "name":"Zeit im Bild", + "updated_at":"2017-02-06T09:22:02+01:00" + } + ], + "advertising_tags":[ + + ], + "audio_description_profile":null, + "oegs_profile":{ + "audio_description":false, + "break_text":null, + "break_title":null, + "dataset_name":null, + "dds_identifier":"", + "description":"Der Nachrichten\u00fcberblick um 13.00 Uhr", + "has_active_youth_protection":false, + "has_youth_protection":false, + "headline":"ZIB 13:00 (\u00d6GS)", + "hide_in_letter_group":false, + "id":13891370, + "letter_group":"Z", + "livestream_sub_headline":null, + "oegs":true, + "oewa_base_path":"Redcont\/Nachrichten\/Nachrichtenueberblick", + "profile_website":null, + "secondary_genres":[ + + ], + "sub_headline":null, + "title":"ZIB 13:00 (\u00d6GS)", + "type":"temporary", + "updated_at":"2024-03-08T11:15:04+01:00", + "youth_protection_type":"limited-20-06", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/14968339" + }, + "image16x9_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/14968339" + }, + "image2x3_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "image2x3":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "genre":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "links":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/links" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/episodes" + }, + "related_profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/related" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/advertising\/tags" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/1975e664b7234ae20b75d2dc304728b09ee8637e.jpeg" + } + } + }, + "image16x9_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/1975e664b7234ae20b75d2dc304728b09ee8637e.jpeg" + } + } + }, + "image2x3_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "image2x3":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "theme":null, + "genre":{ + "id":2703825, + "advertising_mapping":{ + "live":{ + "web":{ + "sb":4420075, + "tbar":4420076, + "pre":4420077, + "post":4420078 + }, + "mob":{ + "par":4420079, + "pre":4420222, + "post":4420081 + }, + "app":{ + "par":4420082, + "pre":4420083, + "post":4420084 + }, + "smart":{ + "pre":4420085, + "post":4420086 + } + }, + "vod":{ + "web":{ + "sb":4420450, + "tbar":4420451, + "pre":4420452, + "post":4420453 + }, + "mob":{ + "par":4420454, + "pre":4420455, + "post":4420456 + }, + "app":{ + "par":4420457, + "pre":4420458, + "post":4420459 + }, + "smart":{ + "pre":4420460, + "post":4420461 + } + } + }, + "sorting":8, + "title":"ZIB & Information", + "updated_at":"2023-12-31T16:59:37+01:00", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596302" + }, + "profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/profiles" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episodes" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/advertising\/tags" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/a6885e2f8ea6f778dcac9af57dfea24006218d76.jpeg" + } + } + }, + "tags":[ + + ], + "advertising_tags":[ + + ] + } + }, + "links":[ + { + "id":13913304, + "title":"Streaming-Highlights: Newsletter abonnieren", + "updated_at":"2024-01-03T12:42:39+01:00", + "url":"https:\/\/tvthek-newsletter.orf.at\/", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/link\/13913304" + } + } + } + ], + "tags":[ + + ], + "advertising_tags":[ + + ], + "audio_description_profile":null, + "oegs_profile":null + } + } + } + } + } + }, + { + "adition_advertising_query_string":"stype:vod,scat:zib-information,scatid:2703825,spro:zib-1300,sproid:71280,episodeid:14218665,duration:88637,advertisingtags:", + "advertising_mapping":{ + "live":{ + "web":{ + "sb":4423852, + "tbar":4423851, + "pre":4423862, + "post":4423861 + }, + "mob":{ + "par":4423850, + "pre":4423858, + "post":4423857 + }, + "app":{ + "par":4423849, + "pre":4423856, + "post":4423855 + }, + "smart":{ + "pre":4423860, + "post":4423859, + "lane":4423853, + "bar":4423854 + } + }, + "vod":{ + "web":{ + "sb":4423852, + "tbar":4423851, + "pre":4423862, + "post":4423861 + }, + "mob":{ + "par":4423850, + "pre":4423858, + "post":4423857 + }, + "app":{ + "par":4423849, + "pre":4423856, + "post":4423855 + }, + "smart":{ + "pre":4423860, + "post":4423859, + "lane":4423853, + "bar":4423854 + } + } + }, + "advertising_query_string":"stype=vod&scat=zib-information&scatid=2703825&spro=zib-1300&sproid=71280&episodeid=14218665&duration=88637&advertisingtags=", + "blackfades":[ + + ], + "episode_date":"2024-03-20T13:00:00+01:00", + "date_as_string":"Mi, 20.3.2024", + "vod_ressort":null, + "description":"Japans Notenbank hat am Dienstag das erste Mal seit 17 Jahren den Leitzins erh\u00f6ht. Mit der Steigerung von 0,1 Prozent beendet Japan damit die Negativzinspolitik.", + "drm_token":null, + "duration_as_string":"01:28 Min.", + "duration_seconds":88, + "enabled":true, + "encrypted_id":"ODc4M2hqZDcyOTNrbWQxNTYwMjY1NA==", + "episode_id":14218665, + "exact_duration":88637, + "genre_id":2703825, + "genre_title":"ZIB & Information", + "right":"worldwide", + "focus":false, + "show_countdown":true, + "has_thumbnail":true, + "headline":"Japan beendet Negativzinspolitik", + "id":15602654, + "is_archive":false, + "is_drm_protected":false, + "jump_mark":false, + "jump_marks":[ + { + "start_time":"00:00:26.798", + "end_time":"00:01:28.637" + } + ], + "killdate_extern":"2024-04-19T13:00:00+02:00", + "killdate":"2024-04-19T13:00:00+02:00", + "livedate":"2024-03-20T13:00:00+01:00", + "livedate_extern":"2024-03-20T13:00:00+01:00", + "SSA":{ + "cliptype":"Sendung", + "videoid":15602654, + "videopartid":"12_16", + "videocategory":"ZIB-Information", + "videotitle":"ZIB-1300-vom-20-03-2024_Japan-beendet-Negativzinspolitik", + "videoduration":88, + "episodeduration":1177, + "episodeid":14218665, + "airdate":"2024-03-20T13:00:00+01:00", + "clipreleasetime":"2024-03-20T13:30:02+01:00", + "programname":"ZIB-1300", + "channel":"orf2" + }, + "disable_display_ads_orf_platforms":false, + "disable_instream_ads_orf_platforms":false, + "position":11, + "episodes_reference":"", + "share_body":"https:\/\/tvthek.orf.at\/profile\/ZIB-1300\/71280\/ZIB-1300-vom-20-03-2024\/14218665\/Japan-beendet-Negativzinspolitik\/15602654", + "share_subject":"Japan beendet Negativzinspolitik - ZIB 13:00 vom 20.03.2024 vom 20.03.2024 um 13:00 Uhr", + "show_display_ads":true, + "show_instream_ads":false, + "sources":{ + "hls":[ + { + "is_uhd":false, + "quality_key":"QXA", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Japan-beendet-N__14218665__o__3574128596__s15602654_4__ORF2HD_13144317P_13161208P_QXA.mp4\/playlist.m3u8", + "is_adaptive_stream":true, + "is_drm_protected":false + }, + { + "is_uhd":false, + "quality_key":"QXB", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Japan-beendet-N__14218665__o__3574128596__s15602654_4__ORF2HD_13144317P_13161208P_QXB.mp4\/playlist.m3u8", + "is_adaptive_stream":true, + "is_drm_protected":false + } + ], + "dash":[ + { + "is_uhd":false, + "quality_key":"QXA", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Japan-beendet-N__14218665__o__3574128596__s15602654_4__ORF2HD_13144317P_13161208P_QXA.mp4\/manifest.mpd", + "is_adaptive_stream":true, + "is_drm_protected":false + }, + { + "is_uhd":false, + "quality_key":"QXB", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Japan-beendet-N__14218665__o__3574128596__s15602654_4__ORF2HD_13144317P_13161208P_QXB.mp4\/manifest.mpd", + "is_adaptive_stream":true, + "is_drm_protected":false + } + ] + }, + "state":"distributed", + "sub_headline":"ZIB 13:00", + "teaser_text":null, + "teaser_title":null, + "thumbnail_activated":true, + "thumbnail_distributed":true, + "thumbnail_folder":"cms-preview-clips", + "thumbnail_sources":{ + "hls":[ + { + "quality_key":"Q6A", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Japan-beendet-N__14218665__o__3574128596__s15602654_4__ORF2HD_13144317P_13161208P_clip_Q6A.mp4\/playlist.m3u8" + }, + { + "quality_key":"Q8C", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Japan-beendet-N__14218665__o__3574128596__s15602654_4__ORF2HD_13144317P_13161208P_clip_Q8C.mp4\/playlist.m3u8" + } + ], + "dash":[ + { + "quality_key":"Q6A", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Japan-beendet-N__14218665__o__3574128596__s15602654_4__ORF2HD_13144317P_13161208P_clip_Q6A.mp4\/manifest.mpd" + }, + { + "quality_key":"Q8C", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Japan-beendet-N__14218665__o__3574128596__s15602654_4__ORF2HD_13144317P_13161208P_clip_Q8C.mp4\/manifest.mpd" + } + ] + }, + "sprite_sources":[ + + ], + "title":"Japan beendet Negativzinspolitik", + "updated_at":"2024-03-20T14:22:12+01:00", + "videobumper":{ + "prevideobumper":{ + "active":false, + "sources":{ + "hls":[ + + ], + "progressive_download":[ + + ] + } + }, + "postvideobumper":{ + "active":false, + "sources":{ + "hls":[ + + ], + "progressive_download":[ + + ] + } + } + }, + "video_file_name":"2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Japan-beendet-N__14218665__o__3574128596__s15602654_4__ORF2HD_13144317P_13161208P", + "video_stream_url":null, + "video_type":"segment", + "voez":true, + "voez_ads_allowed":true, + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15602654" + }, + "episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14218665" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17055566" + }, + "image16x9_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17055566" + }, + "image2x3_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "image2x3":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "links":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15602654\/links" + }, + "subtitle":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/subtitle\/916763" + }, + "playlist":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15602654\/playlist" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15602654\/tags" + }, + "profile":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055566_segments_highlight_teaser.jpg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055566_segments_player.jpg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055566_segments_list.jpg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055566_segments_small.jpg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/5da39c08a7d5fd353fd2368c394551e2a69e71e3.jpg" + } + } + }, + "image16x9_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055566_segments_highlight_teaser.jpg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055566_segments_player.jpg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055566_segments_list.jpg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055566_segments_small.jpg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/5da39c08a7d5fd353fd2368c394551e2a69e71e3.jpg" + } + } + }, + "image2x3_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "image2x3":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "links":[ + + ], + "subtitle":{ + "id":916763, + "parsed_at":null, + "sami_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/7b30e4cac5ac5fc785ed151f94f19bfa83df8488.smi", + "srt_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/459cccd97c9fe35b40f9dd1d7b6a4ac1a48a32ab.srt", + "stl_url":null, + "ttml_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/984ad946618e2fae2d630977466bfcbba0f0847b.ttml", + "updated_at":"2024-03-20T14:24:31+01:00", + "vtt_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/777d5e239684bd0c85cdac14165409f13a086178.vtt", + "xml_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/7bf20303092532b7218a1d5bb25673e7c7388d3d.xml", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/subtitle\/916763" + }, + "xml_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058588" + }, + "srt_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058589" + }, + "vtt_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058590" + }, + "sami_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058592" + }, + "ttml_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058591" + } + }, + "_embedded":{ + "xml_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/7bf20303092532b7218a1d5bb25673e7c7388d3d.xml" + } + } + }, + "stl_file":null, + "srt_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/459cccd97c9fe35b40f9dd1d7b6a4ac1a48a32ab.srt" + } + } + }, + "vtt_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/777d5e239684bd0c85cdac14165409f13a086178.vtt" + } + } + }, + "sami_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/7b30e4cac5ac5fc785ed151f94f19bfa83df8488.smi" + } + } + }, + "ttml_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/984ad946618e2fae2d630977466bfcbba0f0847b.ttml" + } + } + } + } + }, + "playlist":{ + "id":15602654, + "episode_id":14218665, + "title_prefix":"", + "title_separator":"|", + "title":"Japan beendet Negativzinspolitik", + "description":"Japans Notenbank hat am Dienstag das erste Mal seit 17 Jahren den Leitzins erh\u00f6ht. Mit der Steigerung von 0,1 Prozent beendet Japan damit die Negativzinspolitik.", + "duration":88637, + "preview_image_url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055566_segments_player.jpg", + "sources":[ + { + "quality":"Q1A", + "quality_string":"Niedrig", + "src":"rtmp:\/\/apasfw.apa.at\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Japan-beendet-N__14218665__o__3574128596__s15602654_4__ORF2HD_13144317P_13161208P_Q1A.3gp", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtmp" + }, + { + "quality":"Q4A", + "quality_string":"Mittel", + "src":"rtmp:\/\/apasfw.apa.at\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Japan-beendet-N__14218665__o__3574128596__s15602654_4__ORF2HD_13144317P_13161208P_Q4A.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtmp" + }, + { + "quality":"Q6A", + "quality_string":"Hoch", + "src":"rtmp:\/\/apasfw.apa.at\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Japan-beendet-N__14218665__o__3574128596__s15602654_4__ORF2HD_13144317P_13161208P_Q6A.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtmp" + }, + { + "quality":"Q8C", + "quality_string":"Sehr hoch", + "src":"rtmp:\/\/apasfw.apa.at\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Japan-beendet-N__14218665__o__3574128596__s15602654_4__ORF2HD_13144317P_13161208P_Q8C.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtmp" + }, + { + "quality":"Q1A", + "quality_string":"Niedrig", + "src":"rtsp:\/\/apasfw.apa.at:1935\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Japan-beendet-N__14218665__o__3574128596__s15602654_4__ORF2HD_13144317P_13161208P_Q1A.3gp", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtsp" + }, + { + "quality":"SMIL", + "quality_string":"Hoch", + "src":"rtsp:\/\/apasfw.apa.at:1935\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Japan-beendet-N__14218665__o__3574128596__s15602654_4__ORF2HD_13144317P_13161208P_Q6A.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtsp" + }, + { + "quality":"Q4A", + "quality_string":"Mittel", + "src":"rtsp:\/\/apasfw.apa.at:1935\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Japan-beendet-N__14218665__o__3574128596__s15602654_4__ORF2HD_13144317P_13161208P_Q4A.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtsp" + }, + { + "quality":"Q8C", + "quality_string":"Sehr hoch", + "src":"rtsp:\/\/apasfw.apa.at:1935\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Japan-beendet-N__14218665__o__3574128596__s15602654_4__ORF2HD_13144317P_13161208P_Q8C.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtsp" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Japan-beendet-N__14218665__o__3574128596__s15602654_4__ORF2HD_13144317P_13161208P_Q0A.3gp\/playlist.m3u8", + "is_uhd":false, + "quality":"Q0A", + "quality_string":"Sehr niedrig", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Japan-beendet-N__14218665__o__3574128596__s15602654_4__ORF2HD_13144317P_13161208P_Q1A.3gp\/playlist.m3u8", + "is_uhd":false, + "quality":"Q1A", + "quality_string":"Niedrig", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Japan-beendet-N__14218665__o__3574128596__s15602654_4__ORF2HD_13144317P_13161208P_Q4A.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"Q4A", + "quality_string":"Mittel", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Japan-beendet-N__14218665__o__3574128596__s15602654_4__ORF2HD_13144317P_13161208P_Q6A.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"Q6A", + "quality_string":"Hoch", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Japan-beendet-N__14218665__o__3574128596__s15602654_4__ORF2HD_13144317P_13161208P_Q8C.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"Q8C", + "quality_string":"Sehr hoch", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Japan-beendet-N__14218665__o__3574128596__s15602654_4__ORF2HD_13144317P_13161208P_QXA.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"QXA", + "quality_string":"Adaptiv", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Japan-beendet-N__14218665__o__3574128596__s15602654_4__ORF2HD_13144317P_13161208P_QXB.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"QXB", + "quality_string":"Adaptiv", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "quality":"Q1A", + "quality_string":"Niedrig", + "src":"https:\/\/apasfpd.sf.apa.at\/cms-worldwide\/online\/80d0335897238ac58ef520ab878c4ee5\/1711321200\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Japan-beendet-N__14218665__o__3574128596__s15602654_4__ORF2HD_13144317P_13161208P_Q1A.3gp", + "type":"video\/mp4", + "delivery":"progressive", + "protocol":"http" + }, + { + "quality":"Q4A", + "quality_string":"Mittel", + "src":"https:\/\/apasfpd.sf.apa.at\/cms-worldwide\/online\/253beace5b4ae9caed675e78a7156e5b\/1711321200\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Japan-beendet-N__14218665__o__3574128596__s15602654_4__ORF2HD_13144317P_13161208P_Q4A.mp4", + "type":"video\/mp4", + "delivery":"progressive", + "protocol":"http" + }, + { + "quality":"Q6A", + "quality_string":"Hoch", + "src":"https:\/\/apasfpd.sf.apa.at\/cms-worldwide\/online\/352509b78c185fcde30070596c4d1784\/1711321200\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Japan-beendet-N__14218665__o__3574128596__s15602654_4__ORF2HD_13144317P_13161208P_Q6A.mp4", + "type":"video\/mp4", + "delivery":"progressive", + "protocol":"http" + }, + { + "quality":"Q8C", + "quality_string":"Sehr hoch", + "src":"https:\/\/apasfpd.sf.apa.at\/cms-worldwide\/online\/93614e59376607fe1e501781d0b01b36\/1711321200\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Japan-beendet-N__14218665__o__3574128596__s15602654_4__ORF2HD_13144317P_13161208P_Q8C.mp4", + "type":"video\/mp4", + "delivery":"progressive", + "protocol":"http" + } + ], + "position":11, + "last_segment":false, + "subtitles":[ + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/7bf20303092532b7218a1d5bb25673e7c7388d3d.xml", + "type":"xml", + "lang":"de-AT" + }, + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/459cccd97c9fe35b40f9dd1d7b6a4ac1a48a32ab.srt", + "type":"srt", + "lang":"de-AT" + }, + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/777d5e239684bd0c85cdac14165409f13a086178.vtt", + "type":"vtt", + "lang":"de-AT" + }, + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/7b30e4cac5ac5fc785ed151f94f19bfa83df8488.smi", + "type":"sami", + "lang":"de-AT" + }, + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/984ad946618e2fae2d630977466bfcbba0f0847b.ttml", + "type":"ttml", + "lang":"de-AT" + } + ], + "right":"worldwide", + "is_enabled":true, + "has_active_youthprotection":false, + "pre_bumper":{ + "active":false, + "sources":[ + + ] + }, + "post_bumper":{ + "active":false, + "sources":[ + + ] + }, + "hash":"77cf7568bedf74842fb76a65c2eb5d35" + }, + "tags":[ + + ], + "profile":{ + "audio_description":false, + "break_text":null, + "break_title":null, + "dataset_name":"", + "dds_identifier":"", + "description":"Der Nachrichten\u00fcberblick um 13.00 Uhr", + "has_active_youth_protection":false, + "has_youth_protection":false, + "headline":"ZIB 13:00", + "hide_in_letter_group":false, + "id":71280, + "letter_group":"Z", + "livestream_sub_headline":null, + "oegs":false, + "oewa_base_path":"Redcont\/Nachrichten\/Nachrichtenueberblick", + "profile_website":null, + "secondary_genres":[ + + ], + "sub_headline":null, + "title":"ZIB 13:00", + "type":"temporary", + "updated_at":"2024-03-08T11:14:56+01:00", + "youth_protection_type":"limited-20-06", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16094554" + }, + "image16x9_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16094554" + }, + "image2x3_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "image2x3":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "theme":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/theme\/9109687" + }, + "genre":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "links":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/links" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/episodes" + }, + "related_profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/related" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/advertising\/tags" + }, + "oegs_profile":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/c5f6f9dab90eec5160d9b26d90892dd37351db72.jpeg" + } + } + }, + "image16x9_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/c5f6f9dab90eec5160d9b26d90892dd37351db72.jpeg" + } + } + }, + "image2x3_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "image2x3":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "theme":{ + "color":"#1C324C", + "id":9109687, + "name":"ZIB 13:00", + "updated_at":"2016-10-11T00:05:51+02:00", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/theme\/9109687" + }, + "header_image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/838" + }, + "header_background_image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/837" + }, + "background_image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/836" + } + }, + "_embedded":{ + "header_image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "header_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_838_themes_header_image.png" + }, + "header_background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_838_themes_header_background_image.png" + }, + "background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_838_themes_background_image.png" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/375febcc02b958b11e4ad18fc780635bc78ff6f8.png" + } + } + }, + "header_background_image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "header_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_837_themes_header_image.png" + }, + "header_background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_837_themes_header_background_image.png" + }, + "background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_837_themes_background_image.png" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/ff9dc981ae14db44df2bb0084bd7eb15f5debda0.png" + } + } + }, + "background_image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "header_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_836_themes_header_image.png" + }, + "header_background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_836_themes_header_background_image.png" + }, + "background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_836_themes_background_image.png" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/1e3aed2ccb61f2384a4c0144d052d8dd286d7797.png" + } + } + } + } + }, + "genre":{ + "id":2703825, + "advertising_mapping":{ + "live":{ + "web":{ + "sb":4420075, + "tbar":4420076, + "pre":4420077, + "post":4420078 + }, + "mob":{ + "par":4420079, + "pre":4420222, + "post":4420081 + }, + "app":{ + "par":4420082, + "pre":4420083, + "post":4420084 + }, + "smart":{ + "pre":4420085, + "post":4420086 + } + }, + "vod":{ + "web":{ + "sb":4420450, + "tbar":4420451, + "pre":4420452, + "post":4420453 + }, + "mob":{ + "par":4420454, + "pre":4420455, + "post":4420456 + }, + "app":{ + "par":4420457, + "pre":4420458, + "post":4420459 + }, + "smart":{ + "pre":4420460, + "post":4420461 + } + } + }, + "sorting":8, + "title":"ZIB & Information", + "updated_at":"2023-12-31T16:59:37+01:00", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596302" + }, + "profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/profiles" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episodes" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/advertising\/tags" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/a6885e2f8ea6f778dcac9af57dfea24006218d76.jpeg" + } + } + }, + "tags":[ + + ], + "advertising_tags":[ + + ] + } + }, + "links":[ + { + "id":13913304, + "title":"Streaming-Highlights: Newsletter abonnieren", + "updated_at":"2024-01-03T12:42:39+01:00", + "url":"https:\/\/tvthek-newsletter.orf.at\/", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/link\/13913304" + } + } + }, + { + "id":6552, + "title":"Mehr zur ZIB in tv.ORF.at", + "updated_at":"2015-01-19T10:26:37+01:00", + "url":"http:\/\/tv.orf.at\/zeitimbild\/", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/link\/6552" + } + } + } + ], + "tags":[ + { + "id":15, + "name":"Zeit im Bild", + "updated_at":"2017-02-06T09:22:02+01:00" + } + ], + "advertising_tags":[ + + ], + "audio_description_profile":null, + "oegs_profile":{ + "audio_description":false, + "break_text":null, + "break_title":null, + "dataset_name":null, + "dds_identifier":"", + "description":"Der Nachrichten\u00fcberblick um 13.00 Uhr", + "has_active_youth_protection":false, + "has_youth_protection":false, + "headline":"ZIB 13:00 (\u00d6GS)", + "hide_in_letter_group":false, + "id":13891370, + "letter_group":"Z", + "livestream_sub_headline":null, + "oegs":true, + "oewa_base_path":"Redcont\/Nachrichten\/Nachrichtenueberblick", + "profile_website":null, + "secondary_genres":[ + + ], + "sub_headline":null, + "title":"ZIB 13:00 (\u00d6GS)", + "type":"temporary", + "updated_at":"2024-03-08T11:15:04+01:00", + "youth_protection_type":"limited-20-06", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/14968339" + }, + "image16x9_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/14968339" + }, + "image2x3_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "image2x3":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "genre":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "links":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/links" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/episodes" + }, + "related_profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/related" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/advertising\/tags" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/1975e664b7234ae20b75d2dc304728b09ee8637e.jpeg" + } + } + }, + "image16x9_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/1975e664b7234ae20b75d2dc304728b09ee8637e.jpeg" + } + } + }, + "image2x3_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "image2x3":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "theme":null, + "genre":{ + "id":2703825, + "advertising_mapping":{ + "live":{ + "web":{ + "sb":4420075, + "tbar":4420076, + "pre":4420077, + "post":4420078 + }, + "mob":{ + "par":4420079, + "pre":4420222, + "post":4420081 + }, + "app":{ + "par":4420082, + "pre":4420083, + "post":4420084 + }, + "smart":{ + "pre":4420085, + "post":4420086 + } + }, + "vod":{ + "web":{ + "sb":4420450, + "tbar":4420451, + "pre":4420452, + "post":4420453 + }, + "mob":{ + "par":4420454, + "pre":4420455, + "post":4420456 + }, + "app":{ + "par":4420457, + "pre":4420458, + "post":4420459 + }, + "smart":{ + "pre":4420460, + "post":4420461 + } + } + }, + "sorting":8, + "title":"ZIB & Information", + "updated_at":"2023-12-31T16:59:37+01:00", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596302" + }, + "profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/profiles" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episodes" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/advertising\/tags" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/a6885e2f8ea6f778dcac9af57dfea24006218d76.jpeg" + } + } + }, + "tags":[ + + ], + "advertising_tags":[ + + ] + } + }, + "links":[ + { + "id":13913304, + "title":"Streaming-Highlights: Newsletter abonnieren", + "updated_at":"2024-01-03T12:42:39+01:00", + "url":"https:\/\/tvthek-newsletter.orf.at\/", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/link\/13913304" + } + } + } + ], + "tags":[ + + ], + "advertising_tags":[ + + ], + "audio_description_profile":null, + "oegs_profile":null + } + } + } + } + } + }, + { + "adition_advertising_query_string":"stype:vod,scat:zib-information,scatid:2703825,spro:zib-1300,sproid:71280,episodeid:14218665,duration:80452,advertisingtags:", + "advertising_mapping":{ + "live":{ + "web":{ + "sb":4423852, + "tbar":4423851, + "pre":4423862, + "post":4423861 + }, + "mob":{ + "par":4423850, + "pre":4423858, + "post":4423857 + }, + "app":{ + "par":4423849, + "pre":4423856, + "post":4423855 + }, + "smart":{ + "pre":4423860, + "post":4423859, + "lane":4423853, + "bar":4423854 + } + }, + "vod":{ + "web":{ + "sb":4423852, + "tbar":4423851, + "pre":4423862, + "post":4423861 + }, + "mob":{ + "par":4423850, + "pre":4423858, + "post":4423857 + }, + "app":{ + "par":4423849, + "pre":4423856, + "post":4423855 + }, + "smart":{ + "pre":4423860, + "post":4423859, + "lane":4423853, + "bar":4423854 + } + } + }, + "advertising_query_string":"stype=vod&scat=zib-information&scatid=2703825&spro=zib-1300&sproid=71280&episodeid=14218665&duration=80452&advertisingtags=", + "blackfades":[ + + ], + "episode_date":"2024-03-20T13:00:00+01:00", + "date_as_string":"Mi, 20.3.2024", + "vod_ressort":null, + "description":"Der EU-weite j\u00e4hrliche Abwasseranalyse zeigt, dass die beliebtesten Drogen in \u00d6sterreich weiterhin Alkohol und Zigaretten sind. Bei den illegalen Substanzen liegen Cannabis und Kokain vorne.", + "drm_token":null, + "duration_as_string":"01:20 Min.", + "duration_seconds":80, + "enabled":true, + "encrypted_id":"ODc4M2hqZDcyOTNrbWQxNTYwMjczMg==", + "episode_id":14218665, + "exact_duration":80452, + "genre_id":2703825, + "genre_title":"ZIB & Information", + "right":"worldwide", + "focus":false, + "show_countdown":true, + "has_thumbnail":true, + "headline":"Alkohol und Zigaretten bleiben beliebteste Drogen", + "id":15602732, + "is_archive":false, + "is_drm_protected":false, + "jump_mark":false, + "jump_marks":[ + { + "start_time":"00:00:21.200", + "end_time":"00:01:20.452" + } + ], + "killdate_extern":"2024-04-19T13:00:00+02:00", + "killdate":"2024-04-19T13:00:00+02:00", + "livedate":"2024-03-20T13:00:00+01:00", + "livedate_extern":"2024-03-20T13:00:00+01:00", + "SSA":{ + "cliptype":"Sendung", + "videoid":15602732, + "videopartid":"13_16", + "videocategory":"ZIB-Information", + "videotitle":"ZIB-1300-vom-20-03-2024_Alkohol-und-Zigaretten-bleiben-beliebteste-Drogen", + "videoduration":80, + "episodeduration":1177, + "episodeid":14218665, + "airdate":"2024-03-20T13:00:00+01:00", + "clipreleasetime":"2024-03-20T13:30:02+01:00", + "programname":"ZIB-1300", + "channel":"orf2" + }, + "disable_display_ads_orf_platforms":false, + "disable_instream_ads_orf_platforms":false, + "position":12, + "episodes_reference":"", + "share_body":"https:\/\/tvthek.orf.at\/profile\/ZIB-1300\/71280\/ZIB-1300-vom-20-03-2024\/14218665\/Alkohol-und-Zigaretten-bleiben-beliebteste-Drogen\/15602732", + "share_subject":"Alkohol und Zigaretten bleiben beliebteste Drogen - ZIB 13:00 vom 20.03.2024 vom 20.03.2024 um 13:00 Uhr", + "show_display_ads":true, + "show_instream_ads":false, + "sources":{ + "hls":[ + { + "is_uhd":false, + "quality_key":"QXA", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Alkohol-und-Zig__14218665__o__1186331736__s15602732_2__ORF2HD_13161208P_13173220P_QXA.mp4\/playlist.m3u8", + "is_adaptive_stream":true, + "is_drm_protected":false + }, + { + "is_uhd":false, + "quality_key":"QXB", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Alkohol-und-Zig__14218665__o__1186331736__s15602732_2__ORF2HD_13161208P_13173220P_QXB.mp4\/playlist.m3u8", + "is_adaptive_stream":true, + "is_drm_protected":false + } + ], + "dash":[ + { + "is_uhd":false, + "quality_key":"QXA", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Alkohol-und-Zig__14218665__o__1186331736__s15602732_2__ORF2HD_13161208P_13173220P_QXA.mp4\/manifest.mpd", + "is_adaptive_stream":true, + "is_drm_protected":false + }, + { + "is_uhd":false, + "quality_key":"QXB", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Alkohol-und-Zig__14218665__o__1186331736__s15602732_2__ORF2HD_13161208P_13173220P_QXB.mp4\/manifest.mpd", + "is_adaptive_stream":true, + "is_drm_protected":false + } + ] + }, + "state":"distributed", + "sub_headline":"ZIB 13:00", + "teaser_text":null, + "teaser_title":null, + "thumbnail_activated":true, + "thumbnail_distributed":true, + "thumbnail_folder":"cms-preview-clips", + "thumbnail_sources":{ + "hls":[ + { + "quality_key":"Q6A", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Alkohol-und-Zig__14218665__o__1186331736__s15602732_2__ORF2HD_13161208P_13173220P_clip_Q6A.mp4\/playlist.m3u8" + }, + { + "quality_key":"Q8C", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Alkohol-und-Zig__14218665__o__1186331736__s15602732_2__ORF2HD_13161208P_13173220P_clip_Q8C.mp4\/playlist.m3u8" + } + ], + "dash":[ + { + "quality_key":"Q6A", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Alkohol-und-Zig__14218665__o__1186331736__s15602732_2__ORF2HD_13161208P_13173220P_clip_Q6A.mp4\/manifest.mpd" + }, + { + "quality_key":"Q8C", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Alkohol-und-Zig__14218665__o__1186331736__s15602732_2__ORF2HD_13161208P_13173220P_clip_Q8C.mp4\/manifest.mpd" + } + ] + }, + "sprite_sources":[ + + ], + "title":"Alkohol und Zigaretten bleiben beliebteste Drogen", + "updated_at":"2024-03-20T14:22:12+01:00", + "videobumper":{ + "prevideobumper":{ + "active":false, + "sources":{ + "hls":[ + + ], + "progressive_download":[ + + ] + } + }, + "postvideobumper":{ + "active":false, + "sources":{ + "hls":[ + + ], + "progressive_download":[ + + ] + } + } + }, + "video_file_name":"2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Alkohol-und-Zig__14218665__o__1186331736__s15602732_2__ORF2HD_13161208P_13173220P", + "video_stream_url":null, + "video_type":"segment", + "voez":true, + "voez_ads_allowed":true, + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15602732" + }, + "episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14218665" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17055567" + }, + "image16x9_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17055567" + }, + "image2x3_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "image2x3":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "links":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15602732\/links" + }, + "subtitle":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/subtitle\/916764" + }, + "playlist":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15602732\/playlist" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15602732\/tags" + }, + "profile":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055567_segments_highlight_teaser.jpg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055567_segments_player.jpg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055567_segments_list.jpg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055567_segments_small.jpg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/50f200ba8da540db52d8eff94d9477f2c75a7445.jpg" + } + } + }, + "image16x9_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055567_segments_highlight_teaser.jpg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055567_segments_player.jpg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055567_segments_list.jpg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055567_segments_small.jpg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/50f200ba8da540db52d8eff94d9477f2c75a7445.jpg" + } + } + }, + "image2x3_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "image2x3":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "links":[ + + ], + "subtitle":{ + "id":916764, + "parsed_at":null, + "sami_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/2a74ebc04549902a616e46d3aa413c5b120a24fd.smi", + "srt_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/d0f431b49f783169564815795209867b4b3f7424.srt", + "stl_url":null, + "ttml_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/b1fa8b6f2f2f06dc48f16ecfe9cd61b869f49ee2.ttml", + "updated_at":"2024-03-20T14:24:31+01:00", + "vtt_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/a1d3d8e37a60b85dcbe75a44cb941e2b875185bd.vtt", + "xml_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/91686f30aa12a0b529e38e70d8634a58c7138341.xml", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/subtitle\/916764" + }, + "xml_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058593" + }, + "srt_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058594" + }, + "vtt_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058595" + }, + "sami_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058597" + }, + "ttml_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058596" + } + }, + "_embedded":{ + "xml_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/91686f30aa12a0b529e38e70d8634a58c7138341.xml" + } + } + }, + "stl_file":null, + "srt_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/d0f431b49f783169564815795209867b4b3f7424.srt" + } + } + }, + "vtt_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/a1d3d8e37a60b85dcbe75a44cb941e2b875185bd.vtt" + } + } + }, + "sami_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/2a74ebc04549902a616e46d3aa413c5b120a24fd.smi" + } + } + }, + "ttml_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/b1fa8b6f2f2f06dc48f16ecfe9cd61b869f49ee2.ttml" + } + } + } + } + }, + "playlist":{ + "id":15602732, + "episode_id":14218665, + "title_prefix":"", + "title_separator":"|", + "title":"Alkohol und Zigaretten bleiben beliebteste Drogen", + "description":"Der EU-weite j\u00e4hrliche Abwasseranalyse zeigt, dass die beliebtesten Drogen in \u00d6sterreich weiterhin Alkohol und Zigaretten sind. Bei den illegalen Substanzen liegen Cannabis und Kokain vorne.", + "duration":80452, + "preview_image_url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055567_segments_player.jpg", + "sources":[ + { + "quality":"Q1A", + "quality_string":"Niedrig", + "src":"rtmp:\/\/apasfw.apa.at\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Alkohol-und-Zig__14218665__o__1186331736__s15602732_2__ORF2HD_13161208P_13173220P_Q1A.3gp", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtmp" + }, + { + "quality":"Q4A", + "quality_string":"Mittel", + "src":"rtmp:\/\/apasfw.apa.at\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Alkohol-und-Zig__14218665__o__1186331736__s15602732_2__ORF2HD_13161208P_13173220P_Q4A.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtmp" + }, + { + "quality":"Q6A", + "quality_string":"Hoch", + "src":"rtmp:\/\/apasfw.apa.at\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Alkohol-und-Zig__14218665__o__1186331736__s15602732_2__ORF2HD_13161208P_13173220P_Q6A.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtmp" + }, + { + "quality":"Q8C", + "quality_string":"Sehr hoch", + "src":"rtmp:\/\/apasfw.apa.at\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Alkohol-und-Zig__14218665__o__1186331736__s15602732_2__ORF2HD_13161208P_13173220P_Q8C.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtmp" + }, + { + "quality":"Q1A", + "quality_string":"Niedrig", + "src":"rtsp:\/\/apasfw.apa.at:1935\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Alkohol-und-Zig__14218665__o__1186331736__s15602732_2__ORF2HD_13161208P_13173220P_Q1A.3gp", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtsp" + }, + { + "quality":"SMIL", + "quality_string":"Hoch", + "src":"rtsp:\/\/apasfw.apa.at:1935\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Alkohol-und-Zig__14218665__o__1186331736__s15602732_2__ORF2HD_13161208P_13173220P_Q6A.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtsp" + }, + { + "quality":"Q4A", + "quality_string":"Mittel", + "src":"rtsp:\/\/apasfw.apa.at:1935\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Alkohol-und-Zig__14218665__o__1186331736__s15602732_2__ORF2HD_13161208P_13173220P_Q4A.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtsp" + }, + { + "quality":"Q8C", + "quality_string":"Sehr hoch", + "src":"rtsp:\/\/apasfw.apa.at:1935\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Alkohol-und-Zig__14218665__o__1186331736__s15602732_2__ORF2HD_13161208P_13173220P_Q8C.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtsp" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Alkohol-und-Zig__14218665__o__1186331736__s15602732_2__ORF2HD_13161208P_13173220P_Q0A.3gp\/playlist.m3u8", + "is_uhd":false, + "quality":"Q0A", + "quality_string":"Sehr niedrig", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Alkohol-und-Zig__14218665__o__1186331736__s15602732_2__ORF2HD_13161208P_13173220P_Q1A.3gp\/playlist.m3u8", + "is_uhd":false, + "quality":"Q1A", + "quality_string":"Niedrig", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Alkohol-und-Zig__14218665__o__1186331736__s15602732_2__ORF2HD_13161208P_13173220P_Q4A.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"Q4A", + "quality_string":"Mittel", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Alkohol-und-Zig__14218665__o__1186331736__s15602732_2__ORF2HD_13161208P_13173220P_Q6A.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"Q6A", + "quality_string":"Hoch", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Alkohol-und-Zig__14218665__o__1186331736__s15602732_2__ORF2HD_13161208P_13173220P_Q8C.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"Q8C", + "quality_string":"Sehr hoch", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Alkohol-und-Zig__14218665__o__1186331736__s15602732_2__ORF2HD_13161208P_13173220P_QXA.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"QXA", + "quality_string":"Adaptiv", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Alkohol-und-Zig__14218665__o__1186331736__s15602732_2__ORF2HD_13161208P_13173220P_QXB.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"QXB", + "quality_string":"Adaptiv", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "quality":"Q1A", + "quality_string":"Niedrig", + "src":"https:\/\/apasfpd.sf.apa.at\/cms-worldwide\/online\/244c8ffac29ac31768bca1f4e4dd5269\/1711321200\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Alkohol-und-Zig__14218665__o__1186331736__s15602732_2__ORF2HD_13161208P_13173220P_Q1A.3gp", + "type":"video\/mp4", + "delivery":"progressive", + "protocol":"http" + }, + { + "quality":"Q4A", + "quality_string":"Mittel", + "src":"https:\/\/apasfpd.sf.apa.at\/cms-worldwide\/online\/8630cdc9787aa5282572fbb0e7b43b77\/1711321200\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Alkohol-und-Zig__14218665__o__1186331736__s15602732_2__ORF2HD_13161208P_13173220P_Q4A.mp4", + "type":"video\/mp4", + "delivery":"progressive", + "protocol":"http" + }, + { + "quality":"Q6A", + "quality_string":"Hoch", + "src":"https:\/\/apasfpd.sf.apa.at\/cms-worldwide\/online\/04d4d3b31a8fb3fec971746a0e6862ce\/1711321200\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Alkohol-und-Zig__14218665__o__1186331736__s15602732_2__ORF2HD_13161208P_13173220P_Q6A.mp4", + "type":"video\/mp4", + "delivery":"progressive", + "protocol":"http" + }, + { + "quality":"Q8C", + "quality_string":"Sehr hoch", + "src":"https:\/\/apasfpd.sf.apa.at\/cms-worldwide\/online\/3c4644be3c01354d90d49650198091bb\/1711321200\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Alkohol-und-Zig__14218665__o__1186331736__s15602732_2__ORF2HD_13161208P_13173220P_Q8C.mp4", + "type":"video\/mp4", + "delivery":"progressive", + "protocol":"http" + } + ], + "position":12, + "last_segment":false, + "subtitles":[ + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/91686f30aa12a0b529e38e70d8634a58c7138341.xml", + "type":"xml", + "lang":"de-AT" + }, + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/d0f431b49f783169564815795209867b4b3f7424.srt", + "type":"srt", + "lang":"de-AT" + }, + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/a1d3d8e37a60b85dcbe75a44cb941e2b875185bd.vtt", + "type":"vtt", + "lang":"de-AT" + }, + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/2a74ebc04549902a616e46d3aa413c5b120a24fd.smi", + "type":"sami", + "lang":"de-AT" + }, + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/b1fa8b6f2f2f06dc48f16ecfe9cd61b869f49ee2.ttml", + "type":"ttml", + "lang":"de-AT" + } + ], + "right":"worldwide", + "is_enabled":true, + "has_active_youthprotection":false, + "pre_bumper":{ + "active":false, + "sources":[ + + ] + }, + "post_bumper":{ + "active":false, + "sources":[ + + ] + }, + "hash":"f106c90ceba8b3b4292029dbdc6d6a8b" + }, + "tags":[ + + ], + "profile":{ + "audio_description":false, + "break_text":null, + "break_title":null, + "dataset_name":"", + "dds_identifier":"", + "description":"Der Nachrichten\u00fcberblick um 13.00 Uhr", + "has_active_youth_protection":false, + "has_youth_protection":false, + "headline":"ZIB 13:00", + "hide_in_letter_group":false, + "id":71280, + "letter_group":"Z", + "livestream_sub_headline":null, + "oegs":false, + "oewa_base_path":"Redcont\/Nachrichten\/Nachrichtenueberblick", + "profile_website":null, + "secondary_genres":[ + + ], + "sub_headline":null, + "title":"ZIB 13:00", + "type":"temporary", + "updated_at":"2024-03-08T11:14:56+01:00", + "youth_protection_type":"limited-20-06", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16094554" + }, + "image16x9_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16094554" + }, + "image2x3_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "image2x3":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "theme":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/theme\/9109687" + }, + "genre":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "links":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/links" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/episodes" + }, + "related_profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/related" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/advertising\/tags" + }, + "oegs_profile":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/c5f6f9dab90eec5160d9b26d90892dd37351db72.jpeg" + } + } + }, + "image16x9_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/c5f6f9dab90eec5160d9b26d90892dd37351db72.jpeg" + } + } + }, + "image2x3_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "image2x3":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "theme":{ + "color":"#1C324C", + "id":9109687, + "name":"ZIB 13:00", + "updated_at":"2016-10-11T00:05:51+02:00", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/theme\/9109687" + }, + "header_image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/838" + }, + "header_background_image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/837" + }, + "background_image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/836" + } + }, + "_embedded":{ + "header_image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "header_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_838_themes_header_image.png" + }, + "header_background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_838_themes_header_background_image.png" + }, + "background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_838_themes_background_image.png" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/375febcc02b958b11e4ad18fc780635bc78ff6f8.png" + } + } + }, + "header_background_image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "header_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_837_themes_header_image.png" + }, + "header_background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_837_themes_header_background_image.png" + }, + "background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_837_themes_background_image.png" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/ff9dc981ae14db44df2bb0084bd7eb15f5debda0.png" + } + } + }, + "background_image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "header_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_836_themes_header_image.png" + }, + "header_background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_836_themes_header_background_image.png" + }, + "background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_836_themes_background_image.png" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/1e3aed2ccb61f2384a4c0144d052d8dd286d7797.png" + } + } + } + } + }, + "genre":{ + "id":2703825, + "advertising_mapping":{ + "live":{ + "web":{ + "sb":4420075, + "tbar":4420076, + "pre":4420077, + "post":4420078 + }, + "mob":{ + "par":4420079, + "pre":4420222, + "post":4420081 + }, + "app":{ + "par":4420082, + "pre":4420083, + "post":4420084 + }, + "smart":{ + "pre":4420085, + "post":4420086 + } + }, + "vod":{ + "web":{ + "sb":4420450, + "tbar":4420451, + "pre":4420452, + "post":4420453 + }, + "mob":{ + "par":4420454, + "pre":4420455, + "post":4420456 + }, + "app":{ + "par":4420457, + "pre":4420458, + "post":4420459 + }, + "smart":{ + "pre":4420460, + "post":4420461 + } + } + }, + "sorting":8, + "title":"ZIB & Information", + "updated_at":"2023-12-31T16:59:37+01:00", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596302" + }, + "profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/profiles" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episodes" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/advertising\/tags" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/a6885e2f8ea6f778dcac9af57dfea24006218d76.jpeg" + } + } + }, + "tags":[ + + ], + "advertising_tags":[ + + ] + } + }, + "links":[ + { + "id":13913304, + "title":"Streaming-Highlights: Newsletter abonnieren", + "updated_at":"2024-01-03T12:42:39+01:00", + "url":"https:\/\/tvthek-newsletter.orf.at\/", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/link\/13913304" + } + } + }, + { + "id":6552, + "title":"Mehr zur ZIB in tv.ORF.at", + "updated_at":"2015-01-19T10:26:37+01:00", + "url":"http:\/\/tv.orf.at\/zeitimbild\/", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/link\/6552" + } + } + } + ], + "tags":[ + { + "id":15, + "name":"Zeit im Bild", + "updated_at":"2017-02-06T09:22:02+01:00" + } + ], + "advertising_tags":[ + + ], + "audio_description_profile":null, + "oegs_profile":{ + "audio_description":false, + "break_text":null, + "break_title":null, + "dataset_name":null, + "dds_identifier":"", + "description":"Der Nachrichten\u00fcberblick um 13.00 Uhr", + "has_active_youth_protection":false, + "has_youth_protection":false, + "headline":"ZIB 13:00 (\u00d6GS)", + "hide_in_letter_group":false, + "id":13891370, + "letter_group":"Z", + "livestream_sub_headline":null, + "oegs":true, + "oewa_base_path":"Redcont\/Nachrichten\/Nachrichtenueberblick", + "profile_website":null, + "secondary_genres":[ + + ], + "sub_headline":null, + "title":"ZIB 13:00 (\u00d6GS)", + "type":"temporary", + "updated_at":"2024-03-08T11:15:04+01:00", + "youth_protection_type":"limited-20-06", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/14968339" + }, + "image16x9_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/14968339" + }, + "image2x3_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "image2x3":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "genre":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "links":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/links" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/episodes" + }, + "related_profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/related" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/advertising\/tags" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/1975e664b7234ae20b75d2dc304728b09ee8637e.jpeg" + } + } + }, + "image16x9_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/1975e664b7234ae20b75d2dc304728b09ee8637e.jpeg" + } + } + }, + "image2x3_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "image2x3":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "theme":null, + "genre":{ + "id":2703825, + "advertising_mapping":{ + "live":{ + "web":{ + "sb":4420075, + "tbar":4420076, + "pre":4420077, + "post":4420078 + }, + "mob":{ + "par":4420079, + "pre":4420222, + "post":4420081 + }, + "app":{ + "par":4420082, + "pre":4420083, + "post":4420084 + }, + "smart":{ + "pre":4420085, + "post":4420086 + } + }, + "vod":{ + "web":{ + "sb":4420450, + "tbar":4420451, + "pre":4420452, + "post":4420453 + }, + "mob":{ + "par":4420454, + "pre":4420455, + "post":4420456 + }, + "app":{ + "par":4420457, + "pre":4420458, + "post":4420459 + }, + "smart":{ + "pre":4420460, + "post":4420461 + } + } + }, + "sorting":8, + "title":"ZIB & Information", + "updated_at":"2023-12-31T16:59:37+01:00", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596302" + }, + "profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/profiles" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episodes" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/advertising\/tags" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/a6885e2f8ea6f778dcac9af57dfea24006218d76.jpeg" + } + } + }, + "tags":[ + + ], + "advertising_tags":[ + + ] + } + }, + "links":[ + { + "id":13913304, + "title":"Streaming-Highlights: Newsletter abonnieren", + "updated_at":"2024-01-03T12:42:39+01:00", + "url":"https:\/\/tvthek-newsletter.orf.at\/", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/link\/13913304" + } + } + } + ], + "tags":[ + + ], + "advertising_tags":[ + + ], + "audio_description_profile":null, + "oegs_profile":null + } + } + } + } + } + }, + { + "adition_advertising_query_string":"stype:vod,scat:zib-information,scatid:2703825,spro:zib-1300,sproid:71280,episodeid:14218665,duration:78682,advertisingtags:", + "advertising_mapping":{ + "live":{ + "web":{ + "sb":4423852, + "tbar":4423851, + "pre":4423862, + "post":4423861 + }, + "mob":{ + "par":4423850, + "pre":4423858, + "post":4423857 + }, + "app":{ + "par":4423849, + "pre":4423856, + "post":4423855 + }, + "smart":{ + "pre":4423860, + "post":4423859, + "lane":4423853, + "bar":4423854 + } + }, + "vod":{ + "web":{ + "sb":4423852, + "tbar":4423851, + "pre":4423862, + "post":4423861 + }, + "mob":{ + "par":4423850, + "pre":4423858, + "post":4423857 + }, + "app":{ + "par":4423849, + "pre":4423856, + "post":4423855 + }, + "smart":{ + "pre":4423860, + "post":4423859, + "lane":4423853, + "bar":4423854 + } + } + }, + "advertising_query_string":"stype=vod&scat=zib-information&scatid=2703825&spro=zib-1300&sproid=71280&episodeid=14218665&duration=78682&advertisingtags=", + "blackfades":[ + + ], + "episode_date":"2024-03-20T13:00:00+01:00", + "date_as_string":"Mi, 20.3.2024", + "vod_ressort":null, + "description":"Eine Ausstellung im Wiener Architekturzentrum stellt ab Dienstag den so genannten Overtourism in den Mittelpunkt - die Schattenseite einer Branche, die auf ihrer Sonnenseite aber Wohlstand viele Arbeitspl\u00e4tze gebracht hat.", + "drm_token":null, + "duration_as_string":"01:18 Min.", + "duration_seconds":78, + "enabled":true, + "encrypted_id":"ODc4M2hqZDcyOTNrbWQxNTYwMjY1Ng==", + "episode_id":14218665, + "exact_duration":78682, + "genre_id":2703825, + "genre_title":"ZIB & Information", + "right":"worldwide", + "focus":false, + "show_countdown":true, + "has_thumbnail":true, + "headline":"Schau \u00fcber Overtourism im Architekturzentrum Wien", + "id":15602656, + "is_archive":false, + "is_drm_protected":false, + "jump_mark":false, + "jump_marks":[ + { + "start_time":"00:00:19.501", + "end_time":"00:01:18.682" + } + ], + "killdate_extern":"2024-04-19T13:00:00+02:00", + "killdate":"2024-04-19T13:00:00+02:00", + "livedate":"2024-03-20T13:00:00+01:00", + "livedate_extern":"2024-03-20T13:00:00+01:00", + "SSA":{ + "cliptype":"Sendung", + "videoid":15602656, + "videopartid":"14_16", + "videocategory":"ZIB-Information", + "videotitle":"ZIB-1300-vom-20-03-2024_Schau-ueber-Overtourism-im-Architekturzentrum-Wien", + "videoduration":78, + "episodeduration":1177, + "episodeid":14218665, + "airdate":"2024-03-20T13:00:00+01:00", + "clipreleasetime":"2024-03-20T13:30:02+01:00", + "programname":"ZIB-1300", + "channel":"orf2" + }, + "disable_display_ads_orf_platforms":false, + "disable_instream_ads_orf_platforms":false, + "position":13, + "episodes_reference":"", + "share_body":"https:\/\/tvthek.orf.at\/profile\/ZIB-1300\/71280\/ZIB-1300-vom-20-03-2024\/14218665\/Schau-ueber-Overtourism-im-Architekturzentrum-Wien\/15602656", + "share_subject":"Schau \u00fcber Overtourism im Architekturzentrum Wien - ZIB 13:00 vom 20.03.2024 vom 20.03.2024 um 13:00 Uhr", + "show_display_ads":true, + "show_instream_ads":false, + "sources":{ + "hls":[ + { + "is_uhd":false, + "quality_key":"QXA", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Schau-ueber-Ove__14218665__o__2560660965__s15602656_6__ORF2HD_13173220P_13185112P_QXA.mp4\/playlist.m3u8", + "is_adaptive_stream":true, + "is_drm_protected":false + }, + { + "is_uhd":false, + "quality_key":"QXB", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Schau-ueber-Ove__14218665__o__2560660965__s15602656_6__ORF2HD_13173220P_13185112P_QXB.mp4\/playlist.m3u8", + "is_adaptive_stream":true, + "is_drm_protected":false + } + ], + "dash":[ + { + "is_uhd":false, + "quality_key":"QXA", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Schau-ueber-Ove__14218665__o__2560660965__s15602656_6__ORF2HD_13173220P_13185112P_QXA.mp4\/manifest.mpd", + "is_adaptive_stream":true, + "is_drm_protected":false + }, + { + "is_uhd":false, + "quality_key":"QXB", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Schau-ueber-Ove__14218665__o__2560660965__s15602656_6__ORF2HD_13173220P_13185112P_QXB.mp4\/manifest.mpd", + "is_adaptive_stream":true, + "is_drm_protected":false + } + ] + }, + "state":"distributed", + "sub_headline":"ZIB 13:00", + "teaser_text":null, + "teaser_title":null, + "thumbnail_activated":true, + "thumbnail_distributed":true, + "thumbnail_folder":"cms-preview-clips", + "thumbnail_sources":{ + "hls":[ + { + "quality_key":"Q6A", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Schau-ueber-Ove__14218665__o__2560660965__s15602656_6__ORF2HD_13173220P_13185112P_clip_Q6A.mp4\/playlist.m3u8" + }, + { + "quality_key":"Q8C", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Schau-ueber-Ove__14218665__o__2560660965__s15602656_6__ORF2HD_13173220P_13185112P_clip_Q8C.mp4\/playlist.m3u8" + } + ], + "dash":[ + { + "quality_key":"Q6A", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Schau-ueber-Ove__14218665__o__2560660965__s15602656_6__ORF2HD_13173220P_13185112P_clip_Q6A.mp4\/manifest.mpd" + }, + { + "quality_key":"Q8C", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Schau-ueber-Ove__14218665__o__2560660965__s15602656_6__ORF2HD_13173220P_13185112P_clip_Q8C.mp4\/manifest.mpd" + } + ] + }, + "sprite_sources":[ + + ], + "title":"Schau \u00fcber Overtourism im Architekturzentrum Wien", + "updated_at":"2024-03-20T14:22:12+01:00", + "videobumper":{ + "prevideobumper":{ + "active":false, + "sources":{ + "hls":[ + + ], + "progressive_download":[ + + ] + } + }, + "postvideobumper":{ + "active":false, + "sources":{ + "hls":[ + + ], + "progressive_download":[ + + ] + } + } + }, + "video_file_name":"2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Schau-ueber-Ove__14218665__o__2560660965__s15602656_6__ORF2HD_13173220P_13185112P", + "video_stream_url":null, + "video_type":"segment", + "voez":true, + "voez_ads_allowed":true, + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15602656" + }, + "episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14218665" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17055568" + }, + "image16x9_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17055568" + }, + "image2x3_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "image2x3":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "links":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15602656\/links" + }, + "subtitle":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/subtitle\/916765" + }, + "playlist":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15602656\/playlist" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15602656\/tags" + }, + "profile":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055568_segments_highlight_teaser.jpg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055568_segments_player.jpg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055568_segments_list.jpg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055568_segments_small.jpg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/9cdead020865af7795cc46d88066ee4326733730.jpg" + } + } + }, + "image16x9_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055568_segments_highlight_teaser.jpg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055568_segments_player.jpg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055568_segments_list.jpg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055568_segments_small.jpg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/9cdead020865af7795cc46d88066ee4326733730.jpg" + } + } + }, + "image2x3_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "image2x3":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "links":[ + + ], + "subtitle":{ + "id":916765, + "parsed_at":null, + "sami_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/5e9891d42c64e26dccb438e68f8859db73505913.smi", + "srt_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/3d567bfc645827dbdfc0e6ad29b62b347f4b18f1.srt", + "stl_url":null, + "ttml_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/9e5b7953edcb3ba19460b547d5aa5d4d606ff545.ttml", + "updated_at":"2024-03-20T14:24:31+01:00", + "vtt_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/07de092555700fb02afb073e1d36f60e68f43e7a.vtt", + "xml_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/c7769bfe6658ade8ec77d813c86951004687bee0.xml", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/subtitle\/916765" + }, + "xml_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058598" + }, + "srt_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058599" + }, + "vtt_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058600" + }, + "sami_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058602" + }, + "ttml_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058601" + } + }, + "_embedded":{ + "xml_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/c7769bfe6658ade8ec77d813c86951004687bee0.xml" + } + } + }, + "stl_file":null, + "srt_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/3d567bfc645827dbdfc0e6ad29b62b347f4b18f1.srt" + } + } + }, + "vtt_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/07de092555700fb02afb073e1d36f60e68f43e7a.vtt" + } + } + }, + "sami_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/5e9891d42c64e26dccb438e68f8859db73505913.smi" + } + } + }, + "ttml_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/9e5b7953edcb3ba19460b547d5aa5d4d606ff545.ttml" + } + } + } + } + }, + "playlist":{ + "id":15602656, + "episode_id":14218665, + "title_prefix":"", + "title_separator":"|", + "title":"Schau \u00fcber Overtourism im Architekturzentrum Wien", + "description":"Eine Ausstellung im Wiener Architekturzentrum stellt ab Dienstag den so genannten Overtourism in den Mittelpunkt - die Schattenseite einer Branche, die auf ihrer Sonnenseite aber Wohlstand viele Arbeitspl\u00e4tze gebracht hat.", + "duration":78682, + "preview_image_url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055568_segments_player.jpg", + "sources":[ + { + "quality":"Q1A", + "quality_string":"Niedrig", + "src":"rtmp:\/\/apasfw.apa.at\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Schau-ueber-Ove__14218665__o__2560660965__s15602656_6__ORF2HD_13173220P_13185112P_Q1A.3gp", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtmp" + }, + { + "quality":"Q4A", + "quality_string":"Mittel", + "src":"rtmp:\/\/apasfw.apa.at\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Schau-ueber-Ove__14218665__o__2560660965__s15602656_6__ORF2HD_13173220P_13185112P_Q4A.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtmp" + }, + { + "quality":"Q6A", + "quality_string":"Hoch", + "src":"rtmp:\/\/apasfw.apa.at\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Schau-ueber-Ove__14218665__o__2560660965__s15602656_6__ORF2HD_13173220P_13185112P_Q6A.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtmp" + }, + { + "quality":"Q8C", + "quality_string":"Sehr hoch", + "src":"rtmp:\/\/apasfw.apa.at\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Schau-ueber-Ove__14218665__o__2560660965__s15602656_6__ORF2HD_13173220P_13185112P_Q8C.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtmp" + }, + { + "quality":"Q1A", + "quality_string":"Niedrig", + "src":"rtsp:\/\/apasfw.apa.at:1935\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Schau-ueber-Ove__14218665__o__2560660965__s15602656_6__ORF2HD_13173220P_13185112P_Q1A.3gp", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtsp" + }, + { + "quality":"SMIL", + "quality_string":"Hoch", + "src":"rtsp:\/\/apasfw.apa.at:1935\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Schau-ueber-Ove__14218665__o__2560660965__s15602656_6__ORF2HD_13173220P_13185112P_Q6A.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtsp" + }, + { + "quality":"Q4A", + "quality_string":"Mittel", + "src":"rtsp:\/\/apasfw.apa.at:1935\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Schau-ueber-Ove__14218665__o__2560660965__s15602656_6__ORF2HD_13173220P_13185112P_Q4A.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtsp" + }, + { + "quality":"Q8C", + "quality_string":"Sehr hoch", + "src":"rtsp:\/\/apasfw.apa.at:1935\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Schau-ueber-Ove__14218665__o__2560660965__s15602656_6__ORF2HD_13173220P_13185112P_Q8C.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtsp" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Schau-ueber-Ove__14218665__o__2560660965__s15602656_6__ORF2HD_13173220P_13185112P_Q0A.3gp\/playlist.m3u8", + "is_uhd":false, + "quality":"Q0A", + "quality_string":"Sehr niedrig", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Schau-ueber-Ove__14218665__o__2560660965__s15602656_6__ORF2HD_13173220P_13185112P_Q1A.3gp\/playlist.m3u8", + "is_uhd":false, + "quality":"Q1A", + "quality_string":"Niedrig", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Schau-ueber-Ove__14218665__o__2560660965__s15602656_6__ORF2HD_13173220P_13185112P_Q4A.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"Q4A", + "quality_string":"Mittel", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Schau-ueber-Ove__14218665__o__2560660965__s15602656_6__ORF2HD_13173220P_13185112P_Q6A.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"Q6A", + "quality_string":"Hoch", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Schau-ueber-Ove__14218665__o__2560660965__s15602656_6__ORF2HD_13173220P_13185112P_Q8C.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"Q8C", + "quality_string":"Sehr hoch", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Schau-ueber-Ove__14218665__o__2560660965__s15602656_6__ORF2HD_13173220P_13185112P_QXA.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"QXA", + "quality_string":"Adaptiv", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Schau-ueber-Ove__14218665__o__2560660965__s15602656_6__ORF2HD_13173220P_13185112P_QXB.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"QXB", + "quality_string":"Adaptiv", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "quality":"Q1A", + "quality_string":"Niedrig", + "src":"https:\/\/apasfpd.sf.apa.at\/cms-worldwide\/online\/f27e864871d9c5e8fd1ff7ce190835a1\/1711321200\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Schau-ueber-Ove__14218665__o__2560660965__s15602656_6__ORF2HD_13173220P_13185112P_Q1A.3gp", + "type":"video\/mp4", + "delivery":"progressive", + "protocol":"http" + }, + { + "quality":"Q4A", + "quality_string":"Mittel", + "src":"https:\/\/apasfpd.sf.apa.at\/cms-worldwide\/online\/ed1b6dfd95889099199a8f18cf04f5ee\/1711321200\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Schau-ueber-Ove__14218665__o__2560660965__s15602656_6__ORF2HD_13173220P_13185112P_Q4A.mp4", + "type":"video\/mp4", + "delivery":"progressive", + "protocol":"http" + }, + { + "quality":"Q6A", + "quality_string":"Hoch", + "src":"https:\/\/apasfpd.sf.apa.at\/cms-worldwide\/online\/362cf564354bc85431d304cfd0af4af0\/1711321200\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Schau-ueber-Ove__14218665__o__2560660965__s15602656_6__ORF2HD_13173220P_13185112P_Q6A.mp4", + "type":"video\/mp4", + "delivery":"progressive", + "protocol":"http" + }, + { + "quality":"Q8C", + "quality_string":"Sehr hoch", + "src":"https:\/\/apasfpd.sf.apa.at\/cms-worldwide\/online\/fcf21fef8883785edef7a7afb0574c83\/1711321200\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Schau-ueber-Ove__14218665__o__2560660965__s15602656_6__ORF2HD_13173220P_13185112P_Q8C.mp4", + "type":"video\/mp4", + "delivery":"progressive", + "protocol":"http" + } + ], + "position":13, + "last_segment":false, + "subtitles":[ + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/c7769bfe6658ade8ec77d813c86951004687bee0.xml", + "type":"xml", + "lang":"de-AT" + }, + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/3d567bfc645827dbdfc0e6ad29b62b347f4b18f1.srt", + "type":"srt", + "lang":"de-AT" + }, + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/07de092555700fb02afb073e1d36f60e68f43e7a.vtt", + "type":"vtt", + "lang":"de-AT" + }, + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/5e9891d42c64e26dccb438e68f8859db73505913.smi", + "type":"sami", + "lang":"de-AT" + }, + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/9e5b7953edcb3ba19460b547d5aa5d4d606ff545.ttml", + "type":"ttml", + "lang":"de-AT" + } + ], + "right":"worldwide", + "is_enabled":true, + "has_active_youthprotection":false, + "pre_bumper":{ + "active":false, + "sources":[ + + ] + }, + "post_bumper":{ + "active":false, + "sources":[ + + ] + }, + "hash":"a61a219ab3a0ab367fdff7e005242b69" + }, + "tags":[ + + ], + "profile":{ + "audio_description":false, + "break_text":null, + "break_title":null, + "dataset_name":"", + "dds_identifier":"", + "description":"Der Nachrichten\u00fcberblick um 13.00 Uhr", + "has_active_youth_protection":false, + "has_youth_protection":false, + "headline":"ZIB 13:00", + "hide_in_letter_group":false, + "id":71280, + "letter_group":"Z", + "livestream_sub_headline":null, + "oegs":false, + "oewa_base_path":"Redcont\/Nachrichten\/Nachrichtenueberblick", + "profile_website":null, + "secondary_genres":[ + + ], + "sub_headline":null, + "title":"ZIB 13:00", + "type":"temporary", + "updated_at":"2024-03-08T11:14:56+01:00", + "youth_protection_type":"limited-20-06", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16094554" + }, + "image16x9_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16094554" + }, + "image2x3_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "image2x3":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "theme":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/theme\/9109687" + }, + "genre":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "links":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/links" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/episodes" + }, + "related_profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/related" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/advertising\/tags" + }, + "oegs_profile":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/c5f6f9dab90eec5160d9b26d90892dd37351db72.jpeg" + } + } + }, + "image16x9_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/c5f6f9dab90eec5160d9b26d90892dd37351db72.jpeg" + } + } + }, + "image2x3_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "image2x3":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "theme":{ + "color":"#1C324C", + "id":9109687, + "name":"ZIB 13:00", + "updated_at":"2016-10-11T00:05:51+02:00", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/theme\/9109687" + }, + "header_image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/838" + }, + "header_background_image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/837" + }, + "background_image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/836" + } + }, + "_embedded":{ + "header_image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "header_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_838_themes_header_image.png" + }, + "header_background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_838_themes_header_background_image.png" + }, + "background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_838_themes_background_image.png" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/375febcc02b958b11e4ad18fc780635bc78ff6f8.png" + } + } + }, + "header_background_image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "header_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_837_themes_header_image.png" + }, + "header_background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_837_themes_header_background_image.png" + }, + "background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_837_themes_background_image.png" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/ff9dc981ae14db44df2bb0084bd7eb15f5debda0.png" + } + } + }, + "background_image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "header_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_836_themes_header_image.png" + }, + "header_background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_836_themes_header_background_image.png" + }, + "background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_836_themes_background_image.png" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/1e3aed2ccb61f2384a4c0144d052d8dd286d7797.png" + } + } + } + } + }, + "genre":{ + "id":2703825, + "advertising_mapping":{ + "live":{ + "web":{ + "sb":4420075, + "tbar":4420076, + "pre":4420077, + "post":4420078 + }, + "mob":{ + "par":4420079, + "pre":4420222, + "post":4420081 + }, + "app":{ + "par":4420082, + "pre":4420083, + "post":4420084 + }, + "smart":{ + "pre":4420085, + "post":4420086 + } + }, + "vod":{ + "web":{ + "sb":4420450, + "tbar":4420451, + "pre":4420452, + "post":4420453 + }, + "mob":{ + "par":4420454, + "pre":4420455, + "post":4420456 + }, + "app":{ + "par":4420457, + "pre":4420458, + "post":4420459 + }, + "smart":{ + "pre":4420460, + "post":4420461 + } + } + }, + "sorting":8, + "title":"ZIB & Information", + "updated_at":"2023-12-31T16:59:37+01:00", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596302" + }, + "profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/profiles" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episodes" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/advertising\/tags" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/a6885e2f8ea6f778dcac9af57dfea24006218d76.jpeg" + } + } + }, + "tags":[ + + ], + "advertising_tags":[ + + ] + } + }, + "links":[ + { + "id":13913304, + "title":"Streaming-Highlights: Newsletter abonnieren", + "updated_at":"2024-01-03T12:42:39+01:00", + "url":"https:\/\/tvthek-newsletter.orf.at\/", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/link\/13913304" + } + } + }, + { + "id":6552, + "title":"Mehr zur ZIB in tv.ORF.at", + "updated_at":"2015-01-19T10:26:37+01:00", + "url":"http:\/\/tv.orf.at\/zeitimbild\/", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/link\/6552" + } + } + } + ], + "tags":[ + { + "id":15, + "name":"Zeit im Bild", + "updated_at":"2017-02-06T09:22:02+01:00" + } + ], + "advertising_tags":[ + + ], + "audio_description_profile":null, + "oegs_profile":{ + "audio_description":false, + "break_text":null, + "break_title":null, + "dataset_name":null, + "dds_identifier":"", + "description":"Der Nachrichten\u00fcberblick um 13.00 Uhr", + "has_active_youth_protection":false, + "has_youth_protection":false, + "headline":"ZIB 13:00 (\u00d6GS)", + "hide_in_letter_group":false, + "id":13891370, + "letter_group":"Z", + "livestream_sub_headline":null, + "oegs":true, + "oewa_base_path":"Redcont\/Nachrichten\/Nachrichtenueberblick", + "profile_website":null, + "secondary_genres":[ + + ], + "sub_headline":null, + "title":"ZIB 13:00 (\u00d6GS)", + "type":"temporary", + "updated_at":"2024-03-08T11:15:04+01:00", + "youth_protection_type":"limited-20-06", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/14968339" + }, + "image16x9_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/14968339" + }, + "image2x3_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "image2x3":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "genre":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "links":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/links" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/episodes" + }, + "related_profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/related" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/advertising\/tags" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/1975e664b7234ae20b75d2dc304728b09ee8637e.jpeg" + } + } + }, + "image16x9_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/1975e664b7234ae20b75d2dc304728b09ee8637e.jpeg" + } + } + }, + "image2x3_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "image2x3":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "theme":null, + "genre":{ + "id":2703825, + "advertising_mapping":{ + "live":{ + "web":{ + "sb":4420075, + "tbar":4420076, + "pre":4420077, + "post":4420078 + }, + "mob":{ + "par":4420079, + "pre":4420222, + "post":4420081 + }, + "app":{ + "par":4420082, + "pre":4420083, + "post":4420084 + }, + "smart":{ + "pre":4420085, + "post":4420086 + } + }, + "vod":{ + "web":{ + "sb":4420450, + "tbar":4420451, + "pre":4420452, + "post":4420453 + }, + "mob":{ + "par":4420454, + "pre":4420455, + "post":4420456 + }, + "app":{ + "par":4420457, + "pre":4420458, + "post":4420459 + }, + "smart":{ + "pre":4420460, + "post":4420461 + } + } + }, + "sorting":8, + "title":"ZIB & Information", + "updated_at":"2023-12-31T16:59:37+01:00", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596302" + }, + "profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/profiles" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episodes" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/advertising\/tags" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/a6885e2f8ea6f778dcac9af57dfea24006218d76.jpeg" + } + } + }, + "tags":[ + + ], + "advertising_tags":[ + + ] + } + }, + "links":[ + { + "id":13913304, + "title":"Streaming-Highlights: Newsletter abonnieren", + "updated_at":"2024-01-03T12:42:39+01:00", + "url":"https:\/\/tvthek-newsletter.orf.at\/", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/link\/13913304" + } + } + } + ], + "tags":[ + + ], + "advertising_tags":[ + + ], + "audio_description_profile":null, + "oegs_profile":null + } + } + } + } + } + }, + { + "adition_advertising_query_string":"stype:vod,scat:zib-information,scatid:2703825,spro:zib-1300,sproid:71280,episodeid:14218665,duration:34723,advertisingtags:", + "advertising_mapping":{ + "live":{ + "web":{ + "sb":4423852, + "tbar":4423851, + "pre":4423862, + "post":4423861 + }, + "mob":{ + "par":4423850, + "pre":4423858, + "post":4423857 + }, + "app":{ + "par":4423849, + "pre":4423856, + "post":4423855 + }, + "smart":{ + "pre":4423860, + "post":4423859, + "lane":4423853, + "bar":4423854 + } + }, + "vod":{ + "web":{ + "sb":4423852, + "tbar":4423851, + "pre":4423862, + "post":4423861 + }, + "mob":{ + "par":4423850, + "pre":4423858, + "post":4423857 + }, + "app":{ + "par":4423849, + "pre":4423856, + "post":4423855 + }, + "smart":{ + "pre":4423860, + "post":4423859, + "lane":4423853, + "bar":4423854 + } + } + }, + "advertising_query_string":"stype=vod&scat=zib-information&scatid=2703825&spro=zib-1300&sproid=71280&episodeid=14218665&duration=34723&advertisingtags=", + "blackfades":[ + + ], + "episode_date":"2024-03-20T13:00:00+01:00", + "date_as_string":"Mi, 20.3.2024", + "vod_ressort":null, + "description":"Ein Hinweis auf die Sendung \"Aktuell nach eins\".", + "drm_token":null, + "duration_as_string":"00:34 Sek.", + "duration_seconds":34, + "enabled":true, + "encrypted_id":"ODc4M2hqZDcyOTNrbWQxNTYwMjY1Nw==", + "episode_id":14218665, + "exact_duration":34723, + "genre_id":2703825, + "genre_title":"ZIB & Information", + "right":"worldwide", + "focus":false, + "show_countdown":true, + "has_thumbnail":true, + "headline":"Hinweis auf \"Aktuell nach eins\"", + "id":15602657, + "is_archive":false, + "is_drm_protected":false, + "jump_mark":false, + "jump_marks":[ + + ], + "killdate_extern":"2024-04-19T13:00:00+02:00", + "killdate":"2024-04-19T13:00:00+02:00", + "livedate":"2024-03-20T13:00:00+01:00", + "livedate_extern":"2024-03-20T13:00:00+01:00", + "SSA":{ + "cliptype":"Sendung", + "videoid":15602657, + "videopartid":"15_16", + "videocategory":"ZIB-Information", + "videotitle":"ZIB-1300-vom-20-03-2024_Hinweis-auf-Aktuell-nach-eins", + "videoduration":34, + "episodeduration":1177, + "episodeid":14218665, + "airdate":"2024-03-20T13:00:00+01:00", + "clipreleasetime":"2024-03-20T13:30:02+01:00", + "programname":"ZIB-1300", + "channel":"orf2" + }, + "disable_display_ads_orf_platforms":false, + "disable_instream_ads_orf_platforms":false, + "position":14, + "episodes_reference":"", + "share_body":"https:\/\/tvthek.orf.at\/profile\/ZIB-1300\/71280\/ZIB-1300-vom-20-03-2024\/14218665\/Hinweis-auf-Aktuell-nach-eins\/15602657", + "share_subject":"Hinweis auf \"Aktuell nach eins\" - ZIB 13:00 vom 20.03.2024 vom 20.03.2024 um 13:00 Uhr", + "show_display_ads":true, + "show_instream_ads":false, + "sources":{ + "hls":[ + { + "is_uhd":false, + "quality_key":"QXA", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Hinweis-auf--Ak__14218665__o__1865954206__s15602657_7__ORF2HD_13185112P_13192605P_QXA.mp4\/playlist.m3u8", + "is_adaptive_stream":true, + "is_drm_protected":false + }, + { + "is_uhd":false, + "quality_key":"QXB", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Hinweis-auf--Ak__14218665__o__1865954206__s15602657_7__ORF2HD_13185112P_13192605P_QXB.mp4\/playlist.m3u8", + "is_adaptive_stream":true, + "is_drm_protected":false + } + ], + "dash":[ + { + "is_uhd":false, + "quality_key":"QXA", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Hinweis-auf--Ak__14218665__o__1865954206__s15602657_7__ORF2HD_13185112P_13192605P_QXA.mp4\/manifest.mpd", + "is_adaptive_stream":true, + "is_drm_protected":false + }, + { + "is_uhd":false, + "quality_key":"QXB", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Hinweis-auf--Ak__14218665__o__1865954206__s15602657_7__ORF2HD_13185112P_13192605P_QXB.mp4\/manifest.mpd", + "is_adaptive_stream":true, + "is_drm_protected":false + } + ] + }, + "state":"distributed", + "sub_headline":"ZIB 13:00", + "teaser_text":null, + "teaser_title":null, + "thumbnail_activated":true, + "thumbnail_distributed":true, + "thumbnail_folder":"cms-preview-clips", + "thumbnail_sources":{ + "hls":[ + { + "quality_key":"Q6A", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Hinweis-auf--Ak__14218665__o__1865954206__s15602657_7__ORF2HD_13185112P_13192605P_clip_Q6A.mp4\/playlist.m3u8" + }, + { + "quality_key":"Q8C", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Hinweis-auf--Ak__14218665__o__1865954206__s15602657_7__ORF2HD_13185112P_13192605P_clip_Q8C.mp4\/playlist.m3u8" + } + ], + "dash":[ + { + "quality_key":"Q6A", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Hinweis-auf--Ak__14218665__o__1865954206__s15602657_7__ORF2HD_13185112P_13192605P_clip_Q6A.mp4\/manifest.mpd" + }, + { + "quality_key":"Q8C", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Hinweis-auf--Ak__14218665__o__1865954206__s15602657_7__ORF2HD_13185112P_13192605P_clip_Q8C.mp4\/manifest.mpd" + } + ] + }, + "sprite_sources":[ + + ], + "title":"Hinweis auf \"Aktuell nach eins\"", + "updated_at":"2024-03-20T14:22:12+01:00", + "videobumper":{ + "prevideobumper":{ + "active":false, + "sources":{ + "hls":[ + + ], + "progressive_download":[ + + ] + } + }, + "postvideobumper":{ + "active":false, + "sources":{ + "hls":[ + + ], + "progressive_download":[ + + ] + } + } + }, + "video_file_name":"2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Hinweis-auf--Ak__14218665__o__1865954206__s15602657_7__ORF2HD_13185112P_13192605P", + "video_stream_url":null, + "video_type":"segment", + "voez":false, + "voez_ads_allowed":false, + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15602657" + }, + "episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14218665" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17055569" + }, + "image16x9_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17055569" + }, + "image2x3_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "image2x3":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "links":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15602657\/links" + }, + "subtitle":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/subtitle\/916766" + }, + "playlist":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15602657\/playlist" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15602657\/tags" + }, + "profile":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055569_segments_highlight_teaser.jpg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055569_segments_player.jpg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055569_segments_list.jpg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055569_segments_small.jpg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/7cc163891a5aa93dbb42ea7f31179b5474a9e549.jpg" + } + } + }, + "image16x9_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055569_segments_highlight_teaser.jpg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055569_segments_player.jpg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055569_segments_list.jpg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055569_segments_small.jpg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/7cc163891a5aa93dbb42ea7f31179b5474a9e549.jpg" + } + } + }, + "image2x3_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "image2x3":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "links":[ + + ], + "subtitle":{ + "id":916766, + "parsed_at":null, + "sami_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/c8225391ae851c0bb45ec3f415cf67080fe0df25.smi", + "srt_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/f2b017f79c155ee04e05e48c258b4a0f0e14862e.srt", + "stl_url":null, + "ttml_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/7d5a176ab1f7cf830136f2d0449e2eeb948d0c6a.ttml", + "updated_at":"2024-03-20T14:24:31+01:00", + "vtt_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/315224dd80f5c3281aa76c2193eb6e17a815727e.vtt", + "xml_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/fa805da816dc89ce9e91f3c4ee4f8668a4d2cf89.xml", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/subtitle\/916766" + }, + "xml_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058603" + }, + "srt_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058604" + }, + "vtt_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058605" + }, + "sami_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058607" + }, + "ttml_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058606" + } + }, + "_embedded":{ + "xml_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/fa805da816dc89ce9e91f3c4ee4f8668a4d2cf89.xml" + } + } + }, + "stl_file":null, + "srt_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/f2b017f79c155ee04e05e48c258b4a0f0e14862e.srt" + } + } + }, + "vtt_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/315224dd80f5c3281aa76c2193eb6e17a815727e.vtt" + } + } + }, + "sami_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/c8225391ae851c0bb45ec3f415cf67080fe0df25.smi" + } + } + }, + "ttml_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/7d5a176ab1f7cf830136f2d0449e2eeb948d0c6a.ttml" + } + } + } + } + }, + "playlist":{ + "id":15602657, + "episode_id":14218665, + "title_prefix":"", + "title_separator":"|", + "title":"Hinweis auf \"Aktuell nach eins\"", + "description":"Ein Hinweis auf die Sendung \"Aktuell nach eins\".", + "duration":34723, + "preview_image_url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055569_segments_player.jpg", + "sources":[ + { + "quality":"Q1A", + "quality_string":"Niedrig", + "src":"rtmp:\/\/apasfw.apa.at\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Hinweis-auf--Ak__14218665__o__1865954206__s15602657_7__ORF2HD_13185112P_13192605P_Q1A.3gp", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtmp" + }, + { + "quality":"Q4A", + "quality_string":"Mittel", + "src":"rtmp:\/\/apasfw.apa.at\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Hinweis-auf--Ak__14218665__o__1865954206__s15602657_7__ORF2HD_13185112P_13192605P_Q4A.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtmp" + }, + { + "quality":"Q6A", + "quality_string":"Hoch", + "src":"rtmp:\/\/apasfw.apa.at\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Hinweis-auf--Ak__14218665__o__1865954206__s15602657_7__ORF2HD_13185112P_13192605P_Q6A.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtmp" + }, + { + "quality":"Q8C", + "quality_string":"Sehr hoch", + "src":"rtmp:\/\/apasfw.apa.at\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Hinweis-auf--Ak__14218665__o__1865954206__s15602657_7__ORF2HD_13185112P_13192605P_Q8C.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtmp" + }, + { + "quality":"Q1A", + "quality_string":"Niedrig", + "src":"rtsp:\/\/apasfw.apa.at:1935\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Hinweis-auf--Ak__14218665__o__1865954206__s15602657_7__ORF2HD_13185112P_13192605P_Q1A.3gp", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtsp" + }, + { + "quality":"SMIL", + "quality_string":"Hoch", + "src":"rtsp:\/\/apasfw.apa.at:1935\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Hinweis-auf--Ak__14218665__o__1865954206__s15602657_7__ORF2HD_13185112P_13192605P_Q6A.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtsp" + }, + { + "quality":"Q4A", + "quality_string":"Mittel", + "src":"rtsp:\/\/apasfw.apa.at:1935\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Hinweis-auf--Ak__14218665__o__1865954206__s15602657_7__ORF2HD_13185112P_13192605P_Q4A.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtsp" + }, + { + "quality":"Q8C", + "quality_string":"Sehr hoch", + "src":"rtsp:\/\/apasfw.apa.at:1935\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Hinweis-auf--Ak__14218665__o__1865954206__s15602657_7__ORF2HD_13185112P_13192605P_Q8C.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtsp" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Hinweis-auf--Ak__14218665__o__1865954206__s15602657_7__ORF2HD_13185112P_13192605P_Q0A.3gp\/playlist.m3u8", + "is_uhd":false, + "quality":"Q0A", + "quality_string":"Sehr niedrig", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Hinweis-auf--Ak__14218665__o__1865954206__s15602657_7__ORF2HD_13185112P_13192605P_Q1A.3gp\/playlist.m3u8", + "is_uhd":false, + "quality":"Q1A", + "quality_string":"Niedrig", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Hinweis-auf--Ak__14218665__o__1865954206__s15602657_7__ORF2HD_13185112P_13192605P_Q4A.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"Q4A", + "quality_string":"Mittel", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Hinweis-auf--Ak__14218665__o__1865954206__s15602657_7__ORF2HD_13185112P_13192605P_Q6A.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"Q6A", + "quality_string":"Hoch", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Hinweis-auf--Ak__14218665__o__1865954206__s15602657_7__ORF2HD_13185112P_13192605P_Q8C.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"Q8C", + "quality_string":"Sehr hoch", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Hinweis-auf--Ak__14218665__o__1865954206__s15602657_7__ORF2HD_13185112P_13192605P_QXA.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"QXA", + "quality_string":"Adaptiv", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Hinweis-auf--Ak__14218665__o__1865954206__s15602657_7__ORF2HD_13185112P_13192605P_QXB.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"QXB", + "quality_string":"Adaptiv", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "quality":"Q1A", + "quality_string":"Niedrig", + "src":"https:\/\/apasfpd.sf.apa.at\/cms-worldwide\/online\/d8872af5d4e0af2d6c0c3b66269b7949\/1711321200\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Hinweis-auf--Ak__14218665__o__1865954206__s15602657_7__ORF2HD_13185112P_13192605P_Q1A.3gp", + "type":"video\/mp4", + "delivery":"progressive", + "protocol":"http" + }, + { + "quality":"Q4A", + "quality_string":"Mittel", + "src":"https:\/\/apasfpd.sf.apa.at\/cms-worldwide\/online\/5dfdc935bdc99d0944379be52c3bfa8d\/1711321200\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Hinweis-auf--Ak__14218665__o__1865954206__s15602657_7__ORF2HD_13185112P_13192605P_Q4A.mp4", + "type":"video\/mp4", + "delivery":"progressive", + "protocol":"http" + }, + { + "quality":"Q6A", + "quality_string":"Hoch", + "src":"https:\/\/apasfpd.sf.apa.at\/cms-worldwide\/online\/40134fdd59ed23e2f3c4dd4df27cce07\/1711321200\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Hinweis-auf--Ak__14218665__o__1865954206__s15602657_7__ORF2HD_13185112P_13192605P_Q6A.mp4", + "type":"video\/mp4", + "delivery":"progressive", + "protocol":"http" + }, + { + "quality":"Q8C", + "quality_string":"Sehr hoch", + "src":"https:\/\/apasfpd.sf.apa.at\/cms-worldwide\/online\/cb49c49a2bc06243aa5be74912265f9a\/1711321200\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Hinweis-auf--Ak__14218665__o__1865954206__s15602657_7__ORF2HD_13185112P_13192605P_Q8C.mp4", + "type":"video\/mp4", + "delivery":"progressive", + "protocol":"http" + } + ], + "position":14, + "last_segment":false, + "subtitles":[ + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/fa805da816dc89ce9e91f3c4ee4f8668a4d2cf89.xml", + "type":"xml", + "lang":"de-AT" + }, + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/f2b017f79c155ee04e05e48c258b4a0f0e14862e.srt", + "type":"srt", + "lang":"de-AT" + }, + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/315224dd80f5c3281aa76c2193eb6e17a815727e.vtt", + "type":"vtt", + "lang":"de-AT" + }, + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/c8225391ae851c0bb45ec3f415cf67080fe0df25.smi", + "type":"sami", + "lang":"de-AT" + }, + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/7d5a176ab1f7cf830136f2d0449e2eeb948d0c6a.ttml", + "type":"ttml", + "lang":"de-AT" + } + ], + "right":"worldwide", + "is_enabled":true, + "has_active_youthprotection":false, + "pre_bumper":{ + "active":false, + "sources":[ + + ] + }, + "post_bumper":{ + "active":false, + "sources":[ + + ] + }, + "hash":"d98a72126151f16afc0563dce5549830" + }, + "tags":[ + + ], + "profile":{ + "audio_description":false, + "break_text":null, + "break_title":null, + "dataset_name":"", + "dds_identifier":"", + "description":"Der Nachrichten\u00fcberblick um 13.00 Uhr", + "has_active_youth_protection":false, + "has_youth_protection":false, + "headline":"ZIB 13:00", + "hide_in_letter_group":false, + "id":71280, + "letter_group":"Z", + "livestream_sub_headline":null, + "oegs":false, + "oewa_base_path":"Redcont\/Nachrichten\/Nachrichtenueberblick", + "profile_website":null, + "secondary_genres":[ + + ], + "sub_headline":null, + "title":"ZIB 13:00", + "type":"temporary", + "updated_at":"2024-03-08T11:14:56+01:00", + "youth_protection_type":"limited-20-06", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16094554" + }, + "image16x9_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16094554" + }, + "image2x3_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "image2x3":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "theme":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/theme\/9109687" + }, + "genre":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "links":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/links" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/episodes" + }, + "related_profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/related" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/advertising\/tags" + }, + "oegs_profile":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/c5f6f9dab90eec5160d9b26d90892dd37351db72.jpeg" + } + } + }, + "image16x9_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/c5f6f9dab90eec5160d9b26d90892dd37351db72.jpeg" + } + } + }, + "image2x3_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "image2x3":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "theme":{ + "color":"#1C324C", + "id":9109687, + "name":"ZIB 13:00", + "updated_at":"2016-10-11T00:05:51+02:00", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/theme\/9109687" + }, + "header_image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/838" + }, + "header_background_image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/837" + }, + "background_image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/836" + } + }, + "_embedded":{ + "header_image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "header_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_838_themes_header_image.png" + }, + "header_background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_838_themes_header_background_image.png" + }, + "background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_838_themes_background_image.png" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/375febcc02b958b11e4ad18fc780635bc78ff6f8.png" + } + } + }, + "header_background_image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "header_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_837_themes_header_image.png" + }, + "header_background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_837_themes_header_background_image.png" + }, + "background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_837_themes_background_image.png" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/ff9dc981ae14db44df2bb0084bd7eb15f5debda0.png" + } + } + }, + "background_image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "header_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_836_themes_header_image.png" + }, + "header_background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_836_themes_header_background_image.png" + }, + "background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_836_themes_background_image.png" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/1e3aed2ccb61f2384a4c0144d052d8dd286d7797.png" + } + } + } + } + }, + "genre":{ + "id":2703825, + "advertising_mapping":{ + "live":{ + "web":{ + "sb":4420075, + "tbar":4420076, + "pre":4420077, + "post":4420078 + }, + "mob":{ + "par":4420079, + "pre":4420222, + "post":4420081 + }, + "app":{ + "par":4420082, + "pre":4420083, + "post":4420084 + }, + "smart":{ + "pre":4420085, + "post":4420086 + } + }, + "vod":{ + "web":{ + "sb":4420450, + "tbar":4420451, + "pre":4420452, + "post":4420453 + }, + "mob":{ + "par":4420454, + "pre":4420455, + "post":4420456 + }, + "app":{ + "par":4420457, + "pre":4420458, + "post":4420459 + }, + "smart":{ + "pre":4420460, + "post":4420461 + } + } + }, + "sorting":8, + "title":"ZIB & Information", + "updated_at":"2023-12-31T16:59:37+01:00", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596302" + }, + "profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/profiles" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episodes" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/advertising\/tags" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/a6885e2f8ea6f778dcac9af57dfea24006218d76.jpeg" + } + } + }, + "tags":[ + + ], + "advertising_tags":[ + + ] + } + }, + "links":[ + { + "id":13913304, + "title":"Streaming-Highlights: Newsletter abonnieren", + "updated_at":"2024-01-03T12:42:39+01:00", + "url":"https:\/\/tvthek-newsletter.orf.at\/", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/link\/13913304" + } + } + }, + { + "id":6552, + "title":"Mehr zur ZIB in tv.ORF.at", + "updated_at":"2015-01-19T10:26:37+01:00", + "url":"http:\/\/tv.orf.at\/zeitimbild\/", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/link\/6552" + } + } + } + ], + "tags":[ + { + "id":15, + "name":"Zeit im Bild", + "updated_at":"2017-02-06T09:22:02+01:00" + } + ], + "advertising_tags":[ + + ], + "audio_description_profile":null, + "oegs_profile":{ + "audio_description":false, + "break_text":null, + "break_title":null, + "dataset_name":null, + "dds_identifier":"", + "description":"Der Nachrichten\u00fcberblick um 13.00 Uhr", + "has_active_youth_protection":false, + "has_youth_protection":false, + "headline":"ZIB 13:00 (\u00d6GS)", + "hide_in_letter_group":false, + "id":13891370, + "letter_group":"Z", + "livestream_sub_headline":null, + "oegs":true, + "oewa_base_path":"Redcont\/Nachrichten\/Nachrichtenueberblick", + "profile_website":null, + "secondary_genres":[ + + ], + "sub_headline":null, + "title":"ZIB 13:00 (\u00d6GS)", + "type":"temporary", + "updated_at":"2024-03-08T11:15:04+01:00", + "youth_protection_type":"limited-20-06", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/14968339" + }, + "image16x9_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/14968339" + }, + "image2x3_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "image2x3":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "genre":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "links":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/links" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/episodes" + }, + "related_profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/related" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/advertising\/tags" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/1975e664b7234ae20b75d2dc304728b09ee8637e.jpeg" + } + } + }, + "image16x9_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/1975e664b7234ae20b75d2dc304728b09ee8637e.jpeg" + } + } + }, + "image2x3_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "image2x3":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "theme":null, + "genre":{ + "id":2703825, + "advertising_mapping":{ + "live":{ + "web":{ + "sb":4420075, + "tbar":4420076, + "pre":4420077, + "post":4420078 + }, + "mob":{ + "par":4420079, + "pre":4420222, + "post":4420081 + }, + "app":{ + "par":4420082, + "pre":4420083, + "post":4420084 + }, + "smart":{ + "pre":4420085, + "post":4420086 + } + }, + "vod":{ + "web":{ + "sb":4420450, + "tbar":4420451, + "pre":4420452, + "post":4420453 + }, + "mob":{ + "par":4420454, + "pre":4420455, + "post":4420456 + }, + "app":{ + "par":4420457, + "pre":4420458, + "post":4420459 + }, + "smart":{ + "pre":4420460, + "post":4420461 + } + } + }, + "sorting":8, + "title":"ZIB & Information", + "updated_at":"2023-12-31T16:59:37+01:00", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596302" + }, + "profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/profiles" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episodes" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/advertising\/tags" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/a6885e2f8ea6f778dcac9af57dfea24006218d76.jpeg" + } + } + }, + "tags":[ + + ], + "advertising_tags":[ + + ] + } + }, + "links":[ + { + "id":13913304, + "title":"Streaming-Highlights: Newsletter abonnieren", + "updated_at":"2024-01-03T12:42:39+01:00", + "url":"https:\/\/tvthek-newsletter.orf.at\/", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/link\/13913304" + } + } + } + ], + "tags":[ + + ], + "advertising_tags":[ + + ], + "audio_description_profile":null, + "oegs_profile":null + } + } + } + } + } + }, + { + "adition_advertising_query_string":"stype:vod,scat:zib-information,scatid:2703825,spro:zib-1300,sproid:71280,episodeid:14218665,duration:13522,advertisingtags:", + "advertising_mapping":{ + "live":{ + "web":{ + "sb":4423852, + "tbar":4423851, + "pre":4423862, + "post":4423861 + }, + "mob":{ + "par":4423850, + "pre":4423858, + "post":4423857 + }, + "app":{ + "par":4423849, + "pre":4423856, + "post":4423855 + }, + "smart":{ + "pre":4423860, + "post":4423859, + "lane":4423853, + "bar":4423854 + } + }, + "vod":{ + "web":{ + "sb":4423852, + "tbar":4423851, + "pre":4423862, + "post":4423861 + }, + "mob":{ + "par":4423850, + "pre":4423858, + "post":4423857 + }, + "app":{ + "par":4423849, + "pre":4423856, + "post":4423855 + }, + "smart":{ + "pre":4423860, + "post":4423859, + "lane":4423853, + "bar":4423854 + } + } + }, + "advertising_query_string":"stype=vod&scat=zib-information&scatid=2703825&spro=zib-1300&sproid=71280&episodeid=14218665&duration=13522&advertisingtags=", + "blackfades":[ + + ], + "episode_date":"2024-03-20T13:00:00+01:00", + "date_as_string":"Mi, 20.3.2024", + "vod_ressort":null, + "description":"Wohnbaupaket passiert Nationalrat | ORF-Analyse: Details zum Wohnbaupaket | Neue Lehrerausbildung kommt ein Jahr sp\u00e4ter | Agrarprodukte aus Ukraine werden wieder verzollt | ORF-Analyse: Z\u00f6lle auf Landwirtschaftsg\u00fcter aus Ukraine | London: Zweiter Anlauf f\u00fcr \"Ruanda-Plan\" | Vorschau: GB stimmt \u00fcber \"Ruanda-Plan\" ab | 2023: \u00dcber 1.300 Vorf\u00e4lle von Rassismus in \u00d6sterreich | Rekordhoch bei Insolvenzen | Kredit f\u00fcr Signa-Immobiliensparte in Aussicht? | Japan beendet Negativzinspolitik | Alkohol und Zigaretten bleiben beliebteste Drogen | Schau \u00fcber Overtourism im Architekturzentrum Wien | Hinweis auf \"Aktuell nach eins\"", + "drm_token":null, + "duration_as_string":"00:13 Sek.", + "duration_seconds":13, + "enabled":true, + "encrypted_id":"ODc4M2hqZDcyOTNrbWQxNTYwMjY1NQ==", + "episode_id":14218665, + "exact_duration":13522, + "genre_id":2703825, + "genre_title":"ZIB & Information", + "right":"worldwide", + "focus":false, + "show_countdown":true, + "has_thumbnail":true, + "headline":"Verabschiedung", + "id":15602655, + "is_archive":false, + "is_drm_protected":false, + "jump_mark":false, + "jump_marks":[ + + ], + "killdate_extern":"2024-04-19T13:00:00+02:00", + "killdate":"2024-04-19T13:00:00+02:00", + "livedate":"2024-03-20T13:00:00+01:00", + "livedate_extern":"2024-03-20T13:00:00+01:00", + "SSA":{ + "cliptype":"Sendung", + "videoid":15602655, + "videopartid":"16_16", + "videocategory":"ZIB-Information", + "videotitle":"ZIB-1300-vom-20-03-2024_Verabschiedung", + "videoduration":13, + "episodeduration":1177, + "episodeid":14218665, + "airdate":"2024-03-20T13:00:00+01:00", + "clipreleasetime":"2024-03-20T13:30:02+01:00", + "programname":"ZIB-1300", + "channel":"orf2" + }, + "disable_display_ads_orf_platforms":false, + "disable_instream_ads_orf_platforms":false, + "position":15, + "episodes_reference":"", + "share_body":"https:\/\/tvthek.orf.at\/profile\/ZIB-1300\/71280\/ZIB-1300-vom-20-03-2024\/14218665\/Verabschiedung\/15602655", + "share_subject":"Verabschiedung - ZIB 13:00 vom 20.03.2024 vom 20.03.2024 um 13:00 Uhr", + "show_display_ads":true, + "show_instream_ads":false, + "sources":{ + "hls":[ + { + "is_uhd":false, + "quality_key":"QXA", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Verabschiedung__14218665__o__2057575109__s15602655_5__ORF2HD_13192605P_13193918P_QXA.mp4\/playlist.m3u8", + "is_adaptive_stream":true, + "is_drm_protected":false + }, + { + "is_uhd":false, + "quality_key":"QXB", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Verabschiedung__14218665__o__2057575109__s15602655_5__ORF2HD_13192605P_13193918P_QXB.mp4\/playlist.m3u8", + "is_adaptive_stream":true, + "is_drm_protected":false + } + ], + "dash":[ + { + "is_uhd":false, + "quality_key":"QXA", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Verabschiedung__14218665__o__2057575109__s15602655_5__ORF2HD_13192605P_13193918P_QXA.mp4\/manifest.mpd", + "is_adaptive_stream":true, + "is_drm_protected":false + }, + { + "is_uhd":false, + "quality_key":"QXB", + "quality_description":"Adaptiv", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Verabschiedung__14218665__o__2057575109__s15602655_5__ORF2HD_13192605P_13193918P_QXB.mp4\/manifest.mpd", + "is_adaptive_stream":true, + "is_drm_protected":false + } + ] + }, + "state":"distributed", + "sub_headline":"ZIB 13:00", + "teaser_text":null, + "teaser_title":null, + "thumbnail_activated":true, + "thumbnail_distributed":true, + "thumbnail_folder":"cms-preview-clips", + "thumbnail_sources":{ + "hls":[ + { + "quality_key":"Q6A", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Verabschiedung__14218665__o__2057575109__s15602655_5__ORF2HD_13192605P_13193918P_clip_Q6A.mp4\/playlist.m3u8" + }, + { + "quality_key":"Q8C", + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-preview-clips\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Verabschiedung__14218665__o__2057575109__s15602655_5__ORF2HD_13192605P_13193918P_clip_Q8C.mp4\/playlist.m3u8" + } + ], + "dash":[ + { + "quality_key":"Q6A", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Verabschiedung__14218665__o__2057575109__s15602655_5__ORF2HD_13192605P_13193918P_clip_Q6A.mp4\/manifest.mpd" + }, + { + "quality_key":"Q8C", + "src":"https:\/\/apasfiis.sf.apa.at\/dash\/cms-preview-clips\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Verabschiedung__14218665__o__2057575109__s15602655_5__ORF2HD_13192605P_13193918P_clip_Q8C.mp4\/manifest.mpd" + } + ] + }, + "sprite_sources":[ + + ], + "title":"Verabschiedung", + "updated_at":"2024-03-20T14:22:12+01:00", + "videobumper":{ + "prevideobumper":{ + "active":false, + "sources":{ + "hls":[ + + ], + "progressive_download":[ + + ] + } + }, + "postvideobumper":{ + "active":false, + "sources":{ + "hls":[ + + ], + "progressive_download":[ + + ] + } + } + }, + "video_file_name":"2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Verabschiedung__14218665__o__2057575109__s15602655_5__ORF2HD_13192605P_13193918P", + "video_stream_url":null, + "video_type":"segment", + "voez":false, + "voez_ads_allowed":false, + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15602655" + }, + "episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/episode\/14218665" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17055570" + }, + "image16x9_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17055570" + }, + "image2x3_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "image2x3":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "links":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15602655\/links" + }, + "subtitle":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/subtitle\/916767" + }, + "playlist":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15602655\/playlist" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/segment\/15602655\/tags" + }, + "profile":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055570_segments_highlight_teaser.jpg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055570_segments_player.jpg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055570_segments_list.jpg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055570_segments_small.jpg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/087fc921d9a0ecdc080d7f3324ce9d157c25efed.jpg" + } + } + }, + "image16x9_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055570_segments_highlight_teaser.jpg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055570_segments_player.jpg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055570_segments_list.jpg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055570_segments_small.jpg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/087fc921d9a0ecdc080d7f3324ce9d157c25efed.jpg" + } + } + }, + "image2x3_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "image2x3":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "links":[ + + ], + "subtitle":{ + "id":916767, + "parsed_at":null, + "sami_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/9217b56489960d78df20975b75d552606979be07.smi", + "srt_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/d249512cedd2ce453d5d95eac5db686c67903cb2.srt", + "stl_url":null, + "ttml_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/5ab8c99ac1a63632929ed4e58672ae98897b3db4.ttml", + "updated_at":"2024-03-20T14:24:31+01:00", + "vtt_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/1f33b8e6a963c10c03a6a41447fe1ed413235ef7.vtt", + "xml_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/10a4050b998bc5d1ca70cdcbfdc4aadb19063730.xml", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/subtitle\/916767" + }, + "xml_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058608" + }, + "srt_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058609" + }, + "vtt_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058610" + }, + "sami_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058612" + }, + "ttml_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058611" + } + }, + "_embedded":{ + "xml_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/10a4050b998bc5d1ca70cdcbfdc4aadb19063730.xml" + } + } + }, + "stl_file":null, + "srt_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/d249512cedd2ce453d5d95eac5db686c67903cb2.srt" + } + } + }, + "vtt_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/1f33b8e6a963c10c03a6a41447fe1ed413235ef7.vtt" + } + } + }, + "sami_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/9217b56489960d78df20975b75d552606979be07.smi" + } + } + }, + "ttml_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/5ab8c99ac1a63632929ed4e58672ae98897b3db4.ttml" + } + } + } + } + }, + "playlist":{ + "id":15602655, + "episode_id":14218665, + "title_prefix":"", + "title_separator":"|", + "title":"Verabschiedung", + "description":null, + "duration":13522, + "preview_image_url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055570_segments_player.jpg", + "sources":[ + { + "quality":"Q1A", + "quality_string":"Niedrig", + "src":"rtmp:\/\/apasfw.apa.at\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Verabschiedung__14218665__o__2057575109__s15602655_5__ORF2HD_13192605P_13193918P_Q1A.3gp", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtmp" + }, + { + "quality":"Q4A", + "quality_string":"Mittel", + "src":"rtmp:\/\/apasfw.apa.at\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Verabschiedung__14218665__o__2057575109__s15602655_5__ORF2HD_13192605P_13193918P_Q4A.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtmp" + }, + { + "quality":"Q6A", + "quality_string":"Hoch", + "src":"rtmp:\/\/apasfw.apa.at\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Verabschiedung__14218665__o__2057575109__s15602655_5__ORF2HD_13192605P_13193918P_Q6A.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtmp" + }, + { + "quality":"Q8C", + "quality_string":"Sehr hoch", + "src":"rtmp:\/\/apasfw.apa.at\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Verabschiedung__14218665__o__2057575109__s15602655_5__ORF2HD_13192605P_13193918P_Q8C.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtmp" + }, + { + "quality":"Q1A", + "quality_string":"Niedrig", + "src":"rtsp:\/\/apasfw.apa.at:1935\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Verabschiedung__14218665__o__2057575109__s15602655_5__ORF2HD_13192605P_13193918P_Q1A.3gp", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtsp" + }, + { + "quality":"SMIL", + "quality_string":"Hoch", + "src":"rtsp:\/\/apasfw.apa.at:1935\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Verabschiedung__14218665__o__2057575109__s15602655_5__ORF2HD_13192605P_13193918P_Q6A.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtsp" + }, + { + "quality":"Q4A", + "quality_string":"Mittel", + "src":"rtsp:\/\/apasfw.apa.at:1935\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Verabschiedung__14218665__o__2057575109__s15602655_5__ORF2HD_13192605P_13193918P_Q4A.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtsp" + }, + { + "quality":"Q8C", + "quality_string":"Sehr hoch", + "src":"rtsp:\/\/apasfw.apa.at:1935\/cms-worldwide\/mp4:2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Verabschiedung__14218665__o__2057575109__s15602655_5__ORF2HD_13192605P_13193918P_Q8C.mp4", + "type":"video\/mp4", + "delivery":"streaming", + "protocol":"rtsp" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Verabschiedung__14218665__o__2057575109__s15602655_5__ORF2HD_13192605P_13193918P_Q0A.3gp\/playlist.m3u8", + "is_uhd":false, + "quality":"Q0A", + "quality_string":"Sehr niedrig", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Verabschiedung__14218665__o__2057575109__s15602655_5__ORF2HD_13192605P_13193918P_Q1A.3gp\/playlist.m3u8", + "is_uhd":false, + "quality":"Q1A", + "quality_string":"Niedrig", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Verabschiedung__14218665__o__2057575109__s15602655_5__ORF2HD_13192605P_13193918P_Q4A.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"Q4A", + "quality_string":"Mittel", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Verabschiedung__14218665__o__2057575109__s15602655_5__ORF2HD_13192605P_13193918P_Q6A.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"Q6A", + "quality_string":"Hoch", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Verabschiedung__14218665__o__2057575109__s15602655_5__ORF2HD_13192605P_13193918P_Q8C.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"Q8C", + "quality_string":"Sehr hoch", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Verabschiedung__14218665__o__2057575109__s15602655_5__ORF2HD_13192605P_13193918P_QXA.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"QXA", + "quality_string":"Adaptiv", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "src":"https:\/\/apasfiis.sf.apa.at\/ipad\/cms-worldwide\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Verabschiedung__14218665__o__2057575109__s15602655_5__ORF2HD_13192605P_13193918P_QXB.mp4\/playlist.m3u8", + "is_uhd":false, + "quality":"QXB", + "quality_string":"Adaptiv", + "delivery":"hls", + "type":"video\/mp4", + "protocol":"http" + }, + { + "quality":"Q1A", + "quality_string":"Niedrig", + "src":"https:\/\/apasfpd.sf.apa.at\/cms-worldwide\/online\/f11d2bc8e5cf2ca177a0a73bcc88167b\/1711321200\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Verabschiedung__14218665__o__2057575109__s15602655_5__ORF2HD_13192605P_13193918P_Q1A.3gp", + "type":"video\/mp4", + "delivery":"progressive", + "protocol":"http" + }, + { + "quality":"Q4A", + "quality_string":"Mittel", + "src":"https:\/\/apasfpd.sf.apa.at\/cms-worldwide\/online\/315eb7f57eaf50b9b575a056291c8d64\/1711321200\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Verabschiedung__14218665__o__2057575109__s15602655_5__ORF2HD_13192605P_13193918P_Q4A.mp4", + "type":"video\/mp4", + "delivery":"progressive", + "protocol":"http" + }, + { + "quality":"Q6A", + "quality_string":"Hoch", + "src":"https:\/\/apasfpd.sf.apa.at\/cms-worldwide\/online\/d11b2d4c39356555957a5d2a0f0a4a0c\/1711321200\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Verabschiedung__14218665__o__2057575109__s15602655_5__ORF2HD_13192605P_13193918P_Q6A.mp4", + "type":"video\/mp4", + "delivery":"progressive", + "protocol":"http" + }, + { + "quality":"Q8C", + "quality_string":"Sehr hoch", + "src":"https:\/\/apasfpd.sf.apa.at\/cms-worldwide\/online\/40a8bf5c91dac7a0d8b45b6d8166a10e\/1711321200\/2024-03-20_1300_tl_02_ZIB-13-00-vom-2_Verabschiedung__14218665__o__2057575109__s15602655_5__ORF2HD_13192605P_13193918P_Q8C.mp4", + "type":"video\/mp4", + "delivery":"progressive", + "protocol":"http" + } + ], + "position":15, + "last_segment":true, + "subtitles":[ + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/10a4050b998bc5d1ca70cdcbfdc4aadb19063730.xml", + "type":"xml", + "lang":"de-AT" + }, + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/d249512cedd2ce453d5d95eac5db686c67903cb2.srt", + "type":"srt", + "lang":"de-AT" + }, + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/1f33b8e6a963c10c03a6a41447fe1ed413235ef7.vtt", + "type":"vtt", + "lang":"de-AT" + }, + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/9217b56489960d78df20975b75d552606979be07.smi", + "type":"sami", + "lang":"de-AT" + }, + { + "src":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/5ab8c99ac1a63632929ed4e58672ae98897b3db4.ttml", + "type":"ttml", + "lang":"de-AT" + } + ], + "right":"worldwide", + "is_enabled":true, + "has_active_youthprotection":false, + "pre_bumper":{ + "active":false, + "sources":[ + + ] + }, + "post_bumper":{ + "active":false, + "sources":[ + + ] + }, + "hash":"01a61f76b97eed9148555dc016a3c9ca" + }, + "tags":[ + + ], + "profile":{ + "audio_description":false, + "break_text":null, + "break_title":null, + "dataset_name":"", + "dds_identifier":"", + "description":"Der Nachrichten\u00fcberblick um 13.00 Uhr", + "has_active_youth_protection":false, + "has_youth_protection":false, + "headline":"ZIB 13:00", + "hide_in_letter_group":false, + "id":71280, + "letter_group":"Z", + "livestream_sub_headline":null, + "oegs":false, + "oewa_base_path":"Redcont\/Nachrichten\/Nachrichtenueberblick", + "profile_website":null, + "secondary_genres":[ + + ], + "sub_headline":null, + "title":"ZIB 13:00", + "type":"temporary", + "updated_at":"2024-03-08T11:14:56+01:00", + "youth_protection_type":"limited-20-06", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16094554" + }, + "image16x9_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16094554" + }, + "image2x3_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "image2x3":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "theme":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/theme\/9109687" + }, + "genre":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "links":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/links" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/episodes" + }, + "related_profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/related" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/71280\/advertising\/tags" + }, + "oegs_profile":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/c5f6f9dab90eec5160d9b26d90892dd37351db72.jpeg" + } + } + }, + "image16x9_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/thumb_16094554_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0161\/95\/c5f6f9dab90eec5160d9b26d90892dd37351db72.jpeg" + } + } + }, + "image2x3_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "image2x3":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "theme":{ + "color":"#1C324C", + "id":9109687, + "name":"ZIB 13:00", + "updated_at":"2016-10-11T00:05:51+02:00", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/theme\/9109687" + }, + "header_image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/838" + }, + "header_background_image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/837" + }, + "background_image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/836" + } + }, + "_embedded":{ + "header_image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "header_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_838_themes_header_image.png" + }, + "header_background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_838_themes_header_background_image.png" + }, + "background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_838_themes_background_image.png" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/375febcc02b958b11e4ad18fc780635bc78ff6f8.png" + } + } + }, + "header_background_image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "header_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_837_themes_header_image.png" + }, + "header_background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_837_themes_header_background_image.png" + }, + "background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_837_themes_background_image.png" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/ff9dc981ae14db44df2bb0084bd7eb15f5debda0.png" + } + } + }, + "background_image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "header_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_836_themes_header_image.png" + }, + "header_background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_836_themes_header_background_image.png" + }, + "background_image":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/thumb_836_themes_background_image.png" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/themes\/0001\/01\/1e3aed2ccb61f2384a4c0144d052d8dd286d7797.png" + } + } + } + } + }, + "genre":{ + "id":2703825, + "advertising_mapping":{ + "live":{ + "web":{ + "sb":4420075, + "tbar":4420076, + "pre":4420077, + "post":4420078 + }, + "mob":{ + "par":4420079, + "pre":4420222, + "post":4420081 + }, + "app":{ + "par":4420082, + "pre":4420083, + "post":4420084 + }, + "smart":{ + "pre":4420085, + "post":4420086 + } + }, + "vod":{ + "web":{ + "sb":4420450, + "tbar":4420451, + "pre":4420452, + "post":4420453 + }, + "mob":{ + "par":4420454, + "pre":4420455, + "post":4420456 + }, + "app":{ + "par":4420457, + "pre":4420458, + "post":4420459 + }, + "smart":{ + "pre":4420460, + "post":4420461 + } + } + }, + "sorting":8, + "title":"ZIB & Information", + "updated_at":"2023-12-31T16:59:37+01:00", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596302" + }, + "profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/profiles" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episodes" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/advertising\/tags" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/a6885e2f8ea6f778dcac9af57dfea24006218d76.jpeg" + } + } + }, + "tags":[ + + ], + "advertising_tags":[ + + ] + } + }, + "links":[ + { + "id":13913304, + "title":"Streaming-Highlights: Newsletter abonnieren", + "updated_at":"2024-01-03T12:42:39+01:00", + "url":"https:\/\/tvthek-newsletter.orf.at\/", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/link\/13913304" + } + } + }, + { + "id":6552, + "title":"Mehr zur ZIB in tv.ORF.at", + "updated_at":"2015-01-19T10:26:37+01:00", + "url":"http:\/\/tv.orf.at\/zeitimbild\/", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/link\/6552" + } + } + } + ], + "tags":[ + { + "id":15, + "name":"Zeit im Bild", + "updated_at":"2017-02-06T09:22:02+01:00" + } + ], + "advertising_tags":[ + + ], + "audio_description_profile":null, + "oegs_profile":{ + "audio_description":false, + "break_text":null, + "break_title":null, + "dataset_name":null, + "dds_identifier":"", + "description":"Der Nachrichten\u00fcberblick um 13.00 Uhr", + "has_active_youth_protection":false, + "has_youth_protection":false, + "headline":"ZIB 13:00 (\u00d6GS)", + "hide_in_letter_group":false, + "id":13891370, + "letter_group":"Z", + "livestream_sub_headline":null, + "oegs":true, + "oewa_base_path":"Redcont\/Nachrichten\/Nachrichtenueberblick", + "profile_website":null, + "secondary_genres":[ + + ], + "sub_headline":null, + "title":"ZIB 13:00 (\u00d6GS)", + "type":"temporary", + "updated_at":"2024-03-08T11:15:04+01:00", + "youth_protection_type":"limited-20-06", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/14968339" + }, + "image16x9_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/14968339" + }, + "image2x3_with_logo":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "image2x3":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596204" + }, + "genre":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "links":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/links" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/episodes" + }, + "related_profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/related" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/profile\/13891370\/advertising\/tags" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/1975e664b7234ae20b75d2dc304728b09ee8637e.jpeg" + } + } + }, + "image16x9_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/thumb_14968339_profiles_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/profiles\/0150\/69\/1975e664b7234ae20b75d2dc304728b09ee8637e.jpeg" + } + } + }, + "image2x3_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "image2x3":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "theme":null, + "genre":{ + "id":2703825, + "advertising_mapping":{ + "live":{ + "web":{ + "sb":4420075, + "tbar":4420076, + "pre":4420077, + "post":4420078 + }, + "mob":{ + "par":4420079, + "pre":4420222, + "post":4420081 + }, + "app":{ + "par":4420082, + "pre":4420083, + "post":4420084 + }, + "smart":{ + "pre":4420085, + "post":4420086 + } + }, + "vod":{ + "web":{ + "sb":4420450, + "tbar":4420451, + "pre":4420452, + "post":4420453 + }, + "mob":{ + "par":4420454, + "pre":4420455, + "post":4420456 + }, + "app":{ + "par":4420457, + "pre":4420458, + "post":4420459 + }, + "smart":{ + "pre":4420460, + "post":4420461 + } + } + }, + "sorting":8, + "title":"ZIB & Information", + "updated_at":"2023-12-31T16:59:37+01:00", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825" + }, + "image":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/16596302" + }, + "profiles":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/profiles" + }, + "episodes":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episodes" + }, + "latest_episode":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/episode\/latest" + }, + "tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/tags" + }, + "advertising_tags":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/genre\/2703825\/advertising\/tags" + } + }, + "_embedded":{ + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_player.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/thumb_16596302_genres_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/genres\/0166\/97\/a6885e2f8ea6f778dcac9af57dfea24006218d76.jpeg" + } + } + }, + "tags":[ + + ], + "advertising_tags":[ + + ] + } + }, + "links":[ + { + "id":13913304, + "title":"Streaming-Highlights: Newsletter abonnieren", + "updated_at":"2024-01-03T12:42:39+01:00", + "url":"https:\/\/tvthek-newsletter.orf.at\/", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/link\/13913304" + } + } + } + ], + "tags":[ + + ], + "advertising_tags":[ + + ], + "audio_description_profile":null, + "oegs_profile":null + } + } + } + } + } + } + ], + "tags":[ + + ], + "advertising_tags":[ + + ], + "links":[ + + ], + "audio_description_episode":null, + "oegs_episode":null, + "image":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055555_segments_highlight_teaser.jpg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055555_segments_player.jpg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055555_segments_list.jpg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055555_segments_small.jpg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/fa2ad043ebf5be521c717d53238e959706386e1b.jpg" + } + } + }, + "image16x9_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055555_segments_highlight_teaser.jpg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055555_segments_player.jpg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055555_segments_list.jpg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/thumb_17055555_segments_small.jpg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/segments\/0171\/56\/fa2ad043ebf5be521c717d53238e959706386e1b.jpg" + } + } + }, + "image2x3_with_logo":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "image2x3":{ + "dynamic_color":"#691f11", + "public_urls":{ + "highlight_teaser":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_highlight_teaser.jpeg" + }, + "player":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_player.jpeg" + }, + "legacy":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_legacy.jpeg" + }, + "list":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_list.jpeg" + }, + "small":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/thumb_16596204_default_2x3_small.jpeg" + }, + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/default_2x3\/0166\/97\/56745f92b28e3a6f176e66acf9e9d0aea5e0c611.jpeg" + } + } + }, + "subtitle":{ + "id":916751, + "parsed_at":null, + "sami_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/9f7618ee5b9ab2a76d4b8d4b67ad15fbf9eab263.smi", + "srt_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/fcbf22fd66a79d1f300deb5eeaaaa5e8917fd149.srt", + "stl_url":null, + "ttml_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/69a0deabec546a7fb5fabc7ebb44e55a031987ac.ttml", + "updated_at":"2024-03-20T14:24:31+01:00", + "vtt_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/3fdbf52f138cb6a1e3141806c5a4256303fb6d83.vtt", + "xml_url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/d2bdfc0d1317d7212a65ee35867747353b2ec00a.xml", + "_links":{ + "self":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/subtitle\/916751" + }, + "xml_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058528" + }, + "srt_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058529" + }, + "vtt_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058530" + }, + "sami_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058532" + }, + "ttml_file":{ + "href":"https:\/\/api-tvthek.orf.at\/api\/v4.3\/media\/17058531" + } + }, + "_embedded":{ + "xml_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/d2bdfc0d1317d7212a65ee35867747353b2ec00a.xml" + } + } + }, + "stl_file":null, + "srt_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/fcbf22fd66a79d1f300deb5eeaaaa5e8917fd149.srt" + } + } + }, + "vtt_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/3fdbf52f138cb6a1e3141806c5a4256303fb6d83.vtt" + } + } + }, + "sami_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/9f7618ee5b9ab2a76d4b8d4b67ad15fbf9eab263.smi" + } + } + }, + "ttml_file":{ + "public_urls":{ + "reference":{ + "url":"https:\/\/api-tvthek.orf.at\/assets\/subtitles\/0171\/59\/69a0deabec546a7fb5fabc7ebb44e55a031987ac.ttml" + } + } + } + } + } + }, + "accompanying_videos":[ + + ] +} \ No newline at end of file