Sixthhokage2 / remuco

Automatically exported from code.google.com/p/remuco
1 stars 1 forks source link

Still getting connection timeout #121

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What is your environment?
* OS: ArchLinux 2.6.35.2
* Remuco version: 0.9.3
* Client device: Nokia e51 410.34.001 via WiFi
* Player: Mplayer SVN-r31774-4.5.0

What's the matter?

I am starting server on pc adn client on my phone. It starts to connect, but 
after while there is connection timeout. Log file on pc is in attachment.

I don't know, what to do.

Cheers!

Original issue reported on code.google.com by malgorza...@gmail.com on 26 Aug 2010 at 2:41

Attachments:

GoogleCodeExporter commented 9 years ago
Hm.. interesting. Did you read 
http://code.google.com/p/remuco/wiki/GettingStarted#MPlayer ?

Mplayer INDEPENDENT support is kind of hackish, i'll admit :(
The "lazy way" (MASTER mode) is better but requires you to re-connect everytime 
your playlist (what you pass to it using "remuco-mplayer file1 file2 ...") is 
over.

Let me know if it works after you've checked .mplayer/config and the fifo files.

Original comment by igor.con...@gmail.com on 26 Aug 2010 at 3:54

GoogleCodeExporter commented 9 years ago
Thank you, "lazy way" works just excellent, but is it possible to work remuco 
with, for example, smplayer? I can't do it working. When I run remuco-mplayer 
(without arguments) and then run mplayer or smplayer, it doesn't work. It works 
only with command like that: remuco-mplayer some_movie.avi

Greetings!

Original comment by malgorza...@gmail.com on 27 Aug 2010 at 11:53

GoogleCodeExporter commented 9 years ago
Yes, using remuco with smplayer IS possible, but there is a catch: since 
mplayer will eventually be called as the backend, it will always look for 
~/.mplayer/config and find your "input=..." line, meaning you can control it 
externally, but the text mplayer spits out is trapped in smplayer's internals 
and not exposed (to the best of my knowledge), so your client can't get any 
status messages.

I may be able to hack something into smplayer, I just need to find the time :(

Anyway, you should be able to use remuco fully once you have the fifo files 
properly setup, just need to run remuco-mplayer once and calling "mplayer 
file-list" everytime you want to play.

Original comment by igor.con...@gmail.com on 27 Aug 2010 at 1:28

GoogleCodeExporter commented 9 years ago

Original comment by obensonne@googlemail.com on 31 Aug 2011 at 8:48