![]() |
2006-09-06
, 19:38
|
|
Posts: 356 |
Thanked: 27 times |
Joined on Jun 2006
@ Madrid, Spain
|
#142
|
I do wish to do the Hamachi concept you are working with, as I saw on another forum, that you able to stream from TVersity through Hamachi using mplayer, but not through Media Streamer, yet. I will keep my fingers crossed for that when they at TVersity do their update.
So with Hamachi running in the background, in theory, then Media Streamer should be working with TVersity over a secure network. I might need to bug you on the Hamachi set-up when I get some time to put that together on the N770.
![]() |
2006-09-06
, 20:08
|
Posts: 29 |
Thanked: 1 time |
Joined on Jan 2006
|
#143
|
![]() |
2006-09-07
, 08:31
|
Posts: 47 |
Thanked: 3 times |
Joined on Apr 2006
|
#144
|
![]() |
2006-09-07
, 19:01
|
Posts: 80 |
Thanked: 4 times |
Joined on Jun 2006
|
#145
|
First, become root.
Then create a new file named /usr/bin/runmplayer
$ vi /usr/bin/runmplayer
Add these lines to it and save it:
Make it globally executable.Code:#!/bin/sh /usr/bin/mplayer -fs -framedrop -vo x11 -ao sdl -cache 800 "$1"
$ chmod 0755 /usr/bin/runmplayer
![]() |
2006-09-07
, 20:13
|
Posts: 7 |
Thanked: 0 times |
Joined on Jun 2006
|
#146
|
![]() |
2006-09-07
, 22:34
|
|
Posts: 38 |
Thanked: 10 times |
Joined on Mar 2006
|
#147
|
![]() |
2006-09-08
, 00:40
|
|
Posts: 564 |
Thanked: 8 times |
Joined on Nov 2005
@ Fayetteville, GA
|
#148
|
![]() |
2006-09-08
, 05:12
|
|
Posts: 38 |
Thanked: 10 times |
Joined on Mar 2006
|
#149
|
Nice work maba! Works perfectly. Now all we need is a way to launch it from the menu and we'er pretty much set. Thanks for making this.
![]() |
2006-09-08
, 05:49
|
|
Posts: 564 |
Thanked: 8 times |
Joined on Nov 2005
@ Fayetteville, GA
|
#150
|
Thanks, nice to hear.
Also, I have now made a .deb package which installs via the Application Manager and comes with a menu entry to launch it so there you go
I will check that out to get a better understanding. But this may be a dumb question, how did you toggle from full screen to mplayer in the header?
I do wish to do the Hamachi concept you are working with, as I saw on another forum, that you able to stream from TVersity through Hamachi using mplayer, but not through Media Streamer, yet. I will keep my fingers crossed for that when they at TVersity do their update.
So with Hamachi running in the background, in theory, then Media Streamer should be working with TVersity over a secure network. I might need to bug you on the hamachi setup when I get some time to put that together on the N770.
Cheers
Last edited by polyesterangst; 2006-09-06 at 19:02.