It seems the ticket is closed ! I do not understand the reason. What is the solution ?Ticket is
http://trac.videolan.org/vlc/ticket/6494
It seems the ticket is closed ! I do not understand the reason. What is the solution ?Ticket is
http://trac.videolan.org/vlc/ticket/6494
for me does not work too ! Will be some solution ???Solution does not work - with me also.
Any other suggestion from experts - please ?
Code: Select all
vlc -I oldhttp
Code: Select all
vlc --extraintf oldhttp
try ...&option=demux=dump&option=demuxdump-file=dump.tsDid 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
/Fredrik
Thanks a bunch Martin! The issue appeared to be how the '=' after 'audio-track' has to be encoded. In PHP, given your hint, I basically did this: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("audio-track=1")
tmp += "&options=" + quote_plus("sub-track=0")
...
My 2.0.2 is actually a Linux distribution following the Ubuntu package manager update procedure. With this issue, I realized I could have posted something more general instead of being under a Windows specific forum, but after searching through the forums, I felt that this discussion is most relevant.note -where you download 2.0.2 ? In 2.0.1 (Win) does not work mpga or mp2a for old OE1 boxes. No sound. I think, there is some bad in audio types in vlc.
Code: Select all
http://x.x.x.x:8080/requests/browse.xml?dir=
Using "dir" returns "Error loading... httprequests.lua:388: cannot open directory..."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=
Code: Select all
http://x.x.x.x:8080/requests/browse.xml?dir=/
Yes, .../browse.xml?dir=/ returns the elements from the root directory in Linux.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=/
Return to “VLC media player for Windows Troubleshooting”
Users browsing this forum: No registered users and 22 guests