Как установить медиа в python VL c для URL прямой трансляции RTMP? - PullRequest
0 голосов
/ 24 января 2020

Я сделал GUI для vl c python, используя PyQt5, я застрял в том, как установить медиа для URL-адреса прямого эфира rtmp в VL C Python,

Код упомянуть как ниже

        if filename is None or filename is False:
            print("Attempt to open up OpenFile 1")

        self.media1 = self.instance1.media_new(filename)
        self.media1.get_mrl()
        # put the media in the media player
        self.mediaplayer1.set_media(self.media1)
...