question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

MediaItemChanged not firing on url

See original GitHub issue

🐛 Bug Report

I stream audio via url. If the title changed (in the webradio). The event is not firing. Perhaps it is the same thing like #544

Expected behavior

Event should be fired.

Reproduction steps

CrossMediaManager.Current.MediaItemChanged += Current_MediaItemChanged;
var url = "http://www.rockantenne.de/webradio/channels/heavy-metal.aac.pls";
await CrossMediaManager.Current.Play(url);

Configuration

Version: 0.8.18

Platform:

  • 📱 iOS
  • 🤖 Android
  • 🏁 WPF
  • 🌎 UWP
  • 🍎 MacOS
  • 📺 tvOS
  • 🐒 Xamarin.Forms

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:4
  • Comments:10 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
Suplanuscommented, Oct 27, 2019

Also tested with:

var mediaItem = await CrossMediaManager.Current.Extractor.CreateMediaItem(_url);

And also on iOS (added in description).

0reactions
Suplanuscommented, Feb 23, 2021

Sorry, streams don’t work on my side because of #786

If it works on your side but the event is not triggered you have to open a new issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Mediaite - no video : r/uBlockOrigin
Go to the "Filter lists" tab, click "purge all caches", then "Update now" and try again. if it still fails, go there again...
Read more >
How do you get the link for a media item?
Getting the URL of a MediaItem is pretty straightforward, you pass the MediaItem reference to Sitecore.Resources.Media.MediaManager.
Read more >
Elon Musk to Strip Headlines From News Articles on Twitter
Twitter owner Elon Musk confirmed on Monday that his social network would soon strip the headlines and descriptions from links to articles.
Read more >
Mediaite
There was a controversial moment from Kayleigh McEnany's latest press briefing that has prompted some to ask whether or not a reporter called...
Read more >
Untitled
A tweet by Jon Nicosia suggested that Comcast will not consider Reid during the next round of. Jon Nicosia Has Fake Name And...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found