Can I get VLC or other media player to output information to an external program in real time?

ankit

My scenario is this:

I want to play a TV show or a movie on some media player. I want to be able to run a custom program that can get real time info - for example, the current timestamp, percentage of video left etc. - from this player.

My aim is that with this program running, I can annotate my video watching experience. Maybe take screencaps at the touch of a button, or mark a timestamp as the onset of a joke or something like that. Can media players be queried for this information while they're playing video? I imagine VLC would be the best bet here.

logain

You can talk to VLC through the VLC HTTP API:

http://wiki.videolan.org/VLC_HTTP_requests

In particular /requests/status.xml has all the playback information that is desired.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How can I save the currently playing video in VLC Media player?

From Dev

How can I change the subtitles font size in VLC Media Player?

From Dev

Can I edit a video (change effects) in VLC Media Player?

From Dev

How can I visualize real-time Linux system information like the output of command top?

From Dev

How can I stop media player when other media player app starts?

From Dev

Can windows script get real time output?

From Dev

Can windows script get real time output?

From Dev

How can I re-sync the subtitle and the video using VLC media player?

From Dev

VLC media player problem

From Dev

VLC media player problem

From Dev

Caching in VLC Media Player

From Dev

Python subprocess with /usr/bin/time: How can I capture timing information, but ignore all other output?

From Dev

Opening VLC media player 3 takes a long time to open

From Dev

How can I get MATLAB's system() or dos() to show the console output in real time?

From Dev

VLC Media player automatically create a blank duplicate when I open it

From Dev

VLC Media player automatically create a blank duplicate when I open it

From Dev

How to execute program from Clojure without any external libraries and showing its output at real time?

From Dev

Android media player : How can I listen for media player events?

From Dev

How can I copy drawings to other users in real time?

From Dev

How can I copy drawings to other users in real time?

From Dev

Make VLC Media Player my default player

From Dev

How can I read and write a process in real time and display output in JTextArea in real time? (Java Swing)

From Dev

VLC Media Player mark favorites or rate media?

From Dev

How can i play different music playlists through different output sources on the same media player?

From Dev

How can I use the getUserMedia() API with Node.js to stream media in real time?

From Dev

Can I do some kind of real-time media decoding with JavaScript?

From Dev

Can I do some kind of real-time media decoding with JavaScript?

From Dev

VLC media player stable PPA for 10.10?

From Dev

VLC media player installation on Ubuntu 14.04

Related Related

  1. 1

    How can I save the currently playing video in VLC Media player?

  2. 2

    How can I change the subtitles font size in VLC Media Player?

  3. 3

    Can I edit a video (change effects) in VLC Media Player?

  4. 4

    How can I visualize real-time Linux system information like the output of command top?

  5. 5

    How can I stop media player when other media player app starts?

  6. 6

    Can windows script get real time output?

  7. 7

    Can windows script get real time output?

  8. 8

    How can I re-sync the subtitle and the video using VLC media player?

  9. 9

    VLC media player problem

  10. 10

    VLC media player problem

  11. 11

    Caching in VLC Media Player

  12. 12

    Python subprocess with /usr/bin/time: How can I capture timing information, but ignore all other output?

  13. 13

    Opening VLC media player 3 takes a long time to open

  14. 14

    How can I get MATLAB's system() or dos() to show the console output in real time?

  15. 15

    VLC Media player automatically create a blank duplicate when I open it

  16. 16

    VLC Media player automatically create a blank duplicate when I open it

  17. 17

    How to execute program from Clojure without any external libraries and showing its output at real time?

  18. 18

    Android media player : How can I listen for media player events?

  19. 19

    How can I copy drawings to other users in real time?

  20. 20

    How can I copy drawings to other users in real time?

  21. 21

    Make VLC Media Player my default player

  22. 22

    How can I read and write a process in real time and display output in JTextArea in real time? (Java Swing)

  23. 23

    VLC Media Player mark favorites or rate media?

  24. 24

    How can i play different music playlists through different output sources on the same media player?

  25. 25

    How can I use the getUserMedia() API with Node.js to stream media in real time?

  26. 26

    Can I do some kind of real-time media decoding with JavaScript?

  27. 27

    Can I do some kind of real-time media decoding with JavaScript?

  28. 28

    VLC media player stable PPA for 10.10?

  29. 29

    VLC media player installation on Ubuntu 14.04

HotTag

Archive