Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
ReStream .asf from IP camera (Linksys WVC54GCA)How do you re-stream video from an IP Camera that uses .asf format?
StreamBy.com does not do .asf format yet, and therefore does not support my IP Camera (Linksys WVC54GCA). I do not have a server available to re-stream it myself. Here is what I am trying to do. I would like to stream live video to the internet from a car that will doing the Cannonball Run One Lap of America. They will be travelling 3500 miles and racing at 9 different race tracks in 7 days. I am planning on using Verizon Wireless 3G broadband with a DLink DIR-450 3G mobile broadband router for internet access while on the move. The camera is limited in the number of concurrent streams it can handle. Also I would like for it to not have to do more than 1 stream at a time anyway as that will eat up my bandwidth allotment very quickly. So, how do you re-stream video from an IP Camera that uses .asf format? Any help, pointers,or suggestions for my project would REALLY be appreciated. Thanks. -Scott p.s. I'm not sure if this should be here or in the re-broadcasting forum. Sorry if it is in the wrong place. Feel free to move it. |
#2
|
|||
|
|||
Re: ReStream .asf from IP camera (Linksys WVC54GCA)Try to use freeware VLC. I'm not sure whether it supports your camera or not.
|
#3
|
|||
|
|||
Re: ReStream .asf from IP camera (Linksys WVC54GCA)Hi there
I have had many truble trying to restream my IP Camera untill I found a good cheap service here: envivodesde.com, it is a spanish website but if you write them in English you will got your answers in English. They have a trial to test Bye Alberto |
#4
|
|||
|
|||
Re: ReStream .asf from IP camera (Linksys WVC54GCA)Linksys WVC54GCA can be recorded and re-streamed. It might not be that easy for a newbie, but it is possible.
And although the camera can be accesses via Internet Explorer (with an ActiveX control) or using the Linksys IP Cam Think client. But the best thing is that you can access the camera using freeware VLC player Code:
vlc.exe http://[camera[/url] address]/img/video.asf Code:
mplayer.exe http://[camera[/url] address]/img/video.asf Code:
http://[camera address]/img/video.asf Code:
http://[camera address]/img/mjpeg.jpg Code:
http://[camera address]/img/mjpeg.cgi Besides watching the IP camera, you can grab a JPEG frame from it using mplayer: Code:
mplayer.exe http://[camera address]/img/video.asf -frames 1 -vo jpeg:quality=100:maxfiles=1 Code:
ffmpeg.exe -i http://[camera address]/img/video.asf -vcodec copy -b 800k output.asf If you want to convert Windows Media stream from this IP camera to flash, you can use ffserver: Add the following to your ffserver.conf file Code:
<Stream stream1.swf> Feed feed1.ffm Format swf VideoCodec flv VideoFrameRate 2 VideoBufferSize 80000 VideoBitRate 100 VideoQMin 1 VideoQMax 5 VideoSize 352x288 PreRoll 0 Noaudio </Stream> HTML Code:
<EMBED src="http://[FFSERVER]/stream1.swf" mce_src="http://[FFSERVER]/stream1.swf" width=640 height=480 type="application/x-shockwave-flash"></EMBED> |
Tags: asf, ip camera, resteam, stream |
Thread Tools | |
Display Modes | |
|
|