pedroSG94 / vlc-example-streamplayer

Example code how to play a stream with VLC
GNU General Public License v3.0
229 stars 93 forks source link

Control buffer streamplayer #10

Open amadeu01 opened 6 years ago

amadeu01 commented 6 years ago

Would be nice to control how much buffer the player can take. And, if it could use file, memory....

pedroSG94 commented 6 years ago

This project is only a example to get stream. For now I have no plan to extend functionality. If I have time I will add this.

amadeu01 commented 6 years ago

Thanks !

On Thu, 15 Mar 2018 08:07 Pedro Sánchez, notifications@github.com wrote:

This project is only a example to get stream. For now I have no plan to extend functionality. If I have time I will add this.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/pedroSG94/vlc-example-streamplayer/issues/10#issuecomment-373339949, or mute the thread https://github.com/notifications/unsubscribe-auth/ALF59JkSKz9DGR-BZdGh5ZK0GO7lNFz3ks5tektYgaJpZM4Sl96q .

pedroSG94 commented 6 years ago

You can set it now with setOptions method: https://github.com/pedroSG94/vlc-example-streamplayer/blob/master/app/src/main/java/com/pedro/vlctestapp/MainActivity.java#L36

amadeu01 commented 6 years ago

Thanks!

mnazarizadeh commented 4 years ago

You can set it now with setOptions method: https://github.com/pedroSG94/vlc-example-streamplayer/blob/master/app/src/main/java/com/pedro/vlctestapp/MainActivity.java#L36

How do I add an option to resize buffer size? What is its keyword?