Actions

Difference between pages "Vlcstreamer itunes transfer" and "VLC Remote Tips"

From Hobbyist Software

(Difference between pages)
(Created page with "This article assumes you are using VLC Streamer on iOS, and that you are using VLC Streamer version 4.00 or later. == VLC Streamer is primarily about the streaming... == The...")
 
(Created page with "==Access Fullscreen from the main page== Turning on fullscreen mode when watching movies is really handy. You can do that with the icon in the main remote page. It's the one...")
 
Line 1: Line 1:
This article assumes you are using VLC Streamer on iOS, and that you are using VLC Streamer version 4.00 or later.
+
==Access Fullscreen from the main page==
  
== VLC Streamer is primarily about the streaming... ==
+
Turning on fullscreen mode when watching movies is really handy. You can do that with the icon in the main remote page. It's the one that looks like four arrows point outwards.
  
The main purpose of VLC Streamer is to let you stream movies live without having to go through iTunes.
 
  
To do this,
+
==How to access external drives==
  
# Launch VLC Streamer
+
(requires paid version)
# Tap on the computer you want to connect to
 
# 'Add a Movie' and select the file you want
 
# Select a streaming quality and press play
 
  
This will stream the movie live to your iDevice without needing to copy it to the device. It uses VLC for the transcoding, so most movie formats are supported.
+
Unfortunately, VLC doesn't recognise aliases or shortcuts (it just tries to play them), so these won't help you.
  
 +
There is a dedicated drive button in the browse page that will take you to your full drive list.
  
== You can now transfer movies directly to your device ==
+
You do need to take some steps to make sure that external drives appear in this list:
  
This will allow you to watch the movies later when you are not connected to your wifi
+
on Windows
 +
* Make sure that the drive is mapped to a letter.
  
# Select your movie as in the steps above
+
on Mac
# Tap 'copy to device' instead of play
+
* You have to browse the drive manually from your computer to make sure that the system 'mounts' the drive, or use the next tip...
  
or, if you have already watched the movie, or have already set it converting, you can transfer from the movie list
+
==Mac OS: Automatically mount external drives so that they are available to browse on startup ==
  
# Tap on the info button next to the movie
+
See [[Mount_Drives_on_Mac | this page]]
# Select 'copy to device'
 
  
Vlc streamer will copy the movie over wifi to your device
 
  
VLC Streamer will continue to copy the movie while it is open, and for about 15 minutes in the background.
+
==Add a whole folder to your playlist==
If VLC streamer is in the background, it will only get limited network bandwidth, so transferring will be slow. Also, it may be closed down by the operating system if another foreground app needs the bandwidth.
 
  
== You can also transfer through iTunes ==
+
(requires paid version)
  
You can also transfer movies through iTunes.
+
just tap on the 'play icon' next to the folder and all its contents will be added to the playlist.
Unless the movie is an mp4 type, then VLC Streamer will use the vlc player code on the app to try to play it.
 
This won't work for every movie - but it will work for most.
 
  
To transfer movies,
 
  
# Plug your iDevice into your computer
+
==Change the font in the playlist or browse view==
# Select your device in iTunes
 
# Select the Apps tab
 
# Scroll to the bottom of the page where you will see a 'Documents' section
 
# Select VLC Streamer on the left of the documents window, and drag your movie to the document list on the right.
 
  
This process is described in more detail in this [http://support.apple.com/kb/ht4094 Apple support article]
+
(requires paid version)
 +
 
 +
Just 'pinch' the table and the font will shrink. Useful if you have long filenames...
 +
 
 +
==Stop VLC asking to fix files==
 +
 
 +
this isn't actually a VLC Remote feature, but it is annoying when you are trying to play things remotely. You can control the behaviour in VLC at
 +
 
 +
Preferences (switch to All preferences in the bottom left)
 +
  Input / Codecs
 +
  Demuxers
 +
    AVI
 +
    Force Index Creation
 +
 
 +
 
 +
==How to run VLC on a windows machine with multiple live accounts==
 +
 
 +
A user asked...
 +
 
 +
I'm running Vista Ultimate SP2 x86 with the terminal services hack http://thegreenbutton.com/forums/t/37189.aspx?PageIndex=30
 +
 
 +
Basically allows you to have two users logged in and working at the same time - great if you want to remote in from work while someone is using the PC.
 +
 
 +
How can I still use VLC?
 +
 
 +
(and the helpful questioner supplied an answer!)
 +
 
 +
#Log on as admin
 +
#Remove VLC Remote
 +
#Give full admin rights to your shared account
 +
#Log on as shared account
 +
#Install VLC remote
 +
#Test
 +
#Log on as admin
 +
#Restore shared account to limited access
 +
 
 +
==Keep VLC as top window in windows==
 +
 
 +
Calder suggested this:
 +
 
 +
If you run the following from the windows command line it will install
 +
VLC as a service and force it to be on top of the other windows.
 +
Want to play something?  Just launch the app and it will connect to
 +
the VLC service.  No need to launch VLC first.
 +
 +
"c:\program files\videolan\vlc\vlc.exe" -I ntservice
 +
--ntservice-extraintf=http --ntservice-option=--video-on-top
 +
--ntservice-install
 +
 +
Enable the "interact with desktop" check under the "Log On" tab of the
 +
service properties.
 +
 
 +
 
 +
==Start VLC automatically on Windows ==
 +
 
 +
The easy way is just to drag VLC, (or a shortcut to VLC)  to your autostart folder. This will start VLC in it's normal configuration with a window visible.
 +
 
 +
If you are willing to get a bit more technical, then you can fire up your Windows Registry editor and add the following:
 +
 
 +
 
 +
Windows Registry Editor Version 5.00
 +
 
 +
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
 +
"vlcRemote background start"="\"c:\\program files (x86)\\videolan\\vlc\\vlc.exe\" -I ntservice --ntservice-install --ntservice-extraintf=http --video-on-top"
 +
 
 +
Add this line to the reg in windows so there is an auto start for the vlc service for the remote no more have to run before it will work.
 +
This will work on windows vista and windows 7 both 32 and 64 bit versions for windows xp remove the x86
 +
 
 +
-Thanks to Nathanael for the tip.

Revision as of 14:53, 30 April 2015

Access Fullscreen from the main page

Turning on fullscreen mode when watching movies is really handy. You can do that with the icon in the main remote page. It's the one that looks like four arrows point outwards.


How to access external drives

(requires paid version)

Unfortunately, VLC doesn't recognise aliases or shortcuts (it just tries to play them), so these won't help you.

There is a dedicated drive button in the browse page that will take you to your full drive list.

You do need to take some steps to make sure that external drives appear in this list:

on Windows

  • Make sure that the drive is mapped to a letter.

on Mac

  • You have to browse the drive manually from your computer to make sure that the system 'mounts' the drive, or use the next tip...

Mac OS: Automatically mount external drives so that they are available to browse on startup

See this page


Add a whole folder to your playlist

(requires paid version)

just tap on the 'play icon' next to the folder and all its contents will be added to the playlist.


Change the font in the playlist or browse view

(requires paid version)

Just 'pinch' the table and the font will shrink. Useful if you have long filenames...

Stop VLC asking to fix files

this isn't actually a VLC Remote feature, but it is annoying when you are trying to play things remotely. You can control the behaviour in VLC at

Preferences (switch to All preferences in the bottom left)
 Input / Codecs
  Demuxers
   AVI
    Force Index Creation


How to run VLC on a windows machine with multiple live accounts

A user asked...

I'm running Vista Ultimate SP2 x86 with the terminal services hack http://thegreenbutton.com/forums/t/37189.aspx?PageIndex=30

Basically allows you to have two users logged in and working at the same time - great if you want to remote in from work while someone is using the PC.

How can I still use VLC?

(and the helpful questioner supplied an answer!)

  1. Log on as admin
  2. Remove VLC Remote
  3. Give full admin rights to your shared account
  4. Log on as shared account
  5. Install VLC remote
  6. Test
  7. Log on as admin
  8. Restore shared account to limited access

Keep VLC as top window in windows

Calder suggested this:

If you run the following from the windows command line it will install VLC as a service and force it to be on top of the other windows. Want to play something? Just launch the app and it will connect to the VLC service. No need to launch VLC first.

"c:\program files\videolan\vlc\vlc.exe" -I ntservice --ntservice-extraintf=http --ntservice-option=--video-on-top --ntservice-install

Enable the "interact with desktop" check under the "Log On" tab of the service properties.


Start VLC automatically on Windows

The easy way is just to drag VLC, (or a shortcut to VLC) to your autostart folder. This will start VLC in it's normal configuration with a window visible.

If you are willing to get a bit more technical, then you can fire up your Windows Registry editor and add the following:


Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"vlcRemote background start"="\"c:\\program files (x86)\\videolan\\vlc\\vlc.exe\" -I ntservice --ntservice-install --ntservice-extraintf=http --video-on-top"

Add this line to the reg in windows so there is an auto start for the vlc service for the remote no more have to run before it will work. This will work on windows vista and windows 7 both 32 and 64 bit versions for windows xp remove the x86

-Thanks to Nathanael for the tip.