Dear visitor, welcome to KDE-Forum.org.
If this is your first visit here, please read the Help. It explains in detail how this page works.
To use all features of this page, you should consider registering.
Please use the registration form, to register here or read more information about the registration process.
If you are already registered, please login here.
How can I watch live stream(tv) from internet on Konqueror
It gives me the following errors.
mms://irc.atv.com.tr/atv is not... error
ioslave coudnt start
klauncher....
Best regards.
You can create a protocol handler for mms:// URLs if you have a program that can handle them (for example mplayer)
For an example protocol handler look at telnet.protocol in your KDE installation's share/services directory.
Cheers,
_
Qt/KDE Developer
Debian User
Yes mplayer installed on PC. How will create protocol handler? Could you please tell me in detailed. Thanks a lot.
Best regards.
I tested with this
[code:1]
[Protocol]
exec=mplayer %u
protocol=mms
input=none
output=none
helper=true
listing=
reading=false
writing=false
makedir=false
deleting=false
[/code:1]
put into file called mms.protocol in my KDE's installation directory under share/services (/usr/share/services on my system)
The "Exec" line contains the command: %u will be replaced by the URL, you can specifiy other mplayer options additionally if needed.
Cheers,
_
Qt/KDE Developer
Debian User
Okey sir, it is done. I can watch TV. But I dont understand that it is starting full screen.
Thanks again.
Best regards.
Could be your local mplayer setting.
It is not starting fullscreen here
Cheers,
_
Qt/KDE Developer
Debian User