Hi,
I am trying to restream an Axis 207W HTTP MJPEG streaming thru VLC
For this I do (Windows interface) :
- Open network stream
- SOURCE : http://host_ip/mjpg/1/video.mjpg
- STREAM OUTPUT : Display locally / New destination -> HTTP -> Add -> port 81
- Activate transcoding OFF (keep same MJPEG stream)
- Stream
This produce :sout=#duplicate{dst=http{mux=ffmpeg{mux=flv},dst=:81/},dst=display} :sout-keep
Doing this it show the stream locally into VLC window so link to AXIS camera is OK.
Problem : when I want to display it thru some web browser connected to VLC integrated HTTP server I get a download dialog instead of video display.
Question : how do I make VLC produce HTTP header that make the web browser display the stream instead of downloading it ?
regards.