2014-02-23, 14:37
Hello, lads. First of all, it's my first post on the forum, so forgive me if I'm posting it in a wrong place.
Anyway, I switched to XBMC from MediaPortal some time ago and I'm very happy with the software. There's just one problem I can't solve. I'm trying to use an external player to watch streams from my Internet provider (they provide six TV channels for their customers). Here's what I do:
I put the command to the Programs plugin. When I launch it from XBMC running as a normal program under LXDE, I get a fullscreen window and everything's fine.
But I prefer to use XBMC in the mode in which it works as a default desktop environment instead of LXDE. In that mode Totem shows up as a window and I'm unable to get any control of it. I tried to use gst123 instead but I get an even smaller window. When I launch my games (e.g. through EUAE), I get fullscreen mode and I can control the program with no problem. Am I doing something wrong? I use Lubuntu 13.04.
Thanks in advance.
Best,
Greg
EDIT:
Okay, so I figured it out. I opened gedit and wrote:
Saved it as tvn.sh and made the file executable. Then I opened XBMC, went to the Advanced Launcher and created a new launcher with the commandNow even when I use XBMC as the default UI, Totem starts in the fullscreen mode. Nice. 
Anyway, I switched to XBMC from MediaPortal some time ago and I'm very happy with the software. There's just one problem I can't solve. I'm trying to use an external player to watch streams from my Internet provider (they provide six TV channels for their customers). Here's what I do:
I put the command
Code:
totem --fullscreen rtsp://stream.livetv.chello.pl/TVN24
But I prefer to use XBMC in the mode in which it works as a default desktop environment instead of LXDE. In that mode Totem shows up as a window and I'm unable to get any control of it. I tried to use gst123 instead but I get an even smaller window. When I launch my games (e.g. through EUAE), I get fullscreen mode and I can control the program with no problem. Am I doing something wrong? I use Lubuntu 13.04.
Thanks in advance.
Best,
Greg
EDIT:
Okay, so I figured it out. I opened gedit and wrote:
Code:
#!/bin/bash
openbox &
/usr/bin/totem --fullscreen rtsp://stream.livetv.chello.pl/TVN24
killall -9 openbox
Saved it as tvn.sh and made the file executable. Then I opened XBMC, went to the Advanced Launcher and created a new launcher with the command
Code:
/home/user/tvn.sh
