# vlc-example-streamplayer **Repository Path**: zxl_lucifer_008/vlc-example-streamplayer ## Basic Information - **Project Name**: vlc-example-streamplayer - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-09-28 - **Last Updated**: 2021-09-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vlc-example-streamplayer [![Release](https://jitpack.io/v/pedroSG94/vlc-example-streamplayer.svg)](https://jitpack.io/#pedroSG94/vlc-example-streamplayer) Example code how to play a stream with VLC. Use this endpoint for test: ``` rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov ``` ## Gradle Compile my wrapper: ```gradle allprojects { repositories { maven { url 'https://jitpack.io' } } } dependencies { compile 'com.github.pedroSG94.vlc-example-streamplayer:pedrovlc:2.5.14v3' } ``` Compile only VLC (version 2.5.14): ```gradle allprojects { repositories { maven { url 'https://jitpack.io' } } } dependencies { compile 'com.github.pedroSG94.vlc-example-streamplayer:libvlc:2.5.14v3' } ```