Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Broadcasting streaming media > Re-broadcasting streaming media
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 03-11-2010, 03:54 PM
sab0276 sab0276 is offline
Junior Member
 
Join Date: Mar 2010
Posts: 2
sab0276 is on a distinguished road
Default

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.
Reply With Quote
  #2  
Old 03-11-2010, 11:12 PM
Stream Recorder
 
Posts: n/a
Default

Re: ReStream .asf from IP camera (Linksys WVC54GCA)


Try to use freeware VLC. I'm not sure whether it supports your camera or not.
Reply With Quote
  #3  
Old 04-20-2011, 10:15 AM
anpoirier anpoirier is offline
Junior Member
 
Join Date: Apr 2011
Posts: 3
anpoirier is on a distinguished road
Default

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
Reply With Quote
  #4  
Old 08-06-2011, 01:48 AM
any ANONYMOUS forum user any ANONYMOUS forum user is offline
any user of the forum who preferred to post anonymously
 
Join Date: Aug 2011
Location: Server of stream-recorder.com
Posts: 211
any ANONYMOUS forum user is on a distinguished road
Default

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
and MPlayer:
Code:
mplayer.exe http://[camera[/url] address]/img/video.asf
Note that besides Windows Media stream
Code:
http://[camera address]/img/video.asf
you can access the Motion JPEG camera output
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
And you can save the camera output using ffmpeg:
Code:
ffmpeg.exe -i http://[camera address]/img/video.asf -vcodec copy -b 800k output.asf
Note that this will record video only and will save it as output.asf video file. You should be able to play the recorded .asf file using Windows Media Player, VLC, MPlayer,...


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>
Then you will get and FLV stream, that you can watch by embedding SWF player:
HTML Code:
<EMBED src="http://[FFSERVER]/stream1.swf" mce_src="http://[FFSERVER]/stream1.swf" width=640 height=480 type="application/x-shockwave-flash"></EMBED>
And of course you can use ffserver to re-broadcast the stream from IP camera to a flash server.
Reply With Quote
Reply Post New Thread
Tags: , , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 07:16 PM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons