Search found 37 matches

Go to advanced search

by jerrygeis
28 Jul 2008 22:02
Forum: VLC media player for Windows Troubleshooting
Topic: vlc starting up minimized - dont want that
Replies: 4
Views: 880

Re: vlc starting up minimized - dont want that

I took DRASTIC measures.
uninstalled vlc, tried to even remove remaining directories under videlan, it would not let me,
rebooted, then removed the remaining directories,
re-installed
ran it and it works just fine now...

Jerry
by jerrygeis
28 Jul 2008 20:43
Forum: VLC media player for Windows Troubleshooting
Topic: vlc starting up minimized - dont want that
Replies: 4
Views: 880

Re: vlc starting up minimized - dont want that

I did settings - > preferneces -> reset all, click OK and closed VLC.
Re-ran my appliation that starts VLC and it was still minimized.

Good suggestion. Might you have another?

Thanks,

jerry
by jerrygeis
28 Jul 2008 18:08
Forum: VLC media player for Windows Troubleshooting
Topic: vlc starting up minimized - dont want that
Replies: 4
Views: 880

vlc starting up minimized - dont want that

I am executing the command: c:\program files\videoLAN\VLC\vlc.exe --quiet -I dummy --stop-time 300 http://someIP:8154 vlc:quit from within my program to startup vlc. On one particular XP pc vlc is starting up minimized. Can I for it to maximized ? Not fullscreen just maximized. This is not happening...
by jerrygeis
22 Jul 2008 17:37
Forum: VLC media player for Linux and friends Troubleshooting
Topic: start vlc in background on linux
Replies: 2
Views: 4442

start vlc in background on linux

I am running a command like: vlc -I dummy file.avi --quiet vlc:quit & this works fine... Now I want to add the --rc-host option so I run vlc -I rc --rc-host localhost:8000 file.avi --quiet vlc:quit & and vlc stops. If I take off the & then vlc runs fine. How do I start vlc in the backgro...
by jerrygeis
22 Jul 2008 17:15
Forum: VLC media player for Linux and friends Troubleshooting
Topic: api --rc-host
Replies: 3
Views: 543

Re: api --rc-host

I need to use -I rc instread of -I dummy

it works now.

THanks,

jerry
by jerrygeis
22 Jul 2008 15:28
Forum: VLC media player for Linux and friends Troubleshooting
Topic: api --rc-host
Replies: 3
Views: 543

Re: api --rc-host

no vlc does not see the connection.

telnet localhost 8000
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused


Jerry
by jerrygeis
21 Jul 2008 22:34
Forum: VLC media player for Linux and friends Troubleshooting
Topic: api --rc-host
Replies: 3
Views: 543

api --rc-host

I am playing with the API trying to get something to work. I run the command vlc -I dummy --rc-host localhost:8000 Sharktale.avi & and sharktale starts playing in the background. I then "telnet localhost 8000" and it does not connect. Am I not starting up the RC connection correctly? O...
by jerrygeis
19 Jul 2008 04:45
Forum: VLC media player for Linux and friends Troubleshooting
Topic: vlc 0.8.5 streaming on linux
Replies: 0
Views: 499

vlc 0.8.5 streaming on linux

I am using vlc 0.8.5 on slackware with a linksys camera WVC200. My streaming command on the server is where .176 is the camera. /usr/bin/vlc -I dummy -V dummy --quiet --http-reconnect http://192.168.1.176/img/video.asf --sout #std{access=http,mux=asf,dst=:8100} I then do the vlc http://serverip:8100...
by jerrygeis
10 Jul 2008 19:00
Forum: VLC stream-output (sout)
Topic: Running VLC from shell script
Replies: 4
Views: 2718

Re: Running VLC from shell script

You are correct.

I thought I still needed the single quotes but no...

Thanks again.

Jerry
by jerrygeis
10 Jul 2008 18:48
Forum: VLC stream-output (sout)
Topic: Running VLC from shell script
Replies: 4
Views: 2718

Re: Running VLC from shell script

I was thinking that - but I am not finding it.
Can you be a little more specific.

Thank you.

Jerry
by jerrygeis
10 Jul 2008 17:13
Forum: VLC stream-output (sout)
Topic: Running VLC from shell script
Replies: 4
Views: 2718

Running VLC from shell script

When I run VLC from a script file with no variables everything works fine: My First script: #!/bin/sh # /usr/bin/vlc --stop-time=10 -I dummy -V dummy --quiet http://admin:admin@192.168.1.176/img/video.asf --sout #std{access=http,mux=asf,dst=:8080}' vlc:quit & I can connect on port 8080 and play ...
by jerrygeis
09 Jul 2008 19:45
Forum: VLC media player for Linux and friends Troubleshooting
Topic: command line to not display anything on X windows screen
Replies: 1
Views: 403

command line to not display anything on X windows screen

I am searching for a command line option that will run vlc and not display anything on the X window screen.
I am just running a streaming server with it and dont want it displaying anything on X

How can I do that?

jerry
by jerrygeis
09 Jul 2008 17:48
Forum: General VLC media player Troubleshooting
Topic: howto stop vlc after 30 minutes or X minutes
Replies: 15
Views: 51699

Re: howto stop vlc after 30 minutes or X minutes

I am running the command: /usr/bin/vlc --quiet http://admin:admin@192.168.1.176/img/video.asf --stop-time 60 --sout '#std{access=http,mux=asf,dst=:8080}' trying to get VLC to stop after 60 seconds. It does not stop. I am using slackware 0.8.5-i686 from the download pages. I tried to add "--run-...
by jerrygeis
19 Oct 2007 17:57
Forum: General VLC media player Troubleshooting
Topic: howto stop vlc after 30 minutes or X minutes
Replies: 15
Views: 51699

Re: howto stop vlc after 30 minutes or X minutes

I did a command like:

/usr/bin/vlc --stop-time 60 http://admin:admin@192.168.1.176/img/video.asf --sout '#std{access=http,mux=asf,dst=:8080}'


to test that it would stop streaming after 60 seconds.

It does not stop.

How can I get it to stop after X minutes of streaming?

Jerry
by jerrygeis
19 Oct 2007 01:17
Forum: General VLC media player Troubleshooting
Topic: howto stop vlc after 30 minutes or X minutes
Replies: 15
Views: 51699

howto stop vlc after 30 minutes or X minutes

Is there a command line option to stop VLC after some time - like 30 minutes?

If I have 2 or more vlc's running how do I stop vlc-1 while still leaving vlc-2 running etc...

Thanks,

Jerry
by jerrygeis
18 Oct 2007 22:39
Forum: General VLC media player Troubleshooting
Topic: vlc decoder not liking MP4S
Replies: 2
Views: 721

Re: vlc decoder not liking MP4S

I changed my command line to the following: /usr/bin/vlc -vvv http://192.168.1.115/img/video.asf --sout '#std{access=http,mux=asf,dst=:8080}' and I now got video. I think the muxer off was the issue. When viewing this port 8080 with vlc or mplayer the delay of the video is very small. However, when ...
by jerrygeis
18 Oct 2007 21:21
Forum: General VLC media player Troubleshooting
Topic: vlc decoder not liking MP4S
Replies: 2
Views: 721

vlc decoder not liking MP4S

Below is the output from my VLC. My command line is: vlc -vvv http://192.168.1.115/img/video.asf --sout '#standard{access=http,mux=ogg,dst=192.168.1.12:8080}' I have compiled ffmpeg with: ./configure --enable-shared --enable-decoder=g726 --enable-encoder=g726 --enable-libx264 --enable-pp --enable-li...
by jerrygeis
07 Aug 2007 17:24
Forum: VLC stream-output (sout)
Topic: question on streaming linksys camera
Replies: 1
Views: 1281

Re: question on streaming linksys camera

THere has been no reponse to my streaming question. How do I stream from an http source? Is that possible? Have I messed something up? do I not have something comiled in to stream http sources? jerry my config is: vlc config.status 0.9.0-svn configured by ./configure, generated by GNU Autoconf 2.61,...
by jerrygeis
31 Jul 2007 19:28
Forum: VLC stream-output (sout)
Topic: question on streaming linksys camera
Replies: 1
Views: 1281

question on streaming linksys camera

Hi, I can use the following command to: vlc ../trailer_videos/SharkTale.avi --sout '#standard{access=http,mux=asf,url:8080}' to stream the video and then this command mplayer http://192.168.1.8:8080 on the client to play it. that is all fine. However, I wish to stream a linksys wvc200 camera using t...
by jerrygeis
26 Jul 2007 05:02
Forum: VLC stream-output (sout)
Topic: help streaming MP4S
Replies: 3
Views: 996

Re: help streaming MP4S

OK I have come to the question of is this a BUG??? I installed ffmpeg on a machine that does not have any of the other libraries, faac, faad etc... I got ffserver to work with the camera linksys wvc200. All I get from vlc is that it doesnt know how to decode MP4S. Is this a bug with vlc or do I have...
by jerrygeis
25 Jul 2007 12:57
Forum: VLC stream-output (sout)
Topic: help streaming MP4S
Replies: 3
Views: 996

Re: help streaming MP4S

I got past my other problem (for the time being) as I use a completly new computer. My old problem was not loading the ffmpeg_plugin. (or so it seemed). I started a new thread as it seemed that was not the issue anylonger as I dont see it being printed anyway. Now my issue is it is not finding a dec...
by jerrygeis
25 Jul 2007 03:10
Forum: VLC stream-output (sout)
Topic: help streaming MP4S
Replies: 3
Views: 996

help streaming MP4S

This is my vlc output from trying to stream a linksys wvc200 camera. It says cannot do MP4S. What library do I need for that? I installed ffmpeg and nothing else. I am trying to get the minimal config for this. My ffmpeg config was; ./configure --enable-shared --disable-vhook --enable-decoder=g726 -...
by jerrygeis
24 Jul 2007 04:38
Forum: VLC media player for Linux and friends Troubleshooting
Topic: vlc static link not working
Replies: 1
Views: 656

Re: vlc static link not working

I did remove ~/.vlc before running each time. That did not help.

jerry
by jerrygeis
24 Jul 2007 04:37
Forum: VLC media player for Linux and friends Troubleshooting
Topic: vlc static link not working
Replies: 1
Views: 656

vlc static link not working

I am using centos 4.5. trying to link vlc as static but ffmpeg is still loading a module. main libvlc warning: cannot load module `/usr/local/lib/vlc/codec/libffmpeg_plugin.so' (/usr/local/lib/vlc/codec/libffmpeg_plugin.so: undefined symbol: av_aes_size) I am using a snapshot from just the other day...

Go to advanced search