RSATom / QmlVlc

[ABANDONED] libvlc wrapper for Qt Quick 2/Qml
Other
139 stars 56 forks source link

SHOUTcast links #44

Closed aureyoboss closed 8 years ago

aureyoboss commented 9 years ago

Hi,

I can't open a link like "http://yp.shoutcast.com/sbin/tunein-station.m3u?id=99189624" (from SHOUTcast API). Yet with VideoLAN, it works very well.

You have an idea of the problem?

Thank you a lot. Best regards.

aureyoboss commented 9 years ago

I found a solution: Just do a "vlcPlayer.playlist.next()" one second after loading the link and it works...

RSATom commented 9 years ago

Sorry for late answer, I missed this issue.

aureyoboss commented 8 years ago

I have the same problem with CD Audio (compact disc digital audio).

RSATom commented 8 years ago

Did you try set Normal or Loop playback mode? http://wiki.webchimera.org/Plugin_QML_API#VlcPlaylist

By default it uses Single mode.

aureyoboss commented 8 years ago

Same result... :(

RSATom commented 8 years ago

Bug found. Will fix it withing hour or two.

RSATom commented 8 years ago

fixed

aureyoboss commented 8 years ago

How to use the playback mode ? I trying "vlcPlayer.playlist.mode(Single)", "vlcPlayer.playlist.mode("Single")" or "vlcPlayer.playlist.mode = Single", without success...

RSATom commented 8 years ago

vlcPlayer.playlist.mode = VlcPlaylist.Single