solid-software / flutter_vlc_player

📺 Flutter VLC powered video player.
518 stars 253 forks source link

Not able to cast screen #208

Open Shubham-Phatale opened 3 years ago

Shubham-Phatale commented 3 years ago

I want to add cast functionality for my app, Flutter vlc player provides the functionality but i was not able to get list of available devices i have tried using getrendererdevices() method but still not able to get the list also i want to add streams to play eg 480,720,1080 it should be added from server side or is there any method that adjusts stream and if there's any example for flutter vlc player which has all the functionalities implemented please share the link for the same thank you

alr2413 commented 3 years ago

on which platform android/IOS?! The cast functionality have been implemented in the example app. Also make sure to call the startRendererScanning method first.

alr2413 commented 3 years ago

~~i tested. you're right. it's not working. i'm trying to find the source of problem.~~

my bad!!!! it's working. make sure both mobile/tablet device and cast device to be on the same network.

basnetjiten commented 2 years ago

@Shubham-Phatale I have used startRendererScanning after initializing the Controller. But when I try to find device it is not working. Could you please guide through this.