Search found 39 matches

Go to advanced search

by Lorni
19 Aug 2010 12:30
Forum: VLC media player for Windows Troubleshooting
Topic: microsoft visual c++ runtime library Runtime Error
Replies: 0
Views: 806

microsoft visual c++ runtime library Runtime Error

XP SP2 x86 VLC 1.1.3 as rtp -> http streamer sometimes i get the message after hours of working: microsoft visual c++ runtime library: runtime error Let it crashes, just give me a way to disable this messages. Let it be got out from the process list and be restarted by cron. For example: vlc.exe --n...
by Lorni
19 Aug 2010 11:55
Forum: VLC media player for Windows Troubleshooting
Topic: Microsoft Visual C++ Runtime Library
Replies: 11
Views: 1824

Re: Microsoft Visual C++ Runtime Library

Same for me.

XP SP2 x86
VLC 1.1.3 as rtp -> http streamer

sometimes

microsoft visual c++ runtime library
runtime error
by Lorni
30 Jun 2009 14:45
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Slackware 12.2 & vlc 1.0.0rc3 & image output
Replies: 6
Views: 5767

Re: Slackware 12.2 & vlc 1.0.0rc3 & image output

this works for me:

Code: Select all

vlc.exe -V dummy --intf=dummy --dummy-quiet --video-filter=scene --no-audio --scene-path=.\ --scene-format=jpeg --scene-prefix=%port% --scene-width=%width% --scene-height=%height% --scene-replace --run-time=2 http://%link%:%port% vlc://quit
by Lorni
19 May 2009 11:01
Forum: VLC media player for Windows Troubleshooting
Topic: DOS batch file to save streaming video
Replies: 2
Views: 795

Re: DOS batch file to save streaming video

Try --run-time and vlc://quit at the end of command line to force player exit after the last track (one in this case).

Code: Select all

vlc.exe --intf=dummy --dummy-quiet mms://172.20.0.172:1755/ --run-time=60 --sout=#duplicate{dst=std{access=file,dst=e:\file.mpg}} vlc://quit
Or avi or what you want.
by Lorni
14 Apr 2009 15:37
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 0.9.9 crash with .xspf playlist
Replies: 20
Views: 3202

Re: VLC 0.9.9 crash with .xspf playlist

Same problem with playlist. Nothing useful in the logger. Just click Show Playlist and get freeze.
by Lorni
14 Apr 2009 00:29
Forum: VLC media player for Windows Troubleshooting
Topic: --programs confuses audio tracks
Replies: 6
Views: 935

Re: --programs confuses audio tracks

vlc udp://@224.244.244.244:15567 ^ --programs=13,14,15,16,17,18,19,20,21,22,23,47,48,49,53 ^ --sout-keep ^ --ts-es-id-pid ^ --sout-standard-access=http ^ --sout-standard-mux=ts ^ --sout=#duplicate{ dst=std{dst=127.0.0.1:8500},select="es=680,es=529", ....} Something wrong with es=680,es=52...
by Lorni
04 Jan 2009 02:42
Forum: VLC media player Translations
Topic: Why dont we use web-based translation tool?
Replies: 5
Views: 4518

Why dont we use web-based translation tool?

If such is not present in the internet, just give me .po specifications and requirements, I can start to create opensource php based vlc oriented (own) translation tool. I'd like to help vlc-team with translation automation. We can develop requirements (scenarios) for this. We can create it with man...
by Lorni
04 Jan 2009 01:48
Forum: VLC media player Translations
Topic: Russian translation
Replies: 49
Views: 159681

Re: Russian translation

I can join the translation. I have "poedit". Just explain to me what to do.
Russian is my first language.
by Lorni
27 Dec 2008 21:26
Forum: VLC media player for Windows Troubleshooting
Topic: a few --start-time for each playlist item?
Replies: 2
Views: 327

a few --start-time for each playlist item?

vlc.exe 1.avi --start-time=5 2.avi --start-time=10 3.avi --start-time=15
works like
vlc.exe 1.avi 2.avi 3.avi --start-time=15

how to separate --start-time for each element?
by Lorni
27 Dec 2008 17:35
Forum: VLC media player for Windows Troubleshooting
Topic: dll error, VLC wont run
Replies: 6
Views: 525

Re: dll error, VLC wont run

drive:\Documents and Settings\username\Application Data\vlc\
"Application Data" has "hidden" attribute may be?
by Lorni
27 Dec 2008 03:20
Forum: VLC media player for Windows Troubleshooting
Topic: --start-time and TS file "invalid start-time ignored"
Replies: 3
Views: 352

--start-time and TS file "invalid start-time ignored"

vlc.exe i:\test5_1.ts --start-time=3
http://www.raswinbilling.ru/vlc/test5_1.ts (1.5Mb)
main warning: invalid start-time ignored
But I can drag the slider!
by Lorni
22 Dec 2008 11:49
Forum: VLC media player for Windows Troubleshooting
Topic: Help for using http interface in VLC 1.0.0
Replies: 5
Views: 572

Re: Help for using http interface in VLC 1.0.0

Please, run with the Logger, choose web interface, try to connect to, exit and show vlc-log.txt
by Lorni
21 Dec 2008 12:27
Forum: VLC media player for Windows Troubleshooting
Topic: Help for using http interface in VLC 1.0.0
Replies: 5
Views: 572

Re: Help for using http interface in VLC 1.0.0

I think, may be it is winsock issue. Please, run vlc with -vvv --extraintf=logger
and show us vlc-log.txt
by Lorni
19 Dec 2008 09:44
Forum: VLC media player for Windows Troubleshooting
Topic: How to disable any message and window with dummy?
Replies: 10
Views: 782

Re: How to disable any message and window with dummy?

Does --dummy-quiet help? Yes. Thank you very much! "How to get a snapshot using command line" Solution (in my case): snapshot.cmd set width=791 set height=576 set port=8081 vlc.exe --intf=dummy --dummy-quiet --run-time=2 http://10.200.200.6:%port% --no-audio --vout=image --image-out-forma...
by Lorni
17 Dec 2008 23:09
Forum: VLC media player for Windows Troubleshooting
Topic: How to disable any message and window with dummy?
Replies: 10
Views: 782

Re: How to disable any message and window with dummy?

Thanks for explanation. Piping does not help.
"vlc.exe ... > file" does not help.
Same with ">>".
by Lorni
17 Dec 2008 13:05
Forum: VLC media player for Windows Troubleshooting
Topic: How to disable any message and window with dummy?
Replies: 10
Views: 782

Re: How to disable any message and window with dummy?

I do not worry about TS Discontinuity. VLC (1) gets stream from another VLC (2). Another (2) gets it from sattelite and re-stream TS to lan as is.
Yes, I run 0.9.8a
Piping? What is it?
by Lorni
15 Dec 2008 11:28
Forum: VLC media player for Windows Troubleshooting
Topic: How to disable any message and window with dummy?
Replies: 10
Views: 782

Re: How to disable any message and window with dummy?

While getting snapshot I see this window. How to disable this? Because snapshot is good.
Image
by Lorni
14 Dec 2008 11:52
Forum: VLC media player for Windows Troubleshooting
Topic: How to disable any message and window with dummy?
Replies: 10
Views: 782

How to disable any message and window with dummy?

I get snapshot from TS stream by scheduler per minute: set width=791 set height=576 set port=8081 vlc.exe --intf=dummy --run-time=2 http://127.0.0.1:%port% --vout=image --image-out-format jpg --image-out-prefix=%port% --image-out-width=%width% --image-out-height=%height% --image-out-replace --no-osd...
by Lorni
14 Dec 2008 11:44
Forum: VLC media player for Windows Troubleshooting
Topic: --programs confuses audio tracks
Replies: 6
Views: 935

Re: --programs confuses audio tracks

still does not work.
How can I set audio tracks manually for each program?
by Lorni
14 Dec 2008 00:42
Forum: VLC media player for Windows Troubleshooting
Topic: Statistics and monitoring playback
Replies: 2
Views: 271

Re: Statistics and monitoring playback

For windows I parse 'netstat -n' Here is PHP code: <?php function netstat($ipaddr,$port,$show=0,$protocol="TCP") { $shell_info=shell_exec("%SYSTEMROOT%\\system32\\netstat.exe -n"); $tmp=explode("\n",$shell_info); $count=0; for ($i=4;$i<count($tmp)-1;$i++) { $line=$tmp[$...
by Lorni
13 Dec 2008 15:42
Forum: VLC media player for Windows Troubleshooting
Topic: How to add Deinterlace=Blend to XSPF playlist?
Replies: 2
Views: 491

How to add Deinterlace=Blend to XSPF playlist?

Here is my playlist. But I do not want to explain to my clients how to change deinterlace manually. How can I add deinterlace parameter to playlist? <?xml version="1.0" encoding="UTF-8"?> <playlist version="1" xmlns="http://xspf.org/ns/0/"> <trackList> <track>...
by Lorni
13 Dec 2008 15:05
Forum: VLC media player for Windows Troubleshooting
Topic: How to disable "minimizing" for channel switching?
Replies: 1
Views: 185

How to disable "minimizing" for channel switching?

When I watch a channel by VLC, VLC-window size equals of video-size. It is normally. When I switch channel in the playlist, VLC window minimizes to minimum width, switches to a chennel and vlc-window's width restores to video-size again. Or If VLC is in fullscreen mode, it returns to non-Fullscreen,...

Go to advanced search