All Projects → pedroSG94 → Vlc Example Streamplayer

pedroSG94 / Vlc Example Streamplayer

Licence: gpl-3.0
Example code how to play a stream with VLC

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Vlc Example Streamplayer

Nginx Rtmp Docker
Docker image with Nginx using the nginx-rtmp-module module for live multimedia (video) streaming.
Stars: ✭ 506 (+220.25%)
Mutual labels:  stream, vlc
torrent-dl
Streaming Torrent Client for Python
Stars: ✭ 28 (-82.28%)
Mutual labels:  stream, vlc
Vlc Bittorrent
A bittorrent plugin for VLC.
Stars: ✭ 198 (+25.32%)
Mutual labels:  stream, vlc
twitchpipe
Pipe your favorite Twitch streams to the media player of your choice, or a file to save them for later. Supports low-latency playback.
Stars: ✭ 28 (-82.28%)
Mutual labels:  stream, vlc
Stream-to-VLC
Tampermonkey script that uses a custom URI scheme to view streams in VLC.
Stars: ✭ 20 (-87.34%)
Mutual labels:  stream, vlc
playercast
Cast to media player and control playback remotely.
Stars: ✭ 46 (-70.89%)
Mutual labels:  stream, vlc
TwitchPotPlayer
Extensions for PotPlayer to watch Twitch streams without streamlinks or any crap.
Stars: ✭ 159 (+0.63%)
Mutual labels:  stream, vlc
Legalstream
An m3u8 playlist featuring many LEGALLY FREE IPTV streams. For use with VLC.
Stars: ✭ 299 (+89.24%)
Mutual labels:  stream, vlc
Twitchpotplayer
Extensions for PotPlayer to watch Twitch streams without streamlinks or any crap.
Stars: ✭ 112 (-29.11%)
Mutual labels:  stream, vlc
Zipstorer
A Pure C# Class to Store Files in Zip
Stars: ✭ 139 (-12.03%)
Mutual labels:  stream
Jaxon
Streaming JSON parser for Elixir
Stars: ✭ 145 (-8.23%)
Mutual labels:  stream
React Native Yz Vlcplayer
VLC Player for react-native
Stars: ✭ 136 (-13.92%)
Mutual labels:  vlc
Marble
Marble.js - functional reactive Node.js framework for building server-side applications, based on TypeScript and RxJS.
Stars: ✭ 1,947 (+1132.28%)
Mutual labels:  stream
Gulp Run
Pipe to shell commands in gulp
Stars: ✭ 148 (-6.33%)
Mutual labels:  stream
Desktoplivestreaming
DesktopLiveStreaming
Stars: ✭ 138 (-12.66%)
Mutual labels:  stream
Fs2
Compositional, streaming I/O library for Scala
Stars: ✭ 1,998 (+1164.56%)
Mutual labels:  stream
Goka
Goka is a compact yet powerful distributed stream processing library for Apache Kafka written in Go.
Stars: ✭ 1,862 (+1078.48%)
Mutual labels:  stream
Multi Streaming Server
A NGINX server with RTMP module to send video streaming to multiple services simultaneously (Youtube, Twitch, Dailymotion, Hitbox, Beam, etc...).
Stars: ✭ 132 (-16.46%)
Mutual labels:  stream
React Native Activity Feed
Official React Native SDK for Activity Feeds
Stars: ✭ 156 (-1.27%)
Mutual labels:  stream
Dmskin Wallpaper Maker
Windows 桌面动态壁纸 视频壁纸
Stars: ✭ 151 (-4.43%)
Mutual labels:  vlc

vlc-example-streamplayer

Release

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:

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):

allprojects {
  repositories {
    maven { url 'https://jitpack.io' }
  }
}
dependencies {
  compile 'com.github.pedroSG94.vlc-example-streamplayer:libvlc:2.5.14v3'
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].