LibVLC not play Youtube videos while lua scrips is working
Posted: 26 Feb 2018 20:17
Hello,
Try to use LibVLC in my Android app. VlC play all needed formats, but while trying to play url from Youtube in debug information I see that LibVLC found lua script, found direct url of the Youtube video but video not playing. In the same time all other videos are playng good using my app.
Program found libvlc stream: Path and Name and Artist but not play video using this link. Why..?
Can you please help me find what I do wrong?
Thank everyone for help.
=== Log from android studio: ============
D/VLC: [0000007311ff2390/2d97] http stream: in PING (0x06) frame of 8 bytes, flags 0x00, global
D/VLC: [0000007311ff2390/2d97] http stream: out (priority) PING (0x06) frame of 8 bytes, flags 0x01, global
D/VLC: [0000007311ff2b10/2daa] libvlc stream: end of stream
D/VLC: [0000007311ff3290/2d73] libvlc stream: Path: https://r1---sn-xuu-afve.googlevideo.co ... its=0&mv=m
D/VLC: [0000007311ff3290/2d73] libvlc stream: Name: Samsung Galaxy S9 / S9+ Official Video
D/VLC: [0000007311ff3290/2d73] libvlc stream: Artist: Cavaleria.ro
D/VLC: [0000007311ff3290/2d73] libvlc stream: Description: Samsung Galaxy S9 & S9+ Official Video - business video
D/VLC: [0000007311ff3290/2d73] libvlc stream: ArtURL: https://i.ytimg.com/vi/gxXiK2jJJAk/maxresdefault.jpg
D/VLC: [000000731af20c90/2d73] libvlc input: EOF reached
I/System.out: https://www.youtube.com/watch?v=gxXiK2jJJAk
==========================================================================
Try to use LibVLC in my Android app. VlC play all needed formats, but while trying to play url from Youtube in debug information I see that LibVLC found lua script, found direct url of the Youtube video but video not playing. In the same time all other videos are playng good using my app.
Program found libvlc stream: Path and Name and Artist but not play video using this link. Why..?
Can you please help me find what I do wrong?
Thank everyone for help.
=== Log from android studio: ============
D/VLC: [0000007311ff2390/2d97] http stream: in PING (0x06) frame of 8 bytes, flags 0x00, global
D/VLC: [0000007311ff2390/2d97] http stream: out (priority) PING (0x06) frame of 8 bytes, flags 0x01, global
D/VLC: [0000007311ff2b10/2daa] libvlc stream: end of stream
D/VLC: [0000007311ff3290/2d73] libvlc stream: Path: https://r1---sn-xuu-afve.googlevideo.co ... its=0&mv=m
D/VLC: [0000007311ff3290/2d73] libvlc stream: Name: Samsung Galaxy S9 / S9+ Official Video
D/VLC: [0000007311ff3290/2d73] libvlc stream: Artist: Cavaleria.ro
D/VLC: [0000007311ff3290/2d73] libvlc stream: Description: Samsung Galaxy S9 & S9+ Official Video - business video
D/VLC: [0000007311ff3290/2d73] libvlc stream: ArtURL: https://i.ytimg.com/vi/gxXiK2jJJAk/maxresdefault.jpg
D/VLC: [000000731af20c90/2d73] libvlc input: EOF reached
I/System.out: https://www.youtube.com/watch?v=gxXiK2jJJAk
==========================================================================