Notices


Reply
Thread Tools
Posts: 882 | Thanked: 1,310 times | Joined on Mar 2007
#981
Originally Posted by Larswad View Post
Got a new effect: Everything plays just fine in the N900, but the music progress bar is wacky. It moves for a few secs, like say up to ten secs, then it goes back to beginning again. Strange huh?
Anyone else seen this? I don't want to browse ~100 pages of posts back to find out.
Can you git pull and report if this still keeps happening?
 

The Following 2 Users Say Thank You to ukki For This Useful Post:
Addison's Avatar
Posts: 3,811 | Thanked: 1,151 times | Joined on Oct 2007 @ East Lansing, MI
#982
Hey Janne!

Just wondering, is there any possibility that Knots could interact with XBMC is some fashion?

That would so rock if it could!
 
Posts: 882 | Thanked: 1,310 times | Joined on Mar 2007
#983
Originally Posted by Addison View Post
Just wondering, is there any possibility that Knots could interact with XBMC is some fashion?
Nope James.
 

The Following User Says Thank You to ukki For This Useful Post:
Addison's Avatar
Posts: 3,811 | Thanked: 1,151 times | Joined on Oct 2007 @ East Lansing, MI
#984
Yep. I figured as much.

I tend to live in dreamland. *lol*
 
Posts: 385 | Thanked: 426 times | Joined on Dec 2009 @ Gothenburg, Sweden
#985
@ukki:Thanks, it did update (patched) a couple of files. After restarting knots server (linux) the progress bar seems ok! But I'll give it a while to see that the effect doesn't come back. My vlc is 1.0.2 btw.

Another thing, just as a little info to you, because it's kind of interesting. At bugs.meamo.org there was a bug report (don't remember the number right now) that some applications suffered from a sudden audio stuttering when the screen was dimming, or when the user clicks the lock button. This bug report if I remember it right was hard to prove that this problem wasn't oroginating from the applications, and that this was something related to either pulse-audio or some other thing in the OS code...I think the bug was closed after a while.
Anyway, I am still not convinced at all, I believe this is something strange somewhere in the Nokia code, either something is not documented right or there is some real bug.
Knots were among the apps that I have personally noticed this (and still do), but also the MSid application does this.

Ukki, have you noticed this sudden audio stuttering thing yourself, and do you have any idea what is going on while that screen dimming / screen locking is triggered?

EDIT: The bugreport I mentioned was this one:
https://bugs.maemo.org/show_bug.cgi?id=7383

Last edited by Larswad; 2010-12-07 at 09:40.
 
Posts: 882 | Thanked: 1,310 times | Joined on Mar 2007
#986
Originally Posted by Larswad View Post
@ukki:Thanks, it did update (patched) a couple of files. After restarting knots server (linux) the progress bar seems ok! But I'll give it a while to see that the effect doesn't come back. My vlc is 1.0.2 btw.
I still managed to trigger it, but now the problem goes away without restarting the server. Need to fix it properly once I find out what still triggers it.

Originally Posted by Larswad View Post
Ukki, have you noticed this sudden audio stuttering thing yourself, and do you have any idea what is going on while that screen dimming / screen locking is triggered?
Yes, I have noticed it. It happens with both mplayer and gstreamer, but I don't know for sure what causes it. I thought the bug was gone after upgrading to 1.3, but it came back after a while. Sometimes it doesn't happen right after reboot, but usually anything related to screen (dimming, rotating etc.) causes that audio stuttering. I think using mafw as a backend would fix the issue, but I haven't found motivation to write that yet.

EDIT: Mafw Vala bindings aren't up to task it seems.

Last edited by ukki; 2010-12-07 at 17:50.
 

The Following 2 Users Say Thank You to ukki For This Useful Post:
Posts: 4 | Thanked: 0 times | Joined on Dec 2010
#987
Hi, I've been trying all day to get this working in Slax (a Slackware derivative) but the following problem persists:

Code:
bash-3.1$ ./knots.rb

[2010-12-15 19:29:06] Welcome to Knots - http://wiki.maemo.org/Knots2
[2010-12-15 19:29:06] Starting Knots in /home/phil/knots with ruby 1.9.                            1
[2010-12-15 19:29:06] Waiting for VLC to start
[2010-12-15 19:29:07] Waiting for VLC to start
[2010-12-15 19:29:08] Waiting for VLC to start
[2010-12-15 19:29:09] Waiting for VLC to start
[2010-12-15 19:29:10] Waiting for VLC to start
[2010-12-15 19:29:11] Waiting for VLC to start
[2010-12-15 19:29:12] Waiting for VLC to start
[2010-12-15 19:29:13] Waiting for VLC to start
[2010-12-15 19:29:14] Waiting for VLC to start
[2010-12-15 19:29:15] Waiting for VLC to start
[2010-12-15 19:29:16] Waiting for VLC to start
[2010-12-15 19:29:17] Waiting for VLC to start
[2010-12-15 19:29:18] Waiting for VLC to start
[2010-12-15 19:29:19] Waiting for VLC to start
[2010-12-15 19:29:21] Waiting for VLC to start
[2010-12-15 19:29:22] Waiting for VLC to start
[2010-12-15 19:29:23] Waiting for VLC to start
[2010-12-15 19:29:24] Waiting for VLC to start
[2010-12-15 19:29:25] Waiting for VLC to start
[2010-12-15 19:29:26] Waiting for VLC to start
[2010-12-15 19:29:27] VLC failed to start properly. Knots will not work.
[2010-12-15 19:29:27] You can access the server with http://localhost:1978
[2010-12-15 19:29:27] Press ctrl-c to close the server
Everything appears to be working other than the server connection to vlc.

I have tried 3 different vlc packages and I always get the same result, though 1 I tried actually opened vlc but still the same error!
 
Posts: 882 | Thanked: 1,310 times | Joined on Mar 2007
#988
Originally Posted by vectis810 View Post
Hi, I've been trying all day to get this working in Slax (a Slackware derivative) but the following problem persists:

Code:
bash-3.1$ ./knots.rb

[2010-12-15 19:29:06] Welcome to Knots - http://wiki.maemo.org/Knots2
[2010-12-15 19:29:06] Starting Knots in /home/phil/knots with ruby 1.9.                            1
[2010-12-15 19:29:06] Waiting for VLC to start
[2010-12-15 19:29:07] Waiting for VLC to start
[2010-12-15 19:29:08] Waiting for VLC to start
[2010-12-15 19:29:09] Waiting for VLC to start
[2010-12-15 19:29:10] Waiting for VLC to start
[2010-12-15 19:29:11] Waiting for VLC to start
[2010-12-15 19:29:12] Waiting for VLC to start
[2010-12-15 19:29:13] Waiting for VLC to start
[2010-12-15 19:29:14] Waiting for VLC to start
[2010-12-15 19:29:15] Waiting for VLC to start
[2010-12-15 19:29:16] Waiting for VLC to start
[2010-12-15 19:29:17] Waiting for VLC to start
[2010-12-15 19:29:18] Waiting for VLC to start
[2010-12-15 19:29:19] Waiting for VLC to start
[2010-12-15 19:29:21] Waiting for VLC to start
[2010-12-15 19:29:22] Waiting for VLC to start
[2010-12-15 19:29:23] Waiting for VLC to start
[2010-12-15 19:29:24] Waiting for VLC to start
[2010-12-15 19:29:25] Waiting for VLC to start
[2010-12-15 19:29:26] Waiting for VLC to start
[2010-12-15 19:29:27] VLC failed to start properly. Knots will not work.
[2010-12-15 19:29:27] You can access the server with http://localhost:1978
[2010-12-15 19:29:27] Press ctrl-c to close the server
Everything appears to be working other than the server connection to vlc.

I have tried 3 different vlc packages and I always get the same result, though 1 I tried actually opened vlc but still the same error!
Code:
vlc --version
What version is your VLC? If it's older than 1.1 (which would be a good thing), run

Code:
./scripts/setup new_vlc 0
in the knots directory and try starting the server again.
 
Posts: 4 | Thanked: 0 times | Joined on Dec 2010
#989
Wow, Thanks!

Code:
bash-3.1$ ./scripts/setup new_vlc 0
new_vlc => 0
bash-3.1$ ./knots.rb

[2010-12-15 20:03:14] Welcome to Knots - http://wiki.maemo.org/Knots2
[2010-12-15 20:03:14] Starting Knots in /home/phil/knots with ruby 1.9.1
[2010-12-15 20:03:14] Waiting for VLC to start
[2010-12-15 20:03:15] VLC started properly
[2010-12-15 20:03:15] You can access the server with http://localhost:1978
[2010-12-15 20:03:15] Press ctrl-c to close the server
So what did I miss? (other than the obvious above code)
 
Posts: 882 | Thanked: 1,310 times | Joined on Mar 2007
#990
Originally Posted by vectis810 View Post
So what did I miss? (other than the obvious above code)
It's the "Using VLC 1.1 or newer" setting, that is now on by default. Videolan rewrote the telnet interface in 1.1 and renamed the old one to oldtelnet. So Knots tried to enable oldtelnet which is named differently in 1.0 hence it failed to start. But hopefully it will now work.
 

The Following User Says Thank You to ukki For This Useful Post:
Reply

Tags
knots, music, streaming, video


 
Forum Jump


All times are GMT. The time now is 23:29.