====== General notes ====== If you want to use HLS or DASH, do not use MP3 codec because it is not [[https://developer.mozilla.org/en-US/docs/Web/HTML/Supported_media_formats#Browser_compatibility|supported]] by the Chrome. ====== Live streaming ====== Links to streams based on the technologies supported by us have following structure. Streams which use MPEG DASH or Apple HLS can be watched using HTML5 based player. RTMP stream requires Adobe Flash technology. * MPEG DASH https://cdn.streaming.cesnet.cz:1935/application/streamname/manifest.mpd http://cdn.streaming.cesnet.cz:1935/application/streamname/manifest.mpd * RTMP rtmp://server5.streaming.cesnet.cz:1935/application/streamname * HDS https://cdn.streaming.cesnet.cz:1935/application/streamname/manifest.f4m http://cdn.streaming.cesnet.cz:1935/application/streamname/manifest.f4m * HLS https://cdn.streaming.cesnet.cz:1935/application/streamname/playlist.m3u8 http://cdn.streaming.cesnet.cz:1935/application/streamname/playlist.m3u8 * RTSP rtsp://server5.streaming.cesnet.cz:1935/application/streamname Use the following code for inserting the [[https://flowplayer.org/|player]] to your website. In case the user does not have the access to required web browser or mobile device, HTML5 player will be used (with streaming using MPEG DASH or Apple HLS). In another case, the Adobe Flash player will be used. Flowplayer · DASH support

Flowplayer · DASH support

Live

===== Video on demand ===== Flowplayer dashjs plugin · Standalone demo · Flowplayer