![]() |
[AR]n900 - Low latency webcam stream?
Hi.
I want make a argumented reality car, controled by n900 accelerometer. So i have a embedded debian board with makes a wlan-accesspoint, controls the car and sends a webcam stream to n900. I have testet videostream from my laptop webcam to n900 (server and client = vlc) with 3 different ways: Code:
server rtp: Code:
server udp multicast: Code:
server mms stream: Any ideas to decrase this latency? Regards, Andi |
Re: [AR]n900 - Low latency webcam stream?
try to send uncompressed video, that should help, but wifi might be too slow for it.
|
Re: [AR]n900 - Low latency webcam stream?
Quote:
BTW: do u have fleury or hierholzer algo in php? i really need it! |
Re: [AR]n900 - Low latency webcam stream?
thanks for fast replys!
Quote:
Code:
vlc -vvv v4l2:///dev/video0 --sout '#std{access=udp,mux=ts,dst=239.255.23.23:1234}' Code:
[0x29e1f68] main mux debug: adding a new input Quote:
btw: i am a php newbie ;) |
Re: [AR]n900 - Low latency webcam stream?
i don't know. it should be some sort of freq filter on the server site. can't u just pipe video device through mplayer on server first i.e. preproccesing and then stream it with vlc? i don't have a fast algo here. also if u use my script u can get very low latency ping and upload dunno how much u can increase throughput but if u are really into it u should try it?
|
Re: [AR]n900 - Low latency webcam stream?
I didn't test this, but it might work.
Modified your server settings to vlc -vvv v4l2:///dev/video0 --sout '#transcode{vcodec=mp1v,acodec=mpga,fps=10,vb=200} :rtp{dst=CLIENTADRESSE,port=5000,sdp=file:///home/andi/sdp.sdp,ttl=10,mux=ts,proto=udp}' Frames per second is 10, bitrate is 200 kb/s and changed codec to Mpeg1. |
All times are GMT. The time now is 06:50. |
vBulletin® Version 3.8.8