flutter_chromecast_example icon indicating copy to clipboard operation
flutter_chromecast_example copied to clipboard

Cast Image

Open Fauconx opened this issue 4 years ago • 2 comments

Hello,

I am trying to cast some images with your API. Video's are working, but nothing is displayed when the URL is an image. Do you have any idea how to solve the issue ?

I tried with contentType= 'image' or contentType= 'image/jpeg' and the contenId, the URL of my image but the cast does not work.

Another question is about the queuing. Does it works ? is it possible to preload the video in order to display video without interruption ? (see https://developers.google.com/cast/docs/android_sender/queueing)

Thanks.

Fauconx avatar Feb 27 '21 11:02 Fauconx

Finally it worked with contentType= 'image/jpg' ....

Fauconx avatar Feb 27 '21 13:02 Fauconx

However, it would be interesting to know if queuing video with preload buffer is possible with your LIB. Anyway great job for this lib!

The idea is to make like a Screensaver without interruption between videos.

Fauconx avatar Feb 27 '21 18:02 Fauconx