LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-06-2004, 10:55 AM   #1
Ligius
LQ Newbie
 
Registered: May 2003
Location: London
Distribution: Mandrake
Posts: 15

Rep: Reputation: 0
tv stream on Mplayer - all wrong


After trying Xine y Totem I was advice to give the chance to Mplayer, I just want to watch video streams like http://www.freedom-tv.net/freedom.m3u
here is the output, looks quite awful:

Code:
[ligius@localhost mplayer]$ mplayer http://www.freedom-tv.net/freedom.m3u
MPlayer 1.0pre3-3.3.2 (C) 2000-2003 MPlayer Team

CPU: Intel Pentium 4/Xeon/Celeron Northwood 1995 MHz (Family: 8, Stepping: 7)
Detected cache-line size is 64 bytes
CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled with Runtime CPU Detection - WARNING - this is not optimal!
To get best performance, recompile MPlayer with --disable-runtime-cpudetection.
Reading config file /etc/mplayer/mplayer.conf
Reading config file /home/ligius/.mplayer/config
Reading /home/ligius/.mplayer/codecs.conf: Can't open '/home/ligius/.mplayer/cod
ecs.conf': No such file or directory
Reading /etc/mplayer/codecs.conf: 61 audio & 169 video codecs
font: can't open file: /home/ligius/.mplayer/font/font.desc
font: can't open file: /usr/share/mplayer/font/font.desc
Linux RTC init error in ioctl (rtc_irqp_set 1024): Permission denied
Try adding "echo 1024 > /proc/sys/dev/rtc/max-user-freq" to your system startup
scripts.
Using usleep() timing
Can't open input config file /home/ligius/.mplayer/input.conf: No such file or d                                                                                           irectory
Input config file /etc/mplayer/input.conf parsed: 53 binds
Opening joystick device /dev/input/js0
Can't open joystick device /dev/input/js0 : No such file or directory
Can't init input joystick
Setting up LIRC support...
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://www.freedom-tv.net/freedom.m3u.
Resolving www.freedom-tv.net for AF_INET6...
Couldn't resolve name for AF_INET6: www.freedom-tv.net
Resolving www.freedom-tv.net for AF_INET...
Connecting to server www.freedom-tv.net[64.5.63.252]:80 ...
Cache size set to 8192 KBytes
Connected to server: www.freedom-tv.net


Exiting... (End of file)
 
Old 11-06-2004, 12:53 PM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
works fine for me. you just need to play the file as a playlist, nota media file itself, so us the -playlist option. or more directly, play: "mplayer http://67.19.60.34:2343"
 
Old 11-06-2004, 09:07 PM   #3
Ligius
LQ Newbie
 
Registered: May 2003
Location: London
Distribution: Mandrake
Posts: 15

Original Poster
Rep: Reputation: 0
thanks for your help, I'll keep trying but for now the output is as follow:
Code:
[ligius@localhost ligius]$ mplayer http://67.19.60.34:2343

MPlayer 1.0pre3-3.3.2 (C) 2000-2003 MPlayer Team

CPU: Intel Pentium 4/Xeon/Celeron Northwood 1995 MHz (Family: 8, Stepping: 7)
Detected cache-line size is 64 bytes
CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled with Runtime CPU Detection - WARNING - this is not optimal!
To get best performance, recompile MPlayer with --disable-runtime-cpudetection.
Reading config file /etc/mplayer/mplayer.conf
Reading config file /home/ligius/.mplayer/config
Reading /home/ligius/.mplayer/codecs.conf: Can't open '/home/ligius/.mplayer/codecs.conf': No such file or directory
Reading /etc/mplayer/codecs.conf: 61 audio & 169 video codecs
font: can't open file: /home/ligius/.mplayer/font/font.desc
font: can't open file: /usr/share/mplayer/font/font.desc
Linux RTC init error in ioctl (rtc_irqp_set 1024): Permission denied
Try adding "echo 1024 > /proc/sys/dev/rtc/max-user-freq" to your system startup scripts.
Using usleep() timing
Can't open input config file /home/ligius/.mplayer/input.conf: No such file or directory
Input config file /etc/mplayer/input.conf parsed: 53 binds
Opening joystick device /dev/input/js0
Can't open joystick device /dev/input/js0 : No such file or directory
Can't init input joystick
Setting up LIRC support...
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://67.19.60.34:2343.
Resolving 67.19.60.34 for AF_INET6...
Couldn't resolve name for AF_INET6: 67.19.60.34
Connecting to server 67.19.60.34[67.19.60.34]:2343 ...
Name   : FreedomTV - visit http://www.freedom-tv.net
Genre  : Freedom
Website:
Public : yes
Bitrate: 160kbit/s
Cache size set to 8192 KBytes
Connected to server: 67.19.60.34
Cache fill: 19.92% (1671168 bytes)

Exiting... (End of file)
And it does nothing
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
mplayer stream over proxy Peluso Linux - Software 0 11-24-2004 01:50 AM
Problem using mplayer to plal RealAudio stream Gregory Deal Linux - Software 2 09-18-2004 03:18 PM
mplayer to output stream eantoranz Linux - Software 0 05-17-2004 02:47 PM
MPlayer: DVD stream.dump - what format? dreamtheater Linux - General 1 02-20-2004 05:04 AM
wrong audio stream with mplayer for DVD general4172 Linux - Software 2 09-05-2003 04:31 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:23 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration