Discussion:
[MPlayer-users] Can not play live mpu stream
Piter_
2015-05-17 10:23:22 UTC
Permalink
Hi all,
I try to play this online radio stream.

mplayer http://nrcu.gov.ua/media/ur4.m3u
or
mplayer -playlist http://nrcu.gov.ua/media/ur4.m3u

but it refuses to play.
#########################################################
Resolving www.nrcu.gov.ua for AF_INET6...
Resolving www.nrcu.gov.ua for AF_INET...
Connecting to server www.nrcu.gov.ua[91.194.250.169]: 80...

Cache size set to 320 KBytes
MPlayer 1.1-4.8 (C) 2000-2012 MPlayer Team

Playing http://nrcu.gov.ua:8000/ur4-mp3.m3u.
Resolving nrcu.gov.ua for AF_INET6...
Resolving nrcu.gov.ua for AF_INET...
Connecting to server nrcu.gov.ua[91.194.250.169]: 8000...

Cache size set to 320 KBytes


Playing http://nrcu.gov.ua:8000/ur4-mp3-m.m3u.
Resolving nrcu.gov.ua for AF_INET6...
Resolving nrcu.gov.ua for AF_INET...
Connecting to server nrcu.gov.ua[91.194.250.169]: 8000...

Cache size set to 320 KBytes


Playing http://nrcu.gov.ua:8000/ur4-mp3-l.m3u.
Resolving nrcu.gov.ua for AF_INET6...
Resolving nrcu.gov.ua for AF_INET...
Connecting to server nrcu.gov.ua[91.194.250.169]: 8000...

Cache size set to 320 KBytes


Exiting... (End of file)


###########################################
However I can play it in cvlc player

Any hint what is wrong?
Thanks.
Petro
jd1008
2015-05-17 16:44:49 UTC
Permalink
Post by Piter_
Hi all,
I try to play this online radio stream.
mplayer http://nrcu.gov.ua/media/ur4.m3u
or
mplayer -playlist http://nrcu.gov.ua/media/ur4.m3u
but it refuses to play.
#########################################################
Resolving www.nrcu.gov.ua for AF_INET6...
Resolving www.nrcu.gov.ua for AF_INET...
Connecting to server www.nrcu.gov.ua[91.194.250.169]: 80...
Cache size set to 320 KBytes
MPlayer 1.1-4.8 (C) 2000-2012 MPlayer Team
Playing http://nrcu.gov.ua:8000/ur4-mp3.m3u.
Resolving nrcu.gov.ua for AF_INET6...
Resolving nrcu.gov.ua for AF_INET...
Connecting to server nrcu.gov.ua[91.194.250.169]: 8000...
Cache size set to 320 KBytes
Playing http://nrcu.gov.ua:8000/ur4-mp3-m.m3u.
Resolving nrcu.gov.ua for AF_INET6...
Resolving nrcu.gov.ua for AF_INET...
Connecting to server nrcu.gov.ua[91.194.250.169]: 8000...
Cache size set to 320 KBytes
Playing http://nrcu.gov.ua:8000/ur4-mp3-l.m3u.
Resolving nrcu.gov.ua for AF_INET6...
Resolving nrcu.gov.ua for AF_INET...
Connecting to server nrcu.gov.ua[91.194.250.169]: 8000...
Cache size set to 320 KBytes
Exiting... (End of file)
###########################################
However I can play it in cvlc player
Any hint what is wrong?
Thanks.
Petro
on my machine (FC21), with MPlayer SVN-r37371-4.9.2
I get this:
$ mplayer http://nrcu.gov.ua/media/ur4.m3u
MPlayer SVN-r37371-4.9.2 (C) 2000-2015 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote
control.

Playing http://nrcu.gov.ua/media/ur4.m3u.
Resolving nrcu.gov.ua for AF_INET6...

Couldn't resolve name for AF_INET6: nrcu.gov.ua
Resolving nrcu.gov.ua for AF_INET...
Connecting to server nrcu.gov.ua[91.194.250.169]: 80...

Cache size set to 320 KBytes
Playlist parsing disabled for security reasons. Ignoring file.


Exiting... (End of file)
NdK
2015-05-17 17:27:36 UTC
Permalink
Post by Piter_
Cache size set to 320 KBytes
Playlist parsing disabled for security reasons. Ignoring file.
try: mplayer http://nrcu.gov.ua:8000/ur4-mp3

I got it by looking at first and second level m3u files:
wget -O- http://nrcu.gov.ua/media/ur4.m3u
[...]
EXTM3U
#EXTINF:0,RUI
http://nrcu.gov.ua:8000/ur4-mp3.m3u
#EXTINF:0,RUI
http://nrcu.gov.ua:8000/ur4-mp3-m.m3u
#EXTINF:0,RUI
http://nrcu.gov.ua:8000/ur4-mp3-l.m3u
[...]
wget -O- http://nrcu.gov.ua:8000/ur4-mp3.m3u
[...]
http://nrcu.gov.ua:8000/ur4-mp3
[...]

HIH.

BYtE,
Diego.
jd1008
2015-05-17 17:30:29 UTC
Permalink
Post by NdK
Post by Piter_
Cache size set to 320 KBytes
Playlist parsing disabled for security reasons. Ignoring file.
try: mplayer http://nrcu.gov.ua:8000/ur4-mp3
wget -O- http://nrcu.gov.ua/media/ur4.m3u
[...]
EXTM3U
#EXTINF:0,RUI
http://nrcu.gov.ua:8000/ur4-mp3.m3u
#EXTINF:0,RUI
http://nrcu.gov.ua:8000/ur4-mp3-m.m3u
#EXTINF:0,RUI
http://nrcu.gov.ua:8000/ur4-mp3-l.m3u
[...]
wget -O- http://nrcu.gov.ua:8000/ur4-mp3.m3u
[...]
http://nrcu.gov.ua:8000/ur4-mp3
[...]
HIH.
BYtE,
Diego.
That worked.
Unfortunately, I do not understand Russian :) :)
Mike Hodson
2015-05-17 17:36:17 UTC
Permalink
Post by Piter_
http://nrcu.gov.ua:8000/
http://nrcu.gov.ua:8000/ is a completely open icecast stream list for
the host, with full mountpount urls and playlists aplenty...

It is needed to append the /mountpoint onto the http://host:port for
all icecast servers, as the listing doesn't offer direct links, likely
so that crawlers don't stream mp3s from the listing by following the
links from a badly setup robots.txt or something.. And clicking in
browser would prompt the user save an infinite file usually.

Hope this is of some help;

Mike
Piter_
2015-05-17 17:48:07 UTC
Permalink
Thanks, I have moved a step forward. I've got some sound, but my connection
is not the best.

To 1008 most probably it was Ukrainian.

Best.
Petro.
Post by Mike Hodson
Post by Piter_
http://nrcu.gov.ua:8000/
http://nrcu.gov.ua:8000/ is a completely open icecast stream list for
the host, with full mountpount urls and playlists aplenty...
It is needed to append the /mountpoint onto the http://host:port for
all icecast servers, as the listing doesn't offer direct links, likely
so that crawlers don't stream mp3s from the listing by following the
links from a badly setup robots.txt or something.. And clicking in
browser would prompt the user save an infinite file usually.
Hope this is of some help;
Mike
_______________________________________________
MPlayer-users mailing list
https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users
Loading...