Trying to get vlc to read a http stream from a multiport IP video device. It basically turns 4 analog cameras into web cams. I have captured the stream with ethereal and found the folowing:
Code: Select all
GET /GetData.cgi?Status=1 HTTP/1.1
User-Agent: WebCamera
Host: 192.168.0.223
Connection: Keep-Alive
Cookie: Audio=1; AudioFormat=0; N=; U=http%253A//192.168.0.223; D=; P=
HTTP/1.0 200 OK
Date: Wed, 05 Feb 2003 14:59:13 GMT
Server: WYM/1.0
Connection: close
Content-Type: multipart/x-mixed-replace;boundary=WINBONDBOUDARY
Last-Modified: Wed, 05 Feb 2003 14:59:13 GMT
Pragma: no-cache
Cache-Control: no-cache
Expires: 01 Jan 1970 00:00:00 GMT
--WINBONDBOUDARY
Content-Type: image/jpeg
......>@.A.........C..............
..
................. $
Code: Select all
..nk#...3.........i..........&..G.%:g.....)?.(.?.'..@...OJ.>&.;4...4..M?.'..@.....%d..i..O.....=?.......I..>.........?..i.
..)?........L.W.$6...................Bk+.....I..|P|Ab..O...?.....M..f.o...zO....~.....|...4.}.8..G.?..M:...............zVq.........v~...|...x.I.j..........j.....|..........T..i.....i?.-=_.......Q........4.......|......I....k.....!.m}_..........O.C..k....Cq.[..".........--WINBONDBOUDARY
Content-Type: text/plain
0100000000000001281286102393510000033042000000000000000001289999991280000000200001000100000000000000100000
--WINBONDBOUDARY
Content-Type: image/jpeg
......>@.A.........C..............
..
................. $.' ",#..(7),01444.'9=82<.342...C........
.2!.!22222222222222222222222222222222222222222222222222...............................
.....................}........!1A..Qa."q.2....#B...R..$3br..
.....%&'()*456789:CDEF
vlc dies when it encounters the WINBONDBOUDARY string after successfully identifiying the string as JPEG.
Any thoughts??
Thanks
MK