hi

when i multimedia redirection use ffmpeg as  decoder , and use the
windows media player play the demo video that win 7 own.
 there have no pictuers show but the player's  slider was work well,
and i got the error message like this:
loading channel rdpdr
loading channel rdpsnd
loading channel rdpsnd
loading channel drdynvc
connected to 192.168.1.101:3390
Loading device service drive (static)
Loading Dynamic Virtual Channel audin
Loading Dynamic Virtual Channel tsmf
registered device #1: disk (type=8 id=1)
TSMFDecoderEntry FFMPEG
TSMFDecoderEntry FFMPEG
Warning tsmf_pulse_open (142): tsmf_pulse_connect failed
Warning tsmf_ffmpeg_decode_video (300): data_size 4515, no frame is decoded.

but when use gstreamer as decoder it work well

i got the freerdp code from git and it git log is:
commit 2604ff20bd12e810cfeed735b80dbe90020d781c
Merge: 997d406 865b816
Author: Marc-André Moreau <marcandre.mor...@gmail.com>
Date:   Thu Feb 27 13:55:30 2014 -0500

    Merge pull request #1673 from dpoe/stable-1.1

    Fixes for redirected-drive cut, mode, read/write

i complie it like this:
cmake \
        -DCMAKE_INSTALL_PREFIX=/opt/usr/freerdp-1.1 \
        -DWITH_PULSE=ON \
        -DWITH_CUPS=OFF \
        -DWITH_FFMPEG=ON \
        -DWITH_GSTREAMER=ON \
../freerdp-140227

i connect to server like this:
./xfreerdp /u:admin /p:000  /cert-ignore   /bpp:16 \
+compression +fonts  -toggle-fullscreen \
/sound:sys:alsa /sound:latency:400 /microphone:sys:alsa \
/multimedia:decoder:ffmpeg \
/drive:disk,/mnt \
/v:192.168.1.101:3390

my computer 's os is : ubuntu 12.04 x86 and the server is: win 7 sp1

can any one help me ,thanks a lot.

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel

Reply via email to