mfkl / LibVLCSharp-readonly

.NET bindings for LibVLC
GNU Lesser General Public License v2.1
9 stars 2 forks source link

Xamarin forms PCL or .NetStandard #27

Closed andersonvieiragomeslopes closed 6 years ago

andersonvieiragomeslopes commented 6 years ago

How do I implement this in xamarin forms? I'd like to sample it in xaml, It's possible?

mfkl commented 6 years ago

Hello,

Yes it's possible, I'm currently finishing to implement it. Will be done soon and ping you here.

andersonvieiragomeslopes commented 6 years ago

Sorry, I could not implement, do you have any samples to build and run?

mfkl commented 6 years ago

Hi @andersonvieiragomeslopes,

Have some issues with nuget packaging, that's the final step before it is uploaded to nuget and then you can use it easily. Will ping you here when thats done, soon I hope. You can track progress here https://github.com/mfkl/LibVLCSharp/pull/32.

Stay tuned

andersonvieiragomeslopes commented 6 years ago

An attempt to be made in videos? M3u8? Are live content streaming videos, for me it is really very important to play videos in that format, would it be possible? Thanks in advance for your attention.

mfkl commented 6 years ago

Should be possible.

andersonvieiragomeslopes commented 6 years ago

I figured this out, because it's vlc, I'm waiting for the upload, good work.

mfkl commented 6 years ago

Yeah, if you can play it in the vlc desktop app, usually it's a good bet that it will be possible to do with LibVLCSharp (for most things).

andersonvieiragomeslopes commented 6 years ago

And is it really possible to use in conjunction with Chromecast? I'm mirroring on youtube for example.

mfkl commented 6 years ago

Try with a recent desktop vlc app (3.0.2 for example). If you can do so, then yeah. I've casted HTTP streams to the chromecast before.

andersonvieiragomeslopes commented 6 years ago

Sorry, I expressed myself a bit bad, I refer to xamarin forms, as soon as you finish packaging, will it be possible to stream the videos to SmartTv using your plugin?

mfkl commented 6 years ago

I don't know what "SmartTv" is. If you mean chromecast, yes.

andersonvieiragomeslopes commented 6 years ago

SmartTv = Televisions with internet access, :)

mfkl commented 6 years ago

No we don't do SmartTv integration, only chromecast for now.

andersonvieiragomeslopes commented 6 years ago

Just to better understand, the integration is similar to what youtube does when there is a chromecast in the same ssid(Internet wireless or wired internet)?

mfkl commented 6 years ago

Yes. Essentially this https://github.com/kakone/GoogleCast (but a bit different implementation wise)

mfkl commented 6 years ago

Have a look at the readme, I updated it with a link to the nuget package. This is the first pre-release package though, so expect some bugs ;-) Will push a Forms package soon.