Page 1 of 1

vlc media player behave like youtube video player?

Posted: 08 Jun 2017 10:51
by nickolaiu
is it possible to make vlc media player play a video file while it is being downloaded? Currently when I try to play a video file as it is being downloaded, the video player closes when it reaches a part where the data is not yet downloaded. Is it possible to have it pause and start buffering or waiting for the file to display just like what you tube does?

Re: vlc media player behave like youtube video player?

Posted: 08 Jun 2017 16:59
by Rémi Denis-Courmont
Open the URL in VLC, instead of starting the download in another application.

Re: vlc media player behave like youtube video player?

Posted: 09 Jun 2017 10:48
by nickolaiu
The application i am using is developed using python and downloads torrent sequentially, which is why i wanted to try streaming the file as it downloads to test if it works properly. I cant open the url in vlc because it would not use what im trying to test. is there another way to configure or code vlc to act as a video streaming application?

Re: vlc media player behave like youtube video player?

Posted: 09 Jun 2017 17:34
by Rémi Denis-Courmont
Then you have to use the library API; you can't use the player application.