Author Topic: Video Streams in PVD possible ?  (Read 4245 times)

0 Members and 1 Guest are viewing this topic.

Offline kopiersperre

  • Member
  • *
  • Posts: 2
    • View Profile
Video Streams in PVD possible ?
« on: May 05, 2011, 01:45:51 pm »
I wan't to store streams in PVD.
How can i realize that the movies get streamed if i click on the Play button ?

Offline rick.ca

  • Global Moderator
  • *****
  • Posts: 3241
  • "I'm willing to shoot you!"
    • View Profile
Re: Video Streams in PVD possible ?
« Reply #1 on: May 05, 2011, 09:25:38 pm »
Welcome, kopiersperre.

PVD doesn't actually "play" anything. It only asks Windows to "open" the file(s) recorded in the File Path field. Windows uses the application associated with the file type to do so. So the easiest answer to your question is to create an Internet Shortcut for the stream, and record that in the File Path field. Add .url to the list of supported file extensions at Preferences>File Scanner. Play will then launch the stream in your default browser.

An Internet Shortcut is a text file with a URL extension of the form:

Code: [Select]
[InternetShortcut]
URL=http://...

To launch the stream in a particular player, you would have to save the URL as a playlist of a type associated with that player. See your player's documentation to determine if that's possible, and if so, how.

Offline kopiersperre

  • Member
  • *
  • Posts: 2
    • View Profile
Re: Video Streams in PVD possible ?
« Reply #2 on: May 06, 2011, 10:02:51 am »
I would like to change every file path to a path like http://server/$moviename.

 

anything