Mplayer slow motion - Raspberry Pi Forums
i'm trying stream video camera board equipped pi windows pc. i've used mplayer/netcat solution described on http://www.raspberrypi.org/archives/tag/camera-board having problems. either video not start (just keeps saying "cache empty, consider increasing cache and/or -cache-min [performance issue]") or video stream starts in slow motion. i've got set camera looking @ watch , in mplayer window second hand ticks every 5 seconds
have thought problems network speed i'm using wireless-n , can stream hd video without problems. i'm trying 10 frames per second of 320x240. ideas on can try?
pi running headless using ssh, accessories plugged in wipi adaptor , pi camera.
command i'm using start stream on pi is: command i'm using receive stream on windows pc is: when connect output on windows pc before mplayer window opens is: thanks!
have thought problems network speed i'm using wireless-n , can stream hd video without problems. i'm trying 10 frames per second of 320x240. ideas on can try?
pi running headless using ssh, accessories plugged in wipi adaptor , pi camera.
command i'm using start stream on pi is:
code: select all
sudo raspivid -w 320 -h 240 -t 999999 --hflip -o - | nc 192.168.0.103 5001code: select all
c:\netcat\nc64.exe -l -p 5001 | c:\mplayer\mplayer.exe -cache 1024 -fps 10 -code: select all
c:\mplayer>c:\netcat\nc64.exe -l -p 5001 | c:\mplayer\mplayer.exe -cache 1024 -fps 10 - mplayer sherpya-r36349+gb24f15c-4.6 (c) 2000-2013 mplayer team playing -. reading stdin... cache fill: 19.34% (202752 bytes) libavformat version 55.9.100 (internal) cache empty, consider increasing -cache and/or -cache-min. [performance issue] cache empty, consider increasing -cache and/or -cache-min. [performance issue] cache empty, consider increasing -cache and/or -cache-min. [performance issue] h264-es file format detected. load subtitles in ./ load subtitles in c:/mplayer/mplayer/sub/ ========================================================================== opening video decoder: [ffmpeg] ffmpeg's libavcodec codec family libavcodec version 55.16.100 (internal) selected video codec: [ffh264] vfm: ffmpeg (ffmpeg h.264) ========================================================================== audio: no sound fps forced 10.000 (ftime: 0.100). starting playback... movie-aspect undefined - no prescaling applied. vo: [directx] 320x240 => 320x240 planar yv12
hey there,
having exact same problem. did ever have luck fixing it??
having exact same problem. did ever have luck fixing it??
raspberrypi
Comments
Post a Comment