Search found 1 match

Go to advanced search

by zilched
07 May 2009 15:36
Forum: Development around libVLC
Topic: VideoLan.Interop a .Net libvlc 0.9.x wrapper
Replies: 195
Views: 86432

Re: VideoLan.Interop a .Net libvlc 0.9.x wrapper

I'm trying to play a stream through this wrapper using the following VlcMedia desc = Vlc.NewMedia(filename); VlcPlayer.Load(desc); desc.Dispose(); VlcPlayer.Play(); if I pass the actual stream URL, the stream plays. ie the following works: string filename = "mms://wmlive-acl.bbc.co.uk/wms/bbc_a...

Go to advanced search