Search found 77 matches

Go to advanced search

by martin
29 Nov 2012 22:26
Forum: VLC stream-output (sout)
Topic: Streaming mp2v - VLC could not open the encoder.
Replies: 1
Views: 1906

Streaming mp2v - VLC could not open the encoder.

VLC 2.0.4 - streaming failed with message: VLC could not open the encoder.

:sout=#transcode{vcodec=mp2v,vb=2500,width=704,height=576,scale=1,fps=25,acodec=mp2a,ab=192,channels=2,soverlay,audio-sync}:std{access=http,mux=ts,dst=:9090/dboxstream}

where could be problem ?
by martin
07 May 2012 09:52
Forum: VLC media player for Windows Troubleshooting
Topic: VLC2.0 and sout=". (%m)
Replies: 45
Views: 5803

Re: VLC2.0 and sout=". (%m)

Thanks, but I need know, if it returns "dir" or "directory" :-)
by martin
03 May 2012 09:02
Forum: VLC media player for Windows Troubleshooting
Topic: VLC2.0 and sout=". (%m)
Replies: 45
Views: 5803

Re: VLC2.0 and sout=". (%m)

ok, it was my mistake. I need know, if is returned "dir" or "directory" in 2.x under linux.
May be it as:

Code: Select all

http://x.x.x.x:8080/requests/browse.xml?dir=/
?
by martin
02 May 2012 08:11
Forum: VLC media player for Windows Troubleshooting
Topic: VLC2.0 and sout=". (%m)
Replies: 45
Views: 5803

Re: VLC2.0 and sout=". (%m)

can you tell me, please, if linux's vlc 2.x returns "dir" or "directory" ? F.eg. from firefox:

Code: Select all

http://x.x.x.x:8080/requests/browse.xml?dir=
by martin
01 May 2012 23:21
Forum: VLC media player for Windows Troubleshooting
Topic: VLC2.0 and sout=". (%m)
Replies: 45
Views: 5803

Re: VLC2.0 and sout=". (%m)

for me it works under 2.0.1 win VLC: each &options= must be send to vlc as it = only text, without quote_plus(), all others (audio-track=1) with quote_plus().Basic sout string with quote_plus too. eg in python: tmp = quote_plus(sout_string) tmp += "&options=" + quote_plus("aud...
by martin
29 Apr 2012 18:13
Forum: VLC media player for Windows Troubleshooting
Topic: Missing path to root directory in 2.0 ?
Replies: 8
Views: 720

Re: Missing path to root directory in 2.0 ?

1 ) Yes, but how get you then paths to all disk (whole computer) ?
2) Did you try with this

Code: Select all

"c:\softa/.."
display list of items in root ?
by martin
24 Apr 2012 22:12
Forum: VLC media player for Windows Troubleshooting
Topic: Missing path to root directory in 2.0 ?
Replies: 8
Views: 720

Re: Missing path to root directory in 2.0 ?

why permission ? I can manually get list for root, when I put ...dir=c:\, whole Pc, when i put ...dir= , but when i am in dir=c:\avi , there is missing first item for going to c:\ Then i must make stupid routine for go to root. There in 1.x it works well and when i trying same for mounted disk on wi...
by martin
23 Apr 2012 19:09
Forum: VLC media player for Windows Troubleshooting
Topic: Missing path to root directory in 2.0 ?
Replies: 8
Views: 720

Re: Missing path to root directory in 2.0 ?

do not understand ...
it is nothing with Messages ... there missing this item in list of directory. You can compare from webbrowser it with vlc 1.x and 2.x. It is not in commands. VLC2 does not return it :-(
by martin
22 Apr 2012 15:15
Forum: VLC media player for Windows Troubleshooting
Topic: Missing path to root directory in 2.0 ?
Replies: 8
Views: 720

Missing path to root directory in 2.0 ?

under 2.x: http://192.168.1.105:8080/requests/browse.xml?dir=c:\avi\ why there in first subdirectory missing item with path to root directory, as it was n 1.x ?! <element type="directory" size="0" date="Tue Jan 01 00:00:00 1980 " path="c:\\.." name="..&qu...
by martin
22 Apr 2012 10:10
Forum: VLC stream-output (sout)
Topic: How set subtitles color in stream with VLC 2.x ?
Replies: 0
Views: 768

How set subtitles color in stream with VLC 2.x ?

Tried change color of .srt subtitles in stream, but no success. There in VLC 1.x was enought append --freetype-color=0xffff00 to end of sout string for yellow subtitles. There in VLC2 it must be added as &option=freetype-color=0x00ffff00 but not success. Tried in Win-link add --freetype-color=#f...
by martin
17 Apr 2012 23:44
Forum: VLC media player for Windows Troubleshooting
Topic: VLC2.0 and sout=". (%m)
Replies: 45
Views: 5803

Re: VLC2.0 and sout=". (%m)

Did you get this working with passing in options to vlc 2.0? I had no success . Can you somehow see in the web gui as before wich options you passed in ? I try to pass in options for dumping a stream status.xml?command=in_play&input=udp://@:8080&option=:demux=dump :demuxdump-file=dump.ts /F...
by martin
04 Apr 2012 09:45
Forum: VLC media player for Windows Troubleshooting
Topic: VLC2.0 and sout=". (%m)
Replies: 45
Views: 5803

Re: VLC2.0 and sout=". (%m)

Solution does not work - with me also.

Any other suggestion from experts - please ?
for me does not work too ! Will be some solution ???
by martin
13 Mar 2012 10:30
Forum: VLC media player for Windows Troubleshooting
Topic: VLC2.0 and sout=". (%m)
Replies: 45
Views: 5803

Re: VLC2.0 and sout=". (%m)

I am running VLC from XP with:

Code: Select all

"C:\Program Files\VideoLAN\VLC\vlc.exe" --extraintf=http
Note: my 1.1.11 works well with same settings
by martin
11 Mar 2012 14:07
Forum: VLC media player for Windows Troubleshooting
Topic: VLC2.0 and sout=". (%m)
Replies: 45
Views: 5803

Re: VLC2.0 and sout=". (%m)

but it is run from commandline , or no ? Did you try it via http interface ?
by martin
07 Mar 2012 21:35
Forum: VLC media player for Windows Troubleshooting
Topic: VLC2.0 and sout=". (%m)
Replies: 45
Views: 5803

Re: VLC2.0 and sout=". (%m)

Have you splitted the command to multiple lines?
no, it is one line.
by martin
06 Mar 2012 19:40
Forum: VLC media player for Windows Troubleshooting
Topic: VLC2.0 and sout=". (%m)
Replies: 45
Views: 5803

Re: VLC2.0 and sout=". (%m)

Same. File reading failed: VLC could not open the file "c:\Cerna zmije - Leta kavaliru.avi :sout=". (%m) Your input can't be opened: VLC is unable to open the MRL 'file:///c%3A/Cerna%20zmije%20-%20Leta%20kavaliru.avi :sout=#transcode{vcodec=mp2v,vb=3000,venc=ffmpeg,fps=25,vfilter=canvas{wi...
by martin
06 Mar 2012 18:45
Forum: VLC media player for Windows Troubleshooting
Topic: VLC2.0 and sout=". (%m)
Replies: 45
Views: 5803

Re: VLC2.0 and sout=". (%m)

this is string, which _I am sending to VLC. Error message was from VLC's message. You want see string, then I put is ( not on same file). But this problem is on ALL files. Why you look error on my side ? When I uninstall 2.0 and install 1.11, all works well. When install 2.0, error. Some "bette...
by martin
04 Mar 2012 10:46
Forum: VLC media player for Windows Troubleshooting
Topic: VLC2.0 and sout=". (%m)
Replies: 45
Views: 5803

Re: VLC2.0 and sout=". (%m)

It would help if you pasted the exact command.
it is true string.
by martin
02 Mar 2012 23:45
Forum: VLC media player for Windows Troubleshooting
Topic: VLC2.0 and sout=". (%m)
Replies: 45
Views: 5803

Re: VLC2.0 and sout=". (%m)

I cannot tell it from head, but some as: file:///c%3A/avi/Ml%C4%8Den%C3%AD%20%C5%A1unek.avi :sout=#transcode{vcodec=mp2v,vb=3000,venc=ffmpeg,fps=25,vfilter=canvas{width=704,height=576,aspect=16:9},soverlay,acodec=mp2a,ab=192,channels=2,samplerate=48000,scodec=dvbs}:std{access=http,mux=ts{pid-video=6...
by martin
02 Mar 2012 18:20
Forum: VLC media player for Windows Troubleshooting
Topic: VLC2.0 and sout=". (%m)
Replies: 45
Views: 5803

Re: VLC2.0 and sout=". (%m)

I am using same sout string as for VLC1.x. Some was changed in VLC2.0 ?
by martin
01 Mar 2012 11:11
Forum: VLC media player for Windows Troubleshooting
Topic: VLC2.0 and sout=". (%m)
Replies: 45
Views: 5803

VLC2.0 and sout=". (%m)

May be, i wrote my 1st post to bad sections:

PROBLEM: streaming via http, VLC in messages:

VLC could not open the file "c:\avi\testfile - 001.avi :sout=". (%m)

what it is ? :sout=". (%m) It seems, as problem with string in new VLC ? VLC 1.11 works well.
by martin
01 Mar 2012 11:08
Forum: VLC stream-output (sout)
Topic: Differences between 2.0 and 1.12 in sout string ?
Replies: 2
Views: 446

Re: Differences between 2.0 and 1.12 in sout string ?

Nobady has same problem ? It seems as bug is work with strings

sout=". (%m)
by martin
23 Feb 2012 22:31
Forum: VLC stream-output (sout)
Topic: Differences between 2.0 and 1.12 in sout string ?
Replies: 2
Views: 446

Re: Differences between 2.0 and 1.12 in sout string ?

VLC could not open the file "c:\avi\testfile - 001.avi :sout=". (%m)

what it is ? :sout=". (%m)

It seems, as it is not compatible with older version and there then is as bad formating of "sout" string ?
by martin
23 Feb 2012 21:49
Forum: VLC stream-output (sout)
Topic: Differences between 2.0 and 1.12 in sout string ?
Replies: 2
Views: 446

Differences between 2.0 and 1.12 in sout string ?

Is somewhere diferences in :sout string for http streaming files ? With VLC1.12 works all well, with 2.0 i get message - cannot open file ...
by martin
06 May 2011 18:56
Forum: VLC media player for Linux and friends Troubleshooting
Topic: libvlcplugin.so: undefined symbol: NPP_Initialize
Replies: 14
Views: 2095

Re: libvlcplugin.so: undefined symbol: NPP_Initialize

and sources are available ?
Ahaha, very funny...

Yes, they are.

very funny ... why is not this plugin updated, if you have all ? This plugin had problems with firefox 3.x under linux min. 1/2 years - but not so fatal, as now with ff4.x

Go to advanced search