gatornuke
|
2009-06-23
, 01:15
|
Posts: 11 |
Thanked: 0 times |
Joined on Jun 2009
|
#1
|
|
2009-06-23
, 10:45
|
|
Posts: 1,137 |
Thanked: 402 times |
Joined on Sep 2007
@ Catalunya
|
#2
|
|
2009-06-23
, 18:23
|
Posts: 11 |
Thanked: 0 times |
Joined on Jun 2009
|
#3
|
It's possible than mplayer is capable of playing it, once you find the address of the video stream.
|
2009-06-23
, 18:26
|
|
Posts: 4,708 |
Thanked: 4,649 times |
Joined on Oct 2007
@ Bulgaria
|
#4
|
|
2009-06-23
, 18:40
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#5
|
http://user:password@xx.xx.xx.xx/cgi/mjpg/mjpeg.cgi
mplayer http://user:password@192.168.0.197/cgi/mjpg/mjpeg.cgi
|
2009-06-23
, 20:05
|
Posts: 11 |
Thanked: 0 times |
Joined on Jun 2009
|
#6
|
|
2009-06-24
, 03:36
|
Posts: 11 |
Thanked: 0 times |
Joined on Jun 2009
|
#7
|
|
2009-06-24
, 04:25
|
Posts: 1,213 |
Thanked: 356 times |
Joined on Jan 2008
@ California and Virginia
|
#8
|
|
2009-06-24
, 06:07
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#9
|
mkfifo a.mjpeg wget -O a.mjpeg http://admin:pass@192.168.0.197/cgi/mjpg/mjpeg.cgi 2>/dev/null & mplayer -cache 32 -demuxer 35 a.mjpeg
The Following User Says Thank You to qole For This Useful Post: | ||
|
2009-06-24
, 06:15
|
|
Posts: 4,708 |
Thanked: 4,649 times |
Joined on Oct 2007
@ Bulgaria
|
#10
|
no love folks:
~ $ mplayer http://admin***@192.168.0.197/cgi/mjpg/mjpeg.cgi
MPlayer 1.0rc1-maemo.29.n8x0 (C) 2000-2006 MPlayer Team
CPU: ARM
Internet Tablet OS version: RX-34+RX-44+RX-48_DIABLO_5.2008.43-7_PR_MR0
[MENU] Can't open menu config file: /home/user/.mplayer/menu.conf
Menu inited: /etc/mplayer/menu.conf
Playing http://admin***@192.168.0.197/cgi/mjpg/mjpeg.cgi.
Connecting to server 192.168.0.197[192.168.0.197]: 80...
Cache size set to 300 KBytes
Cache fill: 16.00% (49152 bytes)
Stream not seekable!
Stream not seekable!
libavformat file format detected.
[ingenient @ 0x39de60]Could not find codec parameters (Video: mjpeg)
LAVF_header: av_find_stream_info() failed
Exiting... (End of file)
and if i try to use the rtsp port it gets even angrier:
~ $ mplayer http://admin***@192.168.0.197:5 54/cgi/mjpg/mjpeg.cgi
MPlayer 1.0rc1-maemo.29.n8x0 (C) 2000-2006 MPlayer Team
CPU: ARM
Internet Tablet OS version: RX-34+RX-44+RX-48_DIABL O_5.2008.43-7_PR_MR0
[MENU] Can't open menu config file: /home/user/.mpl ayer/menu.conf
Menu inited: /etc/mplayer/menu.conf
Playing http://admin***@192.168.0.197:554/c gi/mjpg/mjpeg.cgi.
Connecting to server 192.168.0.197[192.168.0.197]: 554...
Server returned 400: Bad Request
STREAM_ASF, URL: http://admin***@192.168.0. 197:554/cgi/mjpg/mjpeg.cgi
Connecting to server 192.168.0.197[192.168.0.197]: 554...
Server returned 400:Bad Request
Failed to parse header.
Failed, exiting.
Connecting to server 192.168.0.197[192.168.0.197]: 554...
Server returned 400: Bad Request
File not found: 'admin***@192.168.0.197:554 /cgi/mjpg/mjpeg.cgi'
Failed to open http://admin***@192.168.0.19 7:554/cgi/mjpg/mjpeg.cgi.
Exiting... (End of file)
any ideas?