Search found 4 matches

Go to advanced search

by hhervoche
20 Dec 2017 12:04
Forum: VLC stream-output (sout)
Topic: Stream/transcode a video file over HTTP and serve it as an image
Replies: 3
Views: 915

Re: Stream/transcode a video file over HTTP and serve it as an image

VLC would basically behave like an HTTP image server, delivering the last image from the video file it is reading. Like it is capable of streaming MJPEG, I was wondering if it could serve a JPG image file.
by hhervoche
19 Dec 2017 15:23
Forum: VLC stream-output (sout)
Topic: Stream/transcode a video file over HTTP and serve it as an image
Replies: 3
Views: 915

Stream/transcode a video file over HTTP and serve it as an image

Hello, I want to know if it is possible to read a video file and stream it over HTTP as an image. I know that I can use the MJPEG alternative (it is working like a charm), but I need to have access to an image (indeed IE11 does not support MJPEG...). The MJPEG is working perfectly. vlc imputFile.mp4...
by hhervoche
07 Jan 2016 16:07
Forum: Development around libVLC
Topic: Bad picture timestamp in a video output display plugin
Replies: 1
Views: 446

Bad picture timestamp in a video output display plugin

I'm writing a video output out-of-tree plugin for VLC, and I was wondering what the member date of the object picture_t actually is ? The picture_t we either get from the prepare of display methods. First I though It was timestamp of the picture I want to render and which is the information I'm look...
by hhervoche
10 Dec 2015 17:43
Forum: Development around libVLC
Topic: Send exit event from a plugin
Replies: 1
Views: 537

Send exit event from a plugin

I'm writing a video output out-of-tree plugin and at some point in the process, I want to notify VLC to exit. I'm using VLC media player 2.1.6 Rincewind. I tried to use the method : vout_display_SendEventClose(vout_display_t *vd) but this method is apparently bugged ( https://trac.videolan.org/vlc/t...

Go to advanced search