<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Android Chromecast Sender won't update title and images in Streaming</title>
    <link>https://www.googlenestcommunity.com/t5/Streaming/Android-Chromecast-Sender-won-t-update-title-and-images/m-p/211020#M22241</link>
    <description>&lt;P&gt;Hi braud94,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for reaching out. For developer concerns, I'd suggest you join the &lt;A href="https://bit.ly/3Sh22uZ" target="_blank"&gt;Google Developer Groups or Community&lt;/A&gt; for further help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Jennifer&lt;/P&gt;</description>
    <pubDate>Tue, 02 Aug 2022 05:55:09 GMT</pubDate>
    <dc:creator>JenniferV</dc:creator>
    <dc:date>2022-08-02T05:55:09Z</dc:date>
    <item>
      <title>Android Chromecast Sender won't update title and images</title>
      <link>https://www.googlenestcommunity.com/t5/Streaming/Android-Chromecast-Sender-won-t-update-title-and-images/m-p/206910#M21761</link>
      <description>&lt;P&gt;I've followed the instruction from&amp;nbsp;&lt;A href="https://developers.google.com/cast/docs/android_sender/integrate" target="_blank"&gt;https://developers.google.com/cast/docs/android_sender/integrate&lt;/A&gt;&lt;A href="https://www.globalfintechleaders.com/" target="_self"&gt;/about&lt;/A&gt; on how to cast media metadata to chromecast, the initial loading is fine, it will show the title, image and play the stream, but my problem is that I am streaming a live audio stream and need to update the metadata from time to time without having to buffer the audio again. This is a sample of my code: override fun loadMediaLoadRequestData(request: PlatformBridgeApis.MediaLoadRequestData?) { if (request == null) return val remoteMediaClient: RemoteMediaClient = remoteMediaClient ?: return val mediaLoadRequest = getMediaLoadRequestData(request) remoteMediaClient.load(mediaLoadRequest) } fun getMediaLoadRequestData(request: PlatformBridgeApis.MediaLoadRequestData): MediaLoadRequestData { val mediaInfo = getMediaInfo(request.mediaInfo) return MediaLoadRequestData.Builder() .setMediaInfo(mediaInfo) .setAutoplay(request.shouldAutoplay) .setCurrentTime(request.currentTime) .build() } fun getMediaInfo(mediaInfo: PlatformBridgeApis.MediaInfo?): MediaInfo? { if (mediaInfo == null) return null val streamType = getStreamType(mediaInfo.streamType) val metadata = getMediaMetadata(mediaInfo.mediaMetadata) val mediaTracks = mediaInfo.mediaTracks.map { getMediaTrack(it) } val customData = JSONObject(mediaInfo.customDataAsJson ?: "{}") return MediaInfo.Builder(mediaInfo.contentId) .setStreamType(streamType) .setContentType(mediaInfo.contentType) .setMetadata(metadata) .setMediaTracks(mediaTracks) .setStreamDuration(mediaInfo.streamDuration) .setCustomData(customData) .build() } Does anyone have any suggestion on how to modify loadMediaLoadRequestData in order to trigger the Chromecast receiver to update only the MediaMetadata and not have the stream buffer again&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2022 14:53:35 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Streaming/Android-Chromecast-Sender-won-t-update-title-and-images/m-p/206910#M21761</guid>
      <dc:creator>braud94</dc:creator>
      <dc:date>2022-07-26T14:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: Android Chromecast Sender won't update title and images</title>
      <link>https://www.googlenestcommunity.com/t5/Streaming/Android-Chromecast-Sender-won-t-update-title-and-images/m-p/211020#M22241</link>
      <description>&lt;P&gt;Hi braud94,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for reaching out. For developer concerns, I'd suggest you join the &lt;A href="https://bit.ly/3Sh22uZ" target="_blank"&gt;Google Developer Groups or Community&lt;/A&gt; for further help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Jennifer&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2022 05:55:09 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Streaming/Android-Chromecast-Sender-won-t-update-title-and-images/m-p/211020#M22241</guid>
      <dc:creator>JenniferV</dc:creator>
      <dc:date>2022-08-02T05:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: Android Chromecast Sender won't update title and images</title>
      <link>https://www.googlenestcommunity.com/t5/Streaming/Android-Chromecast-Sender-won-t-update-title-and-images/m-p/213260#M22460</link>
      <description>&lt;P&gt;Hey there braud94,&lt;BR /&gt;&lt;BR /&gt;Did you have any more questions or need any additional help?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;Jeran&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2022 18:22:48 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Streaming/Android-Chromecast-Sender-won-t-update-title-and-images/m-p/213260#M22460</guid>
      <dc:creator>Jeran</dc:creator>
      <dc:date>2022-08-05T18:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: Android Chromecast Sender won't update title and images</title>
      <link>https://www.googlenestcommunity.com/t5/Streaming/Android-Chromecast-Sender-won-t-update-title-and-images/m-p/213838#M22517</link>
      <description>&lt;P&gt;Hello braud94,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We haven't heard from you in a while so we’ll be locking this thread if there’s no update within 24 hours. If you still have other questions and concerns, please feel free to start a new thread and we'll be happy to help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the help, Jeran.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Jennifer&lt;/P&gt;</description>
      <pubDate>Sat, 06 Aug 2022 23:09:07 GMT</pubDate>
      <guid>https://www.googlenestcommunity.com/t5/Streaming/Android-Chromecast-Sender-won-t-update-title-and-images/m-p/213838#M22517</guid>
      <dc:creator>JenniferV</dc:creator>
      <dc:date>2022-08-06T23:09:07Z</dc:date>
    </item>
  </channel>
</rss>

