flutter_chromecast_example
flutter_chromecast_example copied to clipboard
Cast Image
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.
Finally it worked with contentType= 'image/jpg' ....
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.