New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mms:// URIs not working after upgrade Mopidy 2.0.0 to 2.0.1 #1553
Comments
You seem to be reporting two problems there. If you have a problem with mopidy-tunein then file it at https://github.com/kingosticks/mopidy-tunein and please include the version numbers of everything you are running ( If you also have a separate problem with running |
i run mopidy --save-debug-log --vvv but nothing interestin found in mopidy-debug.log
|
I'm getting the same issue recently on ArchLinux. Those radio streams were playable in last week and still works with Looking from console I get:
Not sure if this is a mopidy 2.0.1 or Gstreamer issue. |
Sorry just confirmed totem can play these |
I think problem is because URI is passed to |
I bisected this issue and first bad commit is 5751886
|
@SeeSpotRun Can you look at this? |
And to note: tunein plugin is not needed to replicate this bug. Simply try to play any mms:// URI |
I've played with this a bit, and our fix to handle broken duration behavior causes us to fail scanning MMS. Adding |
And thank you @wiget for bisecting this, saved me a lot of time :-) |
Have PR with a more general fix now. Root cause seems to be that |
Sadly I broke the workaround I was trying to preserve. Luckily I tried on an older system with the bad version. Think I have a better patch this time around. How I would love to have tests for this, but since we need external resources I can't make unit tests in sane way. |
This reverts commit 74cf673. "audio: Wait for state change instead of async done in scanner." This reverts commit 4adea37. "audio: Give up getting duration for MMS (Fixes: mopidy#1553)"
After upgrade mopidy 2.0.0 to 2.0.1 i have problem with mopidy-tunein with one station, log say's
2016-08-15 15:47:25,033 INFO [1051:TuneInBackend-9] urllib3.connectionpool: Starting new HTTP connection (1): opml.radiotime.com
2016-08-15 15:47:39,650 WARNING [1051:TuneInBackend-9] mopidy.internal.http: Download of u'mms://media.alcom.ax/radiotv' failed due to unsupported schema
2016-08-15 15:47:39,654 INFO [1051:TuneInBackend-9] mopidy_tunein.actor: Unwrapping stream from URI (mms://media.alcom.ax/radiotv) failed: error downloading URI mms://media.alcom.ax/radiotv
2016-08-15 15:47:39,662 INFO [1051:TuneInBackend-9] mopidy_tunein.tunein: TuneIn playlist request for mms://media.alcom.ax/radiotv failed: No connection adapters were found for 'mms://media.alcom.ax/radiotv'
2016-08-15 15:47:39,667 WARNING [1051:Core-14] mopidy.core.tracklist: Track is not playable: tunein🚉s17504
I have also error to show mopidy version by executing mopidy -h
only way to get it work again i edited /usr/local/drift/bin/mopidy and changed version 2.0.0 to 2.0.1
To get mopidy-tunein work again i did go back to Mopidy 2.0.0 and "Ålands radion" start to work again.
The text was updated successfully, but these errors were encountered: