The Following User Says Thank You to qole For This Useful Post: | ||
|
2009-06-24
, 06:40
|
|
Posts: 4,708 |
Thanked: 4,649 times |
Joined on Oct 2007
@ Bulgaria
|
#12
|
xine or videolan can play my file but mplayer cannot!
* try mplayer -demuxer lavf file
|
2009-06-24
, 08:35
|
Posts: 540 |
Thanked: 387 times |
Joined on May 2009
|
#13
|
|
2009-06-24
, 08:39
|
|
Posts: 4,708 |
Thanked: 4,649 times |
Joined on Oct 2007
@ Bulgaria
|
#14
|
|
2009-06-24
, 12:52
|
Posts: 16 |
Thanked: 2 times |
Joined on Jun 2009
|
#15
|
i just purchased a nokia n-810 to use as an easily portable monitor for my trendnet tv-ip312w ip camera mounted over my baby's crib. much to my dissapontment, though, neither java nor the directx controls work on the browser. is there any software out there that will work with this thing? i'd gladly pay money for it, but it needs to work out of the box. i just don't have the time to learn a new programming language.
|
2009-06-24
, 16:23
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#16
|
Out of interest, why wouldn't mplayer -demuxer 35 work directly on the stream?
From the mplayer FAQ:
xine or videolan can play my file but mplayer cannot!
* try mplayer -demuxer lavf file
|
2009-06-24
, 16:26
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#17
|
|
2009-06-24
, 18:10
|
Posts: 11 |
Thanked: 0 times |
Joined on Jun 2009
|
#18
|
By the way, that reminds me. If you can stream your camera's A/V to VLC on a PC or Mac, you can use VLC to re-encode the stream to a better format and serve that stream to your tablet.
|
2009-06-25
, 00:40
|
Posts: 11 |
Thanked: 0 times |
Joined on Jun 2009
|
#19
|
Ha!
This page has a suggestion that worked for my Trendnet camera! I got fullscreen video on my tablet. A slight delay, and not terribly high FPS, but it worked...
Notes:Code: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
- You have to do this in your home directory or something, not on a FAT partition (like /media/mmcX) otherwise mkfifo gives a permission error.
- The -O after wget is a capital O not a zero.
- It looks like you only have to make the a.mjpeg file (actually a pipe, not a file) one time, and then just call the wget line each time.
~ $ mkfifo a.mjpeg mkfifo: a.mjpeg: File exists ~ $ 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 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 a.mjpeg.
|
2009-06-25
, 02:22
|
Posts: 11 |
Thanked: 0 times |
Joined on Jun 2009
|
#20
|
Maybe if you go to the URL with the web browser, the default media player will tune into the stream. Not sure though.
However, if you can return the camera, it may be cool to buy another N800 or N810. You can stream video from the second tablet to the first easily, and even remotely play music or videos (to put the baby to sleep, etc...)
qole.org --- twitter --- Easy Debian wiki page
Please don't send me a private message, post to the appropriate thread.
Thank you all for your donations!