Search found 81 matches

Go to advanced search

by ph0t0n
26 May 2008 22:32
Forum: General VLC media player Troubleshooting
Topic: VLC.log.verbosity at -1 still gives output
Replies: 3
Views: 1064

Re: VLC.log.verbosity at -1 still gives output

Exactly where would i put the -q switch?
In a shell script starting vlc, anywhere after the vlc executable, like 'vlc -q somefile.avi'.
In the context of VB.net / AXVLC, I have no idea. You are setting some variables in your example, I'd guess something like that.
by ph0t0n
24 May 2008 22:25
Forum: VLC stream-output (sout)
Topic: best codec for transmitting the desktop view
Replies: 4
Views: 897

Re: best codec for transmitting the desktop view

Since I'm running Mac OS X exclusively myself, I wouldn't have a clue about DirectShow on Windows, sorry! :-)
by ph0t0n
24 May 2008 17:20
Forum: VLC media player for macOS Troubleshooting
Topic: Problem when trying to play .avi
Replies: 5
Views: 2095

Re: Problem when trying to play .avi

I have no idea. It seems to me that the file was never an AVI container to begin with, and if so, there is no header to repair (as file seems to indicate by reporting just 'data'). You could always try what I just did:

http://www.google.com/search?hl=en&q=re ... gle+Search
by ph0t0n
24 May 2008 14:45
Forum: General VLC media player Troubleshooting
Topic: brightness control
Replies: 1
Views: 566

Re: brightness control

You should ask in the VLM forum here: viewforum.php?f=11
by ph0t0n
24 May 2008 14:38
Forum: General VLC media player Troubleshooting
Topic: VLC.log.verbosity at -1 still gives output
Replies: 3
Views: 1064

Re: VLC.log.verbosity at -1 still gives output

Nope, but could you somehow make use of the -q VLC option in your script? That should kill all message output, AFAIK.
by ph0t0n
24 May 2008 14:32
Forum: VLC media player for macOS Troubleshooting
Topic: Error: access_file:read failed(argument list too long)
Replies: 2
Views: 1009

Re: Error: access_file:read failed(argument list too long)

Try deleting the preference file. You can do that by running the included script from the DMG file you downloaded from www.videolan.org.
by ph0t0n
24 May 2008 14:30
Forum: VLC media player for macOS Troubleshooting
Topic: Problem when trying to play .avi
Replies: 5
Views: 2095

Re: Problem when trying to play .avi

Is it really an AVI file? It could possibly have been misnamed. Check by doing a 'file <filename>' in terminal, which will report file headers that should give you a clue to its origin. If OK, does it play in other media players?
by ph0t0n
24 May 2008 13:21
Forum: VLC stream-output (sout)
Topic: Network synchronisation not working?
Replies: 0
Views: 1536

Network synchronisation not working?

I have tried to get network synchronisation between two VLC 0.8.6.f instances working, but so far without success. Am I doing somethin wrong? AFAIK, the following should be syntactically correct: Server (192.168.1.10): vlc -vvv --network-synchronisation --netsync-master --sout "#standard{access...
by ph0t0n
24 May 2008 13:07
Forum: VLC stream-output (sout)
Topic: best codec for transmitting the desktop view
Replies: 4
Views: 897

Re: best codec for transmitting the desktop view

I'd hazard a guess that this would depend on what you are showing on-screen. If it is a video being shown in a window, it would make sense (to me, at least) to use the very same codec used in the production of that video, for example. You need also consider that most codecs cannot use just any trans...
by ph0t0n
24 May 2008 13:00
Forum: VLC stream-output (sout)
Topic: UDP TS MUX ?
Replies: 23
Views: 10289

Re: UDP TS MUX ?

'vlc --advanced --longhelp' gives this info: --input-slave <string> Input slave (experimental) This allows you to play from several inputs at the same time. This feature is experimental, not all formats are supported. Use a '#' separated list of inputs. I tried it on two source files awhile back, sp...
by ph0t0n
24 May 2008 12:53
Forum: VLC stream-output (sout)
Topic: OGG over UDP
Replies: 6
Views: 1492

Re: OGG over UDP

I'm not expecting miracles, to be sure. However, I also noticed that neither MP4 nor QuickTime can be streamed over RTP/UDP. It seems to me that adding these features would be very interesting to a large number of people, and thus deserve a place on the VLC project's to do list in the near future, e...
by ph0t0n
24 May 2008 12:21
Forum: VLC stream-output (sout)
Topic: OGG over UDP
Replies: 6
Views: 1492

Re: OGG over UDP

Thanks for info, I'll guess we just have to wait and see. RTP/UDP should be faster than HTTP/TCP, so it's a welcome feature.
by ph0t0n
24 May 2008 02:54
Forum: VLC stream-output (sout)
Topic: OGG over UDP
Replies: 6
Views: 1492

Re: OGG over UDP

If I understand you correctly, OGG cannot possibly be streamed over raw UDP, but if encapsulated in RTP first WILL work, just not implemented in VLC yet?
by ph0t0n
22 May 2008 18:33
Forum: VLC stream-output (sout)
Topic: OGG over UDP
Replies: 6
Views: 1492

OGG over UDP

Could anyone tell me why it isn't currently possible to stream an OGG container over UDP? If this is possible, but not supported, will it be considered for implementation in future releases of VLC? If so, when can we expect it? The reason I ask is that I am doing a project where I transcode MPEG4/AA...
by ph0t0n
21 May 2008 16:09
Forum: VLC media player for macOS Troubleshooting
Topic: How to show Control Window on Dock Symbol click
Replies: 1
Views: 609

Re: How to show Control Window on Dock Symbol click

This isn't implemented. Use Window > Controller in the menu (or use keyboard shortcut) to see the controller again if you have closed it.
by ph0t0n
21 May 2008 13:36
Forum: VLC media player for macOS Troubleshooting
Topic: Static video window size (and position)?
Replies: 6
Views: 1694

Re: Static video window size (and position)?

Any thoughts on what I'm doing wrong?
Not really, it doesn't work for me either. Not something I really need anyway, so I won't pursue the matter at this time.
by ph0t0n
21 May 2008 13:33
Forum: General VLC media player Troubleshooting
Topic: Streaming: What code?
Replies: 7
Views: 931

Re: Streaming: What code?

One occurence of 'this' was corrected in my last post. Please reread to clarify matters. Of course you need an address and a port - not just a port all by itself. I thought that was rather obvious. When I say local UDP port, I refer to a UDP port on the same computer. Every computer has a loopback I...
by ph0t0n
21 May 2008 12:15
Forum: VLC media player for macOS Troubleshooting
Topic: Static video window size (and position)?
Replies: 6
Views: 1694

Re: Static video window size (and position)?

The value fields should appear if you (like I already mentioned) check (or 'tick off') the 'advanced' box in the preferences GUI. You can see it on your screenshot, where it is unchecked.
by ph0t0n
21 May 2008 11:16
Forum: General VLC media player Troubleshooting
Topic: Streaming: What code?
Replies: 7
Views: 931

Re: Streaming: What code?

I was kind of wondering about the 15kbps upload speed when you said you were on ADSL...however 256kbps should be adequate for video, depending on the desired quality. More than likely, your torrent client imposes the 15kbps as a limit, but this can be changed by the user. Does not affect other appli...
by ph0t0n
21 May 2008 02:39
Forum: VLC stream-output (sout)
Topic: Restore input stream after connection failure
Replies: 1
Views: 623

Re: Restore input stream after connection failure

There is the --http-reconnect option you can use, but you really should look into why your webcam drops the connection for such long periods of time in the first place.
by ph0t0n
21 May 2008 02:23
Forum: VLC media player for macOS Troubleshooting
Topic: Zoom function broken?
Replies: 0
Views: 521

Zoom function broken?

Trying to play an MP4 test video with the --zoom <float value> function enabled causes VLC 0.8.6f to crash on Mac OS X 10.4.11 with a bus error.
by ph0t0n
21 May 2008 01:52
Forum: VLC stream-output (sout)
Topic: Transcoding from MPEG4/AAC to Theora/Vorbis
Replies: 2
Views: 2546

Re: Transcoding from MPEG4/AAC to Theora/Vorbis

The solution to all this was to circumvent Darwin Streaming Server (and its massive delay + packet mangling ways) at least for the transcoding part, instead sending two streams from Wirecast. One to Darwin for streaming full quality MPEG/AAC to clients on the LAN, the other downscaled in size and bi...
by ph0t0n
21 May 2008 01:27
Forum: General VLC media player Troubleshooting
Topic: Streaming: What code?
Replies: 7
Views: 931

Re: Streaming: What code?

OGG is a container for audio/video (usually Vorbis/Theora), not a transport. That would be (among others) UDP, which is an unreliable and connectionless protocol for getting data on the network fast, without waiting for packet arrival confirmation from the receiver. RTP is used over UDP to provide s...
by ph0t0n
21 May 2008 00:55
Forum: VLC media player for macOS Troubleshooting
Topic: Static video window size (and position)?
Replies: 6
Views: 1694

Re: Static video window size (and position)?

You *should* be able to do this specifying --width <integer> and --height <integer> on the command line, or by adjusting the corresponding values found in references > video (also tick off 'advanced'). However, this causes a bus error for me, and VLC will crash.

Go to advanced search