Page 1 of 1

streaming and transcoding

Posted: 04 Nov 2004 15:39
by perica
Hi!

I want to open the mjpeg over the http on the linux box, transcode it to mpeg-4 and stream over the http. I have the following problems:

1. What is command line syntax to repeat (loop) opening the files from source (http://80.240.228.233/liveimgs/camera003_233.jpg)?
I am using the following syntax:
./vlc -vvv --http-proxy xxx.xxx.xxx.xx:81 http://80.240.228.233/liveimgs/camera003_233.jpg --sout '#transcode{vcodec=mp4v,vb=768,scale=1}:duplicate{dst=std{access=http,mux=ts,url=xxx.xxx.xxx.xxx:8080}}'
Only the first jpeg is opened.

2. Is it possible to open the stream in the web browser, not using the VLC?