Search found 10 matches

Go to advanced search

by Razkan
20 Feb 2019 10:45
Forum: Development around libVLC
Topic: Black screen when trying to stream from twitch
Replies: 15
Views: 2227

Re: Black screen when trying to stream from twitch

This code will play your stream with LibVLCSharp as soon as https://github.com/videolan/libvlcsharp/pull/31 gets merged and released Core.Initialize(); using (var libVLC = new LibVLC()) { var media = new Media(libVLC, "https://www.twitch.tv/followgrubby", Media.FromType.FromLocation); var...
by Razkan
19 Feb 2019 18:46
Forum: Development around libVLC
Topic: Black screen when trying to stream from twitch
Replies: 15
Views: 2227

Re: Black screen when trying to stream from twitch

Are you playing the item? we'll the only thing I am running is vlcControl1.Play("https://www.twitch.tv/followgrubby") so I assume it is running. When I run it the usher.twitch.tv link is generated, but the generated item does not seem to start. If i run it again, with swapping the https:/...
by Razkan
18 Feb 2019 00:28
Forum: Development around libVLC
Topic: Black screen when trying to stream from twitch
Replies: 15
Views: 2227

Re: Black screen when trying to stream from twitch

So the LibVLC generates a .m3u8 link (line 153 in https://pastebin.com/ejuvDxRb), if I copy that link to VLC it starts to play the twitch stream correctly in VLC.
by Razkan
18 Feb 2019 00:25
Forum: Development around libVLC
Topic: Black screen when trying to stream from twitch
Replies: 15
Views: 2227

Re: Black screen when trying to stream from twitch

I removed all but twitch.luac from <ProjectFolder>\Library\VideoLAN.LibVLC.Windows.3.0.6\build\x64\lua\playlist, and it gave the following result https://pastebin.com/ejuvDxRb, but then nothing more happend. Seems like a small progress.
by Razkan
18 Feb 2019 00:15
Forum: Development around libVLC
Topic: Black screen when trying to stream from twitch
Replies: 15
Views: 2227

Re: Black screen when trying to stream from twitch

Can you compare the VLC logs output and the libVLC logs output on the same link?
LibVLC (not working): https://pastebin.com/uU8EN2LT
VLC (working): https://pastebin.com/nm4GeMfs
by Razkan
17 Feb 2019 20:37
Forum: Development around libVLC
Topic: Black screen when trying to stream from twitch
Replies: 15
Views: 2227

Re: Black screen when trying to stream from twitch

Are you shipping all the modules correctly?
How can I verify that?

As far as I know, the modules works correctly since I can get it to work if I pass it as a .m3u8 extension, however that might be something else?
by Razkan
10 Feb 2019 22:43
Forum: Development around libVLC
Topic: Black screen when trying to stream from twitch
Replies: 15
Views: 2227

Re: Black screen when trying to stream from twitch

is that something I can do manually, or something that has to be fixed in libvlc?

If the stream is converted to .m3u8 through https://github.com/streamlink/streamlink it works flawless.
by Razkan
31 Jan 2019 17:12
Forum: Development around libVLC
Topic: Black screen when trying to stream from twitch
Replies: 15
Views: 2227

Re: Black screen when trying to stream from twitch

No, with vlc it works flawless. copied from the github issue report: "With vlc I can: - [x] Play a local .mp4 clip. - [x] I can play the 'vlcControl1.Play("http://download.blender.org/peach/bigbuckbunny_movies/big_buck_bunny_480p_h264.mov"));` - [x] Play a livestream from example twit...
by Razkan
31 Jan 2019 17:06
Forum: Development around libVLC
Topic: Black screen when trying to stream from twitch
Replies: 15
Views: 2227

Re: Black screen when trying to stream from twitch

Could someone confirm if this is intended, bug or just missing information to how to test it? I want it integrated with my application, but if it is not serious enough to investigate i'll try another framework.
by Razkan
26 Jan 2019 08:36
Forum: Development around libVLC
Topic: Black screen when trying to stream from twitch
Replies: 15
Views: 2227

Black screen when trying to stream from twitch

Hi, There is a similar post: https://forum.videolan.org/viewtopic.php?f=32&t=147360&p=483870&hilit=no+stream_filter+modules+matched#p483870 however I believe my issue is different and don't want to mix help in the same thread. I have been using a library, Vlc.DotNet a libVLC wrapper for ...

Go to advanced search