# ocast-receiver-samples **Repository Path**: mirrors_Orange-OpenSource/ocast-receiver-samples ## Basic Information - **Project Name**: ocast-receiver-samples - **Description**: This project provides OCast receiver samples for media playback - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ocast-receiver-sample This project provides OCast receiver samples for media playback. It provides 2 samples: - one using native HTML5 <video> element - one using the [dash.js](https://github.com/Dash-Industry-Forum/dash.js) MSE/EME based HTML5 player These samples can be used to help developing your controller application based on provided SDKs along with demonstration applications: - [OCast-iOS](https://github.com/Orange-OpenSource/OCast-iOS) - [OCast-JVM](https://github.com/Orange-OpenSource/OCast-JVM) # Usage These OCast receiver samples can be launched for test on a desktop using the [ocast-dongletv-simulator](https://github.com/Orange-OpenSource/ocast-dongletv-simulator) Each of the sample can be loaded using unsecure or secure WebSockets. To load the sample using secure WebSockets: http(s)://..../secure=true ## License All code in this repository is covered by the [Apache-2.0 license](http://www.apache.org/licenses/LICENSE-2.0). See LICENSE file for copyright details.