Active Topics

 



Notices


Reply
Thread Tools
Posts: 882 | Thanked: 1,310 times | Joined on Mar 2007
#71
Originally Posted by FaberfoX View Post
ukki, got knots working using openvpn, having access to all my media from almost anywhere is amazing, thanks once more.
Nice. Are you using 0.3.3? Have you noticed any bad bugs with it? I made lots of changes to the player, hope it works ok.

Originally Posted by FaberfoX View Post
What I was asking is for a way to control an analog, hardware encoding capture card, in my case a pvr-250 from hauppauge. The card can be accessed in vlc using vlc:// as a prefix.
This should be quite easy. All you need to do is create a playlist like this:

Code:
<?xml version='1.0' encoding='ISO-8859-1'?><playlist><item title='Channel name' url='pvr:/dev/video0:norm=secam:size=720x576:frequency=576250:
bitrate=3000000:maxbitrate=4000000'/>
Then add the playlist to Knots like a normal directory. I bet I need to make some changes to Knots though, but try it first and report back.

Originally Posted by FaberfoX View Post
Also, do you have a non hildonized client? I find knots much nicer than mythvideo, and its ability to transcode would allow me to watch content on underpowered clients.
No, sorry. I bet I could make it somewhat run on Linux/FreeBSD with Ruby-GTK though.
 

The Following User Says Thank You to ukki For This Useful Post:
stangri's Avatar
Posts: 145 | Thanked: 18 times | Joined on Aug 2008 @ Vancouver, BC
#72
Originally Posted by FaberfoX View Post
ukki, got knots working using openvpn, having access to all my media from almost anywhere is amazing, thanks once more.
If you're running the OpenVPN server on dd-wrt, could you please PM me?
thanks!
 
Posts: 882 | Thanked: 1,310 times | Joined on Mar 2007
#73
Originally Posted by FaberfoX View Post
Also, do you have a non hildonized client? I find knots much nicer than mythvideo, and its ability to transcode would allow me to watch content on underpowered clients.
This reminded me of the very first "Knots" I made which was web-based. So I added an html frontend to Knots. You can now watch everything with your browser if you have Flash installed. If you choose to transcode to some other format, you can open the stream with an external player and seek in the stream with your browser. I'll try to make it a little better (looking at least) and release it this week.
 

The Following 3 Users Say Thank You to ukki For This Useful Post:
Posts: 66 | Thanked: 8 times | Joined on Jan 2008
#74
I am trying to install Knots server on Buffalo Linkstation Pro NAS, that has I guess Debian on it ( I am a complete noob here). I managed it up to the very end command ./knots start and stuck here. First I've got an error "cannot create shared object" related to libcrypto.so.0.9.7 that I fixed (I guess) by installing openssl. But now I am getting this:
Code:
root@SKLAD:/mnt/disk1/Buffalo/MMedia/kserver# ./knots start
ps: invalid option -- j
BusyBox v1.1.1 (2007.05.10-05:06+0000) multi-call binary

Usage: ps

Report process status

Options:
        w       wide output

root@SKLAD:/mnt/disk1/Buffalo/MMedia/kserver# ./lib/ifconfig/linux/ifconfig.rb:15: warning: Insecure world writable dir /sbin in PATH, mode 040777
./lib/ifconfig/linux/ifconfig.rb:17: warning: Insecure world writable dir /sbin in PATH, mode 040777
/opt/lib/ruby/1.8/gserver.rb:193:in `initialize': Address already in use - bind(2) (Errno::EADDRINUSE)
        from /opt/lib/ruby/1.8/gserver.rb:193:in `new'
        from /opt/lib/ruby/1.8/gserver.rb:193:in `start'
        from /opt/lib/ruby/1.8/gserver.rb:189:in `synchronize'
        from /opt/lib/ruby/1.8/gserver.rb:189:in `start'
        from ./knots:20:in `start'
        from ./knots:12:in `detach'
        from ./knots:10:in `fork'
        from ./knots:10:in `detach'
        from ./knots:65
Any advice on what's done wrong and how to fix it?

Also, related question - how can I uninstall knots server?

Thanks,
godd
 
Posts: 66 | Thanked: 8 times | Joined on Jan 2008
#75
OK, nevermind, stupid me , I figured it out - did not have full ps installed.
Now I see my shares on a tablet in Knots client but cannot play any of my avi. Is it server or client problem?
 
Posts: 882 | Thanked: 1,310 times | Joined on Mar 2007
#76
Originally Posted by godd View Post
OK, nevermind, stupid me , I figured it out - did not have full ps installed.
Now I see my shares on a tablet in Knots client but cannot play any of my avi. Is it server or client problem?
Do you have vlc 0.9.x installed? Is that nas i386 btw?

EDIT: Ah, apparently not. You would need to compile VLC 0.9.5 for that thing, which may not be an easy task. I'm also not sure it has the cpu power to handle the transcoding.

Last edited by ukki; 2008-10-30 at 06:45.
 

The Following User Says Thank You to ukki For This Useful Post:
Posts: 66 | Thanked: 8 times | Joined on Jan 2008
#77
I have vlc 0.9.4 installed on Linkstation.
The problem is apparently with mplayer on my tablet. I ran Knots from Xterm and got some errors:
Couldn't resolve name for AF_INET:
File not found: ':4215/stream.asf'
Failed to open http://:4215/stream.asf

and then:

Mplayer interrupted by signal 13 in module : exit_player - Mplayer crashed. This shouldn't happen.

Does it help?
 
luca's Avatar
Posts: 1,137 | Thanked: 402 times | Joined on Sep 2007 @ Catalunya
#78
No, definitely it hasn't enough horsepower (it has more or less the same as the tablet, mine does fine as an all purpose server, but not for video transcoding).
 
Posts: 882 | Thanked: 1,310 times | Joined on Mar 2007
#79
Originally Posted by godd View Post
I have vlc 0.9.4 installed on Linkstation.
The problem is apparently with mplayer on my tablet. I ran Knots from Xterm and got some errors:
Couldn't resolve name for AF_INET:
File not found: ':4215/stream.asf'
Failed to open http://:4215/stream.asf

and then:

Mplayer interrupted by signal 13 in module : exit_player - Mplayer crashed. This shouldn't happen.

Does it help?
This means it hasn't detected your servers ip. Either you are using a wrong interface in the config or the ifconfig library fails to detect it. If you are sure it's the correct interface, add ip: your_nas_ip under server section. It should then say "Starting Knots 0.3.4 at nas_ip:4212" in the log. But like Luca said, it will prolly not have the horsepower to transcode.
 

The Following User Says Thank You to ukki For This Useful Post:
stangri's Avatar
Posts: 145 | Thanked: 18 times | Joined on Aug 2008 @ Vancouver, BC
#80
Any of you guys have experience with the DroboShare? It runs linux and the manufacturer is interested in getting more DroboApps -- but is the hardware powerful enough to transcode videos?
 
Reply

Tags
knots, linux, os x, streaming, video


 
Forum Jump


All times are GMT. The time now is 21:28.