lucas-j / libmpeg2-winrt

MPEG-2 decoder for Windows 8 apps
15 stars 16 forks source link

Live streaming #2

Open legator opened 10 years ago

legator commented 10 years ago

Is it possible to use libmpeg2 for mpeg-2 streaming? If so - how to implement?

savage8811 commented 10 years ago

Yes it works. I tried it with my Dreambox (SD-Channels). MediaPlayer.Source = new Uri(@"http://192.168.100.99:8001/1:0:1:445D:453:1:C00000:0:0:0:", UriKind.Absolute); MediaPlayer.Play();