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

play audio only without surfaceview (VlcVideoLibrary) #13

Open alex4well opened 6 years ago

alex4well commented 6 years ago

i stream a live audio using RTMP and i want to play it using VlcVideoLibrary but without surfaceview.

pedroSG94 commented 6 years ago

Comment lines: https://github.com/pedroSG94/vlc-example-streamplayer/blob/master/pedrovlc/src/main/java/com/pedro/vlc/VlcVideoLibrary.java#L158 https://github.com/pedroSG94/vlc-example-streamplayer/blob/master/pedrovlc/src/main/java/com/pedro/vlc/VlcVideoLibrary.java#L160 https://github.com/pedroSG94/vlc-example-streamplayer/blob/master/pedrovlc/src/main/java/com/pedro/vlc/VlcVideoLibrary.java#L161 https://github.com/pedroSG94/vlc-example-streamplayer/blob/master/pedrovlc/src/main/java/com/pedro/vlc/VlcVideoLibrary.java#L162

Now use this constructor with surface and surfaceholder like null: https://github.com/pedroSG94/vlc-example-streamplayer/blob/master/pedrovlc/src/main/java/com/pedro/vlc/VlcVideoLibrary.java#L64

vlcVideoLibrary = new VlcVideoLibrary(this, this, null, null);