You are not logged in.

  • "bluedarkness" started this thread

Posts: 42

Location: Istanbul/TURKEY

  • Send private message

1

Sunday, March 21st 2004, 6:17pm

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.

anda_skoa

Professional

Posts: 1,273

Location: Graz, Austria

Occupation: Software Developer

  • Send private message

2

Tuesday, March 23rd 2004, 7:41pm

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

  • "bluedarkness" started this thread

Posts: 42

Location: Istanbul/TURKEY

  • Send private message

3

Wednesday, March 24th 2004, 7:11am

Yes mplayer installed on PC. How will create protocol handler? Could you please tell me in detailed. Thanks a lot.
Best regards.

anda_skoa

Professional

Posts: 1,273

Location: Graz, Austria

Occupation: Software Developer

  • Send private message

4

Wednesday, March 24th 2004, 9:41am

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

  • "bluedarkness" started this thread

Posts: 42

Location: Istanbul/TURKEY

  • Send private message

5

Wednesday, March 24th 2004, 10:07am

Okey sir, it is done. I can watch TV. But I dont understand that it is starting full screen.

Thanks again.
Best regards.

anda_skoa

Professional

Posts: 1,273

Location: Graz, Austria

Occupation: Software Developer

  • Send private message

6

Wednesday, March 24th 2004, 11:44am

Could be your local mplayer setting.
It is not starting fullscreen here

Cheers,
_
Qt/KDE Developer
Debian User