Changes between Initial Version and Version 1 of Ticket #2079
- Timestamp:
- 12/13/18 15:48:04 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2079
-
Property
Status
changed from
new
toclosed
-
Property
Resolution
changed from
to
invalid
-
Property
Status
changed from
-
Ticket #2079 – Description
initial v1 2 2 3 3 Installed on client and server: 4 {{{ 4 5 xpra-2.4.2-2.fc28.x86_64 5 6 xpra-udev-2.4.2-2.fc28.x86_64 6 7 xpra-html5-2.4.2-2.fc28.x86_64 7 8 xpra-codecs-freeworld-2.4.2-1.fc28.x86_64 8 9 }}} 9 10 ffmpeg, x264 etc are installed from rpmfusion. 10 11 11 12 Client command: 13 {{{ 12 14 xpra start ssh://xxx@xxx.com --start-child=nautilus --encoding=h264 --exit-with-children 13 15 }}} 14 16 Connecting and the Nautilus window coming up is ok. 15 17 In the xpra menu on the client, under Picture-Encoding, H264, VP9, VP8, MPEG4, WebP, H265, mpeg1, mpeg2 are all greyed out and unable to be selected. The tooltip popup says "H264 video codec (not available on this server)" when hovering the mouse above H264. … … 22 24 23 25 Server log: 24 26 {{{ 25 27 2018-12-14 00:07:39,970 Error: cannot enable SSH socket upgrades: 26 28 2018-12-14 00:07:39,970 No module named paramiko … … 100 102 2018-12-14 00:07:51,593 started command 'nautilus' with pid 4985 101 103 2018-12-14 00:07:51,594 15.6GB of system memory 102 104 }}} 103 105 104 106 105 107 106 108 .......................................... 107 109 {{{ 108 110 xpra start --encoding help 109 111 … … 134 136 * jpeg JPEG lossy compression 135 137 * jpeg2000 JPEG 2000 lossy compression (slow) 136 138 }}} 137 139 138 140 139 141 140 142 ............................................ 141 143 {{{ 142 144 python /usr/lib64/python2.7/site-packages/xpra/codecs/loader.py 143 145 … … 170 172 * x264 : 152 171 173 * x265 : 2.7 172 174 }}} 173 175 174 176 ..................................................... 175 177 {{{ 176 178 /usr/lib64/python2.7/site-packages/xpra/codecs/video_helper.py 177 179 … … 313 315 - x264 : active 314 316 - x265 : active 315 317 }}}