I just launched my new webtv which can be played with VLC and mplayer only.
The video is encoded in H264 and audio in MP3.
The streaming is done by an icecast server.
Hello, Can someone tell me if it's possible to transcode a complete playlist? I tried with some parameters with #EXTVLCOPT but I was unable to stream multiples files into one stream. Maybe I made a mistake. I'd like to stream a list of videos and to use the same output method (for example MPEG TS as...
I managed to compile VLC 0.8.6 from sources with cygwin. I choosed to enable Avisynth support in ffmpeg because I would be able to use it also in VLC. But I'm having a problem because VLC doesn't play sound... Video is good and displays correctly. Does anyone have a solution? (Of course, the script ...
How would you like to receive the pictures of your webcam? You can use DirectShow. Just select open (advanced), choose DirectShow, set up your parameters and check Diffuse/Save. Choose your output modules and parameters. For example HTTP on port 8080. After that you have to open the port on your fir...
Hello, I'd like to know if someone has already setup a streaming of MPEG4 video encoded with H264. I'm talking about video that is encoded before it is streamed: - first you transcode the video (with VLC or with X264 encoder), - then you launch VLC and stream the file in HTTP for example. I tried an...
I'm trying to stream a video clip in MPEG4. The server instance plays fine. The client instance only outputs the sound and there is no video. This are the logs of the client: ... main debug: `http://localhost:1234' gives access `http' demux `' path `localhost:1234' main debug: creating demux: access...
This is my log when I'm using the following command line: vlc --file-logging -vv "D:\Mes documents\test_video\bande_test_half_size.avi.264" :sout=#duplicate{dst=display,dst=std{access=http,mux=ts,dst=:1234}} Part of the log (I cut the end) --- -- logger module started -- main debug: CPU ha...
The file I encoded is 360x288. Encoded with VLC: streaming OK Encoded with x264: playing OK, but streaming in error. When I'm just playing in VLC it uses less than 5% of CPU (I have a P4 Dual Core 3Ghz). I tried to watch the video on the same machine and on another and the result is the same. I'll t...
I encoded a video with x264 GPL encoder in two passes in order to have very good video quality. I tried two formats: raw H264 and MP4 container. I can play the video file with VLC, but when I enable "transcode" function in UDP or HTTP for example, the video won't play correctly nor stream ...
Hello, I produced a mpeg4 file with megui and x264 encoder. I successfully played the file with VLC and the quality is wonderful. Audio and video is OK. I used a bitrate of 500Kbps approximatly. I'd like to stream such a file with VLC so I used http output module on port 8080. When I connect with an...