Bug 382620 - mp3 stream not working
Summary: mp3 stream not working
Status: RESOLVED NOT A BUG
Alias: None
Product: amarok
Classification: Applications
Component: Playback/Streams (show other bugs)
Version: 2.8-git
Platform: Other Linux
: NOR normal
Target Milestone: 2.9
Assignee: Amarok Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-23 12:26 UTC by p92
Modified: 2017-07-23 12:59 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description p92 2017-07-23 12:26:30 UTC
The following mp3 stream plays in vlc but not in amarok

http://www.radiocourtoisie.fr/courtoisie.m3u

trace : 

amarok: BEGIN: void Playlist::PrettyListView::trackActivated(const QModelIndex&) 
amarok:   BEGIN: void Playlist::Actions::play(const QModelIndex&) 
amarok:     BEGIN: void Playlist::Actions::play(quint64, bool) 
amarok:       BEGIN: void EngineController::play(Meta::TrackPtr, uint, bool) 
amarok:         BEGIN: void EngineController::stop(bool, bool) 
amarok:         END__: void EngineController::stop(bool, bool) [Took: 0s] 
amarok:         [EngineController] play: bounded is  QObject(0x0)  current "Flux (http://direct.radiocourtoisie.fr)" 
amarok:         [EngineController] Just a normal, boring track... :-P 
amarok:         BEGIN: void EngineController::playUrl(const KUrl&, uint, bool) 
amarok:           [EngineController] URL:  KUrl("http://direct.radiocourtoisie.fr") "http://direct.radiocourtoisie.fr" 
amarok:           [EngineController] Offset:  0 
amarok:         END__: void EngineController::playUrl(const KUrl&, uint, bool) [Took: 0s] 
amarok:       END__: void EngineController::play(Meta::TrackPtr, uint, bool) [Took: 0.001s] 
amarok:     END__: void Playlist::Actions::play(quint64, bool) [Took: 0.001s] 
amarok:   END__: void Playlist::Actions::play(const QModelIndex&) [Took: 0.001s] 
amarok: END__: void Playlist::PrettyListView::trackActivated(const QModelIndex&) [Took: 0.002s] 

amarok stays on pause even after double-clicking on stream displayed on the playlist
Comment 1 p92 2017-07-23 12:59:21 UTC
after erasing all my old amarok config files in .kde  now it works.