Skip Menu |

This queue is for tickets about the VideoLan-Client CPAN distribution.

Report information
The Basics
Id: 66978
Status: rejected
Priority: 0/
Queue: VideoLan-Client

People
Owner: Nobody in particular
Requestors: bbischan [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in:
  • 0.11
  • 0.12
Fixed in: (no value)



Subject: VLC 1.1.7 Compatibility
Newer releases of VLC (1.1.7) telnet interface have broken compatibility with VideoLan::Client. The newer vlc interface appears to have echo lines in responses. $self->{TELNET}->waitfor("/> /"); times out on sub cmd. sub login continues to work. I have attempted to find a good solution, but the only one that seems to work is $self->{TELNET}->waitfor('/^$/'); Not the best solution, but appears to work! Debugging and testing with numerous regexp replacements for "/> /" where unsuccessful. My programming experience and skill level are marginal at best, so I thought it was best to forward my findings. I am available for testing and willing to assist with resolution.
Subject: Re: [rt.cpan.org #66978] VLC 1.1.7 Compatibility
Date: Mon, 28 Mar 2011 11:32:21 +0200
To: bug-VideoLan-Client [...] rt.cpan.org
From: Hombecq Cyrille <cyrille.hombecq [...] gmail.com>
On Sun, Mar 27, 2011 at 16:30, Bob Bischan via RT < bug-VideoLan-Client@rt.cpan.org> wrote: Show quoted text
> Sun Mar 27 10:30:42 2011: Request 66978 was acted upon. > Transaction: Ticket created by bbischan > Queue: VideoLan-Client > Subject: VLC 1.1.7 Compatibility > Broken in: 0.11, 0.12 > Severity: Normal > Owner: Nobody > Requestors: bbischan@gmail.com > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=66978 > > > > Newer releases of VLC (1.1.7) telnet interface have broken compatibility > with VideoLan::Client. > > The newer vlc interface appears to have echo lines in responses. > > $self->{TELNET}->waitfor("/> /"); times out on sub cmd. sub login > continues to work. > > I have attempted to find a good solution, but the only one that seems to > work is $self->{TELNET}->waitfor('/^$/'); > > Not the best solution, but appears to work! > > Debugging and testing with numerous regexp replacements for "/> /" where > unsuccessful. My programming experience and skill level are marginal at > best, so I thought it was best to forward my findings. > > I am available for testing and willing to assist with resolution. >
Thanks, I'll work on it. -- Cyrille Hombecq
Le Lun 28 Mar 2011 05:32:50, cyrille.hombecq@gmail.com a écrit : Show quoted text
> On Sun, Mar 27, 2011 at 16:30, Bob Bischan via RT < > bug-VideoLan-Client@rt.cpan.org> wrote: >
> > Sun Mar 27 10:30:42 2011: Request 66978 was acted upon. > > Transaction: Ticket created by bbischan > > Queue: VideoLan-Client > > Subject: VLC 1.1.7 Compatibility > > Broken in: 0.11, 0.12 > > Severity: Normal > > Owner: Nobody > > Requestors: bbischan@gmail.com > > Status: new > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=66978 > > > > > > > Newer releases of VLC (1.1.7) telnet interface have broken compatibility > > with VideoLan::Client. > > > > The newer vlc interface appears to have echo lines in responses. > > > > $self->{TELNET}->waitfor("/> /"); times out on sub cmd. sub login > > continues to work. > > > > I have attempted to find a good solution, but the only one that seems to > > work is $self->{TELNET}->waitfor('/^$/'); > > > > Not the best solution, but appears to work! > > > > Debugging and testing with numerous regexp replacements for "/> /" where > > unsuccessful. My programming experience and skill level are marginal at > > best, so I thought it was best to forward my findings. > > > > I am available for testing and willing to assist with resolution. > >
> > Thanks, > I'll work on it.
Tested with VLC media player 1.1.9. Working as expected.