Search found 23 matches

Go to advanced search

by jix
24 Aug 2005 16:58
Forum: VLC stream-output (sout)
Topic: Can some1 point me in right direction?
Replies: 4
Views: 1391

You can stream in http like http://www.videolan.org/doc/streaming-howto/en/ch04.html#id296791 in this example you use your ip and people connect to your ip. You can also stream the file directly to the ip of the clients in unicast like http://www.videolan.org/doc/streaming-howto/en/ch04.html#id29664...
by jix
22 Aug 2005 01:39
Forum: VLC media player for Windows Troubleshooting
Topic: Save stream?...
Replies: 2
Views: 1332

Can you be more precise with what you do with vlc: command line or settings, logs ...
by jix
21 Aug 2005 23:33
Forum: VLC media player for Linux and friends Troubleshooting
Topic: mms streaming problems (mmsh works)
Replies: 2
Views: 3919

Can you paste the logs of the vlc that streams ?

You don't need the "duplicate" in your command line, it should look like
vlc yourfile --sout=#transcode{vcodec=DIV3,vb=200,scale=0.29,acodec=mp3,ab=56,channels=2}:std{access=mmsh,mux=asfh,url=:1234}
by jix
21 Aug 2005 14:42
Forum: VLC stream-output (sout)
Topic: need help capturing/saving stream video to file..
Replies: 2
Views: 1140

In opening the .asx file, you can see that the video adress is mms://media.amazingfacts.org/amazingfacts/EGVideo/EG2522.wmv

So you choose to open this file with vlc and you dump it to your hard drive.
by jix
20 Aug 2005 00:18
Forum: Skins
Topic: Drawer request
Replies: 3
Views: 4293

Drawer request

Would it be possible to add a moving window in a skin. I mean when you click the "show playlist" button, the window would slide instead of appearing suddenly. It would look like a drawer.
by jix
14 Aug 2005 16:20
Forum: Forum, Website and Artwork discussion
Topic: Get Vlc button
Replies: 7
Views: 7982

I have added it on the website. Thanks
by jix
14 Aug 2005 15:56
Forum: VLC stream-output (sout)
Topic: Transcoding
Replies: 6
Views: 2210

Can you give more details ? (command line, logs ...)
by jix
13 Aug 2005 21:50
Forum: VideoLAN Server and miniSAPserver
Topic: VLS + SkyStar2 not work!!!
Replies: 1
Views: 4009

To use VLS, you need to create a .dvbrc file in the user directory. It seems that root hasn't this file so VLS uses the one in /etc/dvb and doesn't find the program ANSTV in the dvbrc example. You can find examples of dvbrc in the libdvb directory and there's also the satscan script which can create...
by jix
09 Aug 2005 14:30
Forum: General VLC media player Troubleshooting
Topic: Looping
Replies: 1
Views: 692

I've just tried with VCL 0.8.2 and checking "repeat current item" makes it loop indefinitely. You check the box and the restart VLC.
by jix
09 Aug 2005 14:18
Forum: VLC stream-output (sout)
Topic: Can't get simple streaming to work with 0.8.2
Replies: 11
Views: 3667

Try to transcode the audio to stream your cd

vlc.exe cdda://D: --sout=#transcode{acodec=vorb,ab=128}:std{access=http,mux=ogg,url=192.168.0.24:8080}
by jix
09 Aug 2005 13:32
Forum: VideoLAN Server and miniSAPserver
Topic: Tuning problem streaming DVB-S
Replies: 5
Views: 10234

To make your playlist, you can use the 'duplicate' sout An exemple to stream two programs % vlc -vvv --color --ttl 12 --ts-es-id-pid --programs 8508,8505 dvb: --dvb-adapter=0 --dvb-frequency=11739000 --dvb-srate=27500000 --dvb-voltage=13 --dvb-fec=3 --dvb-budget-mode --sout '#duplicate{dst=std{acces...
by jix
09 Aug 2005 02:58
Forum: VLC stream-output (sout)
Topic: "TS discontinuity" & tuning
Replies: 6
Views: 4190

You have to add --programs xxx to choose the channel you want to see. If you don't precise it VLC opens the first one.
by jix
09 Aug 2005 02:45
Forum: VLC stream-output (sout)
Topic: Minimal hardware requirement
Replies: 6
Views: 1943

The hauppauge 250/350 are hardware encoding cards, it means that the computer makes nothing to encode videos. So you can stream with these cards with a very old computer like (300MHz). I think they only encode in mpeg2 so it uses more bandwidth than mpeg4. If you want to use VLC to transcode the vid...
by jix
09 Aug 2005 02:21
Forum: VideoLAN Server and miniSAPserver
Topic: vls.cfg configuration for streaming live video
Replies: 1
Views: 3492

You should use VLC which is easier to use and have more possibilities than VLS. You can find documentation at http://www.videolan.org/doc/
by jix
09 Aug 2005 02:04
Forum: VideoLAN Server and miniSAPserver
Topic: video input streaming
Replies: 1
Views: 3428

you can use a command line like this:

vlc -vvv input_stream --sout #standard{access=http,mux=ogg,url=server.example.org:8080}'

where input_stream is your capture device

you can find more informations in the streaming howto: http://www.videolan.org/doc/streaming-h ... to-en.html
by jix
09 Aug 2005 01:58
Forum: VideoLAN Server and miniSAPserver
Topic: installing vls on Linux Machine - library error help!
Replies: 3
Views: 3345

The same answer in english :)

This is the dvb drivers from the kernel. You can try to make a link to kernel sources (include/linux/dvb) but check that the kernel is built with the dvb support.
by jix
09 Aug 2005 01:56
Forum: VideoLAN Server and miniSAPserver
Topic: Tuning problem streaming DVB-S
Replies: 5
Views: 10234

With this command line: vls -vvv -d udp:10.1.1.231 dvb:ZDF vls searchs the program ZDF in the .dvbrc file as it is described here: http://www.videolan.org/doc/streaming-howto/en/ch09.html#id300248 To create a dvbrc, you can use the satscan script in the libdvb-0.2.2 You can also use VLC and the comm...
by jix
09 Aug 2005 01:51
Forum: VideoLAN Server and miniSAPserver
Topic: installing vls on Linux Machine - library error help!
Replies: 3
Views: 3345

Les fichiers qui te manquent sont les drivers dvb issus du noyau. Tu peux essayer de faire un lien vers les sources du noyau mais vérifie que tu as bien compilé le noyau avec le support dvb.
by jix
10 Dec 2004 01:58
Forum: VLC stream-output (sout)
Topic: hauppage
Replies: 15
Views: 4779

Are you using linux or windows ? The link in the documentation is only for linux. Under windows, you just have to install the pvr's official hauppauge drivers and then stream with the streaming wizard. Here's a link to download the drivers for a pvr250-350 http://www.hauppauge.co.uk/pages/support_pv...
by jix
22 Nov 2004 19:44
Forum: VLC stream-output (sout)
Topic: hauppage
Replies: 15
Views: 4779

You can use VLC to stream for your happauge card and the MiniSapServer is only required with VLS. If you have a graphic interface, you can use the streaming wizard. Else you have just to follow the streaming howto : http://www.videolan.org/doc/videolan-howto/en/ch07.html#id2533641 If you have more q...
by jix
22 Nov 2004 19:34
Forum: VideoLAN
Topic: mauvais .dvbrc ?
Replies: 3
Views: 1115

You can find valid dvbrc files in the libdvb here : http://freshmeat.net/projects/libdvb/
by jix
13 Oct 2004 14:47
Forum: VLC media player Feature Requests
Topic: VLC for PS2?
Replies: 1
Views: 1919

Re: VLC for PS2?

I'm not sure to reply correctly to your request. Do you want to play files from your PS2 with vlc or stream files with vlc to your ps2 ? I use vlc to play with my PS2. As I have no TV screen, I have plugged the PS2 on the entry of a TV card in the pc and I can open it with v4l (video for linux) in v...

Go to advanced search