Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
e9074e22
Commit
e9074e22
authored
Feb 20, 2013
by
Francois Cartegnie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
access: add Remote Desktop viewer module
parent
d0d3f1d3
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
495 additions
and
0 deletions
+495
-0
NEWS
NEWS
+1
-0
configure.ac
configure.ac
+4
-0
modules/LIST
modules/LIST
+1
-0
modules/access/Modules.am
modules/access/Modules.am
+3
-0
modules/access/rdp.c
modules/access/rdp.c
+485
-0
po/POTFILES.in
po/POTFILES.in
+1
-0
No files found.
NEWS
View file @
e9074e22
...
...
@@ -39,6 +39,7 @@ Access:
* Microsoft Smooth Streaming support (H264 and VC1) developed by Viotech.net
* NTSC EIA-608 closed caption input support via V4L2 VBI devices
* Add support for VNC/rfb in view only mode
* Add support for Remote Desktop/RDP in view only mode
Demuxers:
* MP4: partial support for fragmented MP4
...
...
configure.ac
View file @
e9074e22
...
...
@@ -1905,6 +1905,10 @@ dnl VNC/RFB access module
dnl
PKG_ENABLE_MODULES_VLC([LIBVNC], [libvnc], [libvncclient >= 0.9.9], (VNC/rfb client support), [auto])
dnl RDP/Remote Desktop access module
dnl
PKG_ENABLE_MODULES_VLC([LIBFREERDP], [rdp], [freerdp >= 1.0.1], (RDP/Remote Desktop client support) )
dnl
dnl Real RTSP plugin
dnl
...
...
modules/LIST
View file @
e9074e22
...
...
@@ -271,6 +271,7 @@ $Id$
* rawdv: Raw DV demuxer
* rawvid: raw video input module for vlc
* rawvideo: Pseudo audio-decoder for raw video
* rdp: Remote Desktop view only access
* real: partial Real audio/video demuxer
* record: record any stream instantly
* remap: audio channel remapping filter
...
...
modules/access/Modules.am
View file @
e9074e22
...
...
@@ -193,6 +193,9 @@ endif
### VNC ###
SOURCES_libvnc = vnc.c
### RDP / Remote Desktop ###
SOURCES_rdp = rdp.c
### Optical media ###
SOURCES_cdda = \
...
...
modules/access/rdp.c
0 → 100644
View file @
e9074e22
This diff is collapsed.
Click to expand it.
po/POTFILES.in
View file @
e9074e22
...
...
@@ -234,6 +234,7 @@ modules/access/rar/access.c
modules/access/rar/rar.c
modules/access/rar/rar.h
modules/access/rar/stream.c
modules/access/rdp.c
modules/access/rtp/input.c
modules/access/rtp/rtp.c
modules/access/rtp/rtp.h
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment