UNPKG

paella-core

Version:
33 lines (26 loc) 1.58 kB
# paella-core tutorial Welcome to the paella-core tutorial for creating your own video player. This tutorial is designed to guide you through most of the `paella-core` APIs, in a structured way, creating a video player from scratch. Check this tutorial from time to time, as we will be adding sections from time to time. 1. [Quick start](quick_start.md) 2. [Two streams](two_streams.md) 3. [Init params](init_params.md) 4. [Add plugins from libraries](add_plugins.md) 5. [Group buttons](group_buttons.md) 6. [Customize colors](customize_colors.md) 7. [Customize playback bar](customize_playback_bar.md) 8. [Video frame thumnail preview](video_frames_preview.md) 9. [Video manifest: formats](video_formats.md) 10. [Quality selector plugin](quality_selector.md) 11. [Customize icons](customize_icons.md) 12. [Video manifest: captions](video_manifest_captions.md) 13. [Localization](localization.md) 14. [Basic accessibility](accessibility.md) 15. [Data plugins and preferences](data_plugins_and_preferences.md) 16. [Trimming basics](trimming_basics.md) 17. [Create a custom plugin](create_custom_plugin.md) 18. [Video canvas: adding zoom](video_canvas.md) 19. [Video canvas: video 360](video_360.md) 20. [Audio streams](audio_streams.md) 21. [Using a sequence of images as video](image_sequence_video.md) 22. [Using standard HTML player if the video is compatible](native_player.md) You can download the source code of the completed tutorials from the github repository: [https://github.com/polimediaupv/paella-tutorials](https://github.com/polimediaupv/paella-tutorials)