[vlc-devel] Two Bugs and Two questions

Grae Cullen tua57044 at temple.edu
Wed Jul 23 07:24:46 CEST 2008


Hey all,

    Bug One: 

When you add the telnet interface you get these error
messages.  The telnet interface works fine, but this is some
kind of bug.  It looks like telnet succeeds the first time,
but vlc tries it again 4 or 5 times.

[00000001] main libvlc: Running vlc with the default
interface. Use 'cvlc' to use vlc without interface.
[00000686] telnet interface: using the VLM interface plugin...
[00000686] telnet interface: telnet interface started on
interface  4212
[00000689] telnet interface: using the VLM interface plugin...
[00000689] main interface error: socket bind error (Permission
denied)
[00000689] telnet interface error: cannot listen for telnet
[00000689] telnet interface: using the VLM interface plugin...
[00000689] main interface error: socket bind error (Permission
denied)
[00000689] telnet interface error: cannot listen for telnet
[00000689] main interface error: no suitable interface module
[00000685] main interface error: interface "telnet"
initialization failed
[00000690] telnet interface: using the VLM interface plugin...
[00000690] main interface error: socket bind error (Permission
denied)
[00000690] telnet interface error: cannot listen for telnet
[00000690] telnet interface: using the VLM interface plugin...
[00000690] main interface error: socket bind error (Permission
denied)
[00000690] telnet interface error: cannot listen for telnet
[00000690] main interface error: no suitable interface module
[00000685] main interface error: interface "telnet"
initialization failed
[00000691] telnet interface: using the VLM interface plugin...
[00000691] main interface error: socket bind error (Permission
denied)
[00000691] telnet interface error: cannot listen for telnet
[00000691] telnet interface: using the VLM interface plugin...
[00000691] main interface error: socket bind error (Permission
denied)
[00000691] telnet interface error: cannot listen for telnet
[00000691] main interface error: no suitable interface module
[00000685] main interface error: interface "telnet"
initialization failed
[00000692] telnet interface: using the VLM interface plugin...
[00000692] main interface error: socket bind error (Permission
denied)
[00000692] telnet interface error: cannot listen for telnet
[00000692] telnet interface: using the VLM interface plugin...
[00000692] main interface error: socket bind error (Permission
denied)
[00000692] telnet interface error: cannot listen for telnet
[00000692] main interface error: no suitable interface module
[00000685] main interface error: interface "telnet"
initialization failed
[00000653] main playlist: saving Media Library to file
/home/reu_server/.local/share/vlc/ml.xspf

    Bug Two:

The PPS/SPS information are still not sent the first time, for
VOD.  In the old 0.8.6h it was not sent for the unicast
stream.  Check out:
http://forum.videolan.org/viewtopic.php?f=2&t=48154 for more
detailed information.

    Question One:

Is there going to be a new setup for reporting bugs?  You have
to go onto irc to get a password to trac?  Very few people
seem to be on the IRC when I go there, and no one know seemed
to know about bug reporting.

    Question Two:

How do I access the Control() function of input.c, if I only
have a pointer to the input thread?  I would like to send an
INPUT_CONTROL_SET_ES command.  I think this should be possible
the interface sends these sorts of commands.  I am in vlm.c
with a pointer to that instance's input thread.  However, I
seem to have hit a road block. 

Thanks,
Grae

God Bless you.  



More information about the vlc-devel mailing list