<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'><div dir='ltr'>
Hello FFMpeg users.<br><br>I am new in FFMpeg user forum and I would like to ask your help in the following issue.<br>I would like to stream from an Axis camera(mjpeg format) through FFmpeg to the FFserver and watch the stream from another machine by using VLC.<br>I have tried a lot of combinations in  the ffserver.conf file and ffmpeg commands line but without any luck.<br>The only I get is an image jpeg(without any motion) in the other end through VLC.<br>My last attempt was the default ffserver configuration file and an extra option of AVOptions flags +global_header(because ffserver was complaint about global headers all the time) and the ffmpeg command line was like the following one:<br><br>ffmpeg -i "http://user:pass@192.168.1.112/axis-cgi/mjpg/video.cgi?resolution=320x240&.mjpeg" -vcodec copy "http://192.168.1.118:8090/feed1.ffm"<br><br>Any help will be appreciated.<br><br>Thanks in advance<br>Best Regards<br>Ioannis <br>                                     </div></body>
</html>