flutter_vlc_player icon indicating copy to clipboard operation
flutter_vlc_player copied to clipboard

Not able to cast screen

Open Shubham-Phatale opened this issue 3 years ago • 3 comments

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

Shubham-Phatale avatar Mar 22 '21 06:03 Shubham-Phatale

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 avatar Mar 22 '21 09:03 alr2413

~~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.

alr2413 avatar Mar 22 '21 11:03 alr2413

@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.

basnetjiten avatar Aug 27 '22 14:08 basnetjiten