Search found 4 matches

Go to advanced search

by myxingkong
16 Jul 2018 09:07
Forum: Development around libVLC
Topic: How do I build a static libvlc under CentOS7?
Replies: 2
Views: 477

How do I build a static libvlc under CentOS7?

I have a program written by PyQt that plays video by binding libvlc. # -*- coding: utf-8 -*- import sys import os import vlc from PySide2.QtGui import * from PySide2.QtCore import * from PySide2.QtWidgets import * class vlc_demo(QWidget): def __init__(self): super(vlc_demo, self).__init__() self.__u...
by myxingkong
29 May 2018 09:51
Forum: VLC media player for Windows Troubleshooting
Topic: When playing an HTTP stream without audio, the progress of the play will not work.
Replies: 0
Views: 158

When playing an HTTP stream without audio, the progress of the play will not work.

When using player to VLC media player a HTTP stream without audio, the progress bar will not work.
This is a HTTP stream without audio:http://pic.qiantucdn.com/58pic/video/27 ... 023_69.mp4
Image
by myxingkong
29 May 2018 05:07
Forum: Development around libVLC
Topic: The a return time when VLC plays the HTTP stream is not correct
Replies: 1
Views: 587

The a return time when VLC plays the HTTP stream is not correct

This is my code, which is used to play a HTTP video and listen to the current playtime. # -*- coding: utf-8 -*- import vlc[*] import sys import os def MediaPlayerTimeChanged(event, *args, **kwds): print event.u.new_time if __name__ == "__main__": t_instance = vlc.Instance("-q") t...

Go to advanced search