Page 1 of 1

PLEASE ADD Sony SNC Ip Cam support

Posted: 13 Apr 2006 19:37
by M.a.r.k.u.s
I know from the developers maillists thats its possible to use Sony SNC cams with VLC.

See developer posts by Laurent Aimar and Steve MOREAU
##############Quote###########
I change the stream size to 0 in the "Content-Length" part of the
modules/access/http.c (line 1111) file :

int64_t taille = i_tell + atoll(p);
p_access->info.i_size = (taille != 556 ? taille : 0);

and it works with my Sony SNCM1W stream
#############End Quote##########

PLEASE put this feature in an upcoming (windows) release

Greezt,

Markus

Posted: 18 May 2007 10:56
by 22hn
Any news on this matter...?

Got a SNC-RZ25P that I would like to watch from VLC...

Posted: 18 May 2007 10:58
by Jean-Baptiste Kempf
Well, patches not sent to vlc-devel are not included.

Posted: 19 May 2007 17:20
by 22hn
M.a.r.k.u.s, what developer posts were you referring to...?